I also have some wacky things happening with the latest CVS code. My finder
method calls are not making it past the container.

> -----Original Message-----
> From: Todd Huss [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, January 31, 2001 2:02 PM
> To: [EMAIL PROTECTED]
> Subject: [jBoss-User] BMP bean transaction timed out
> 
> 
> 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(EntityI
nstanceInterceptor.java:219)
> [DiagnosticSetApp]      at
> org.jboss.ejb.plugins.TxInterceptorCMT.invokeNext(TxIntercepto
> rCMT.java:133)
> [DiagnosticSetApp]      at
> org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxI
nterceptorCMT.java:263)
> [DiagnosticSetApp]      at
> org.jboss.ejb.plugins.TxInterceptorCMT.invoke(TxInterceptorCMT
> .java:99)
> [DiagnosticSetApp]      at
> org.jboss.ejb.plugins.SecurityInterceptor.invoke(SecurityInter
> ceptor.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(Entit
> yProxy.java:146)
> [DiagnosticSetApp]      at $Proxy23.getId(Unknown Source)
> 
> 
> 
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> List Help?:          [EMAIL PROTECTED]
> 


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

Reply via email to