Hi,

I have a Eclipse juno + WAS Liberty profile runtime and I have 2 OSGi
bundles in it. Bundle 1 is trying to invoke a class in bundle 2 whose
package is exported as part of bundle (and imported in bundle 1). Both my
bundles are part of a eba which I finally deploy into the Liberty runtime.
When I try to launch my program, I see the following NPE:


[err] java.lang.NullPointerException
[err]     at
com.ibm.ws.eba.tx.TxInterceptorImpl.isMethodOnObject(TxInterceptorImpl.java:146)
[err]     at
com.ibm.ws.eba.tx.TxInterceptorImpl.preCall(TxInterceptorImpl.java:109)
[err]     at Proxy37f9009d_a926_422a_813c_509eb30b9e0a.preCall(Unknown
Source)
[err]     at
org.apache.aries.blueprint.proxy.Collaborator.preInvoke(Collaborator.java:75)


Does anyone know the cause of this ?

Reply via email to