I am sure this is just something silly that I am doing, but none the less
it's definitely not a pretty error that I'm getting if I add a little bit of
code to trap the exception.  I am using a build from this mornings CVS (9 AM
EDT) on Windows 2000.  Simple BMP bean.  The database SQL is correct and
works (with straight JDBC the data does get inserted), just doesn't like
this cache/fastKey thing that much...  The TestBeans.jar and client works
fine (other than SQL & JDBC NPE errors) and the client will complete all
tests.  Everything going against Oracle - same problem with straight JDBC
and using Minerva/XA connection pool.

If this looks like a real problem vs user error I'll zip up the goodies and
put them in bugzilla...

Cheers

[Category] Caught exception java.lang.NullPointerException
        at
org.jboss.ejb.plugins.NoPassivationEntityInstanceCache.get(NoPassivat
ionEntityInstanceCache.java:118)
        at
org.jboss.ejb.plugins.EntitySynchronizationInterceptor$InstanceSynchr
onization.beforeCompletion(EntitySynchronizationInterceptor.java:265)
        at org.jboss.tm.TxCapsule.commit(TxCapsule.java:106)
[Category] java.lang.NullPointerException
        at org.jboss.tm.TxManager.commit(TxManager.java:218)
        at org.jboss.tm.TransactionImpl.commit(TransactionImpl.java:83)
        at
org.jboss.ejb.plugins.TxInterceptor.runWithTransactions(TxInterceptor
.java:239)
        at
org.jboss.ejb.plugins.TxInterceptor.invokeHome(TxInterceptor.java:83)

        at
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityIntercep
tor.java:122)
        at
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:1
03)
        at
org.jboss.ejb.EntityContainer.invokeHome(EntityContainer.java:310)
        at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invokeHome(JRM
PContainerInvoker.java:189)
        at
org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker.invokeHome(JRM
PContainerInvoker.java:145)
        at java.lang.reflect.Method.invoke(Native Method)
        at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:241)
        at sun.rmi.transport.Transport$1.run(Transport.java:142)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:139)
        at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:4
43)
        at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport
.java:643)
        at java.lang.Thread.run(Thread.java:484)


--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to