Greetings.

I am running into an odd error when doing a lookup on an Entity EJB.  The Entity EJB 
is using BeanManagedPersistance.  Any idea where I should look, or what I missed in my 
port to JBoss?

The transaction in question is BeanManaged, as opposed to ContainerManaged.  If it 
would help, I can post my source code.

Thanks,
Steve

2002-06-25 16:24:50,450 ERROR [STDERR] java.rmi.ServerException: xaRes not enlisted; 
nested exception is:
          java.lang.IllegalArgumentException: xaRes not enlisted
2002-06-25 16:24:50,451 ERROR [STDERR]  at 
org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:119)
2002-06-25 16:24:50,451 ERROR [STDERR]  at 
org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:176)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:52)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:104)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:118)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.ejb.EntityContainer.invokeHome(EntityContainer.java:487)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.ejb.Container.invoke(Container.java:726)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:1055)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:491)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.invocation.local.LocalInvoker.invoke(LocalInvoker.java:98)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.invocation.InvokerInterceptor.invoke(InvokerInterceptor.java:102)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.proxy.TransactionInterceptor.invoke(TransactionInterceptor.java:73)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.proxy.SecurityInterceptor.invoke(SecurityInterceptor.java:76)
2002-06-25 16:24:50,452 ERROR [STDERR]  at 
org.jboss.proxy.ejb.HomeInterceptor.invoke(HomeInterceptor.java:185)
2002-06-25 16:24:50,453 ERROR [STDERR]  at 
org.jboss.proxy.ClientContainer.invoke(ClientContainer.java:76)
#The next line is from the finder method for an BMP Entity EJB
2002-06-25 16:24:50,453 ERROR [STDERR]  at $Proxy148.findByPrimaryKey(Unknown Source)
#CreateSchemaEJB is a StatelessSessionEJB.
2002-06-25 16:24:50,453 ERROR [STDERR]  at 
com.hrnexus.custsetup.ejb.CreateSchemaEJB.createSchema(CreateSchemaEJB.java:368)
2002-06-25 16:24:50,453 ERROR [STDERR]  at 
com.hrnexus.custsetup.ejb.CreateSchemaEJB.execute(CreateSchemaEJB.java:282)

-- 
Java Developer
Looking for a new job opportunity
214-724-7741




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Oh, it's good to be a geek.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to