Hi,

I have a problem switching from local transactions to XA transactions (
using JBoss 3.2.1,  DB is Oracle 9.2 ). 
After some try & error the app is running, but one problem at startup
remains. 
If table creation for CMP Entity Bean is switched on I get the following
error:

org.jboss.deployment.DeploymentException: Error while checking if table
aleady exists; - nested throwable: (java.sql.SQLExceptio
n: Nicht in einer Transaktion)
        at
org.jboss.ejb.plugins.cmp.jdbc.SQLUtil.tableExists(SQLUtil.java:731)
        at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.createTable(JDBCStartCommand
.java:143)
        at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.execute(JDBCStartCommand.jav
a:87)
        at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.startStoreManager(JDBCStoreM
anager.java:499)
        at
org.jboss.ejb.plugins.cmp.jdbc.JDBCStoreManager.start(JDBCStoreManager.java:
410)
        at
org.jboss.ejb.plugins.CMPPersistenceManager.start(CMPPersistenceManager.java
:170)
        at
org.jboss.ejb.EntityContainer.startService(EntityContainer.java:339)
        at
org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
        at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl
.java:25)
        at java.lang.reflect.Method.invoke(Method.java:324)
        at
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispat
cher.java:284)
        at
org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:549)
        at
org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.jav
a:966)
        at $Proxy11.start(Unknown Source)
        at
org.jboss.system.ServiceController.start(ServiceController.java:392)

any help appreciated

Rüdiger Coors


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to