I'm having a BMP Entity Bean problem in the latest JBoss CVS where the
bean hangs when I try and call a method on it. This code used to work
fine.

Basically I get the remote interface for the bean and when I call
getId() on the remote interface it just hangs until after about 20 seconds
I get a message that the transaction timed out as seen in the exception
below.

Any suggestions?

Thanks,
Todd

[DispatcherApp] Transaction XidImpl [ID=257, 
Global=huss.boostmyscore.com/26, Branch=] timed out. status=STATUS_ACTIVE
[DiagnosticSetApp] TRANSACTION ROLLBACK EXCEPTION:null; nested exception
is:
        java.lang.NullPointerException
[DiagnosticSetApp] java.lang.NullPointerException
[DiagnosticSetApp]      at
org.jboss.ejb.plugins.EntityInstanceInterceptor.invoke(EntityInstanceInterceptor.java:219)
[DiagnosticSetApp]      at
org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxInterceptorCMT.java:133)
[DiagnosticSetApp]      at
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:263)
[DiagnosticSetApp]      at
org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT.java:99)
[DiagnosticSetApp]      at
org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInterceptor.java:144)
[DiagnosticSetApp]      at
org.jboss.ejb.plugins.LogInterceptor.invoke(LogInterceptor.java:195)
[DiagnosticSetApp]      at
org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:323)
[DiagnosticSetApp]      at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invoke(JRMPContainerInvoker.java:441)
[DiagnosticSetApp]      at
org.jboss.ejb.plugins.jrmp.interfaces.EntityProxy.invoke(EntityProxy.java:146)
[DiagnosticSetApp]      at $Proxy23.getId(Unknown Source)



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
List Help?:          [EMAIL PROTECTED]

Reply via email to