Hi,
I am trying to integrate Wicket with Salve. The Salve test example in
the Wiki works fine. I integrated Salve in Wicket, when I am running
the Salve instrumentation plugin, I get following information:
[INFO] ecgroup/persistence/PoiLoader:82: Acess to field 'workManager'
intercepted by @Dependency instrumentor
[INFO] ecgroup/persistence/PoiLoader:279: Acess to field 'workManager'
intercepted by @Dependency instrumentor
However, when accessing the method, where the field is used, the field
is null.
@Singleton
public class PoiLoader implements IPoiLoader {
@Dependency
private com.wideplay.warp.persist.WorkManager workManager;
public void initialize() {
workManager.beginWork();
......
Thanks a lot for your support!
br, Christoph
--
You received this message because you are subscribed to the Google Groups "Salve" group.
To post to this group, send email to
salve...@googlegroups.com.
To unsubscribe from this group, send email to
salve-disc+...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/salve-disc?hl=en.