I doubt your problem is version related, but I am curious why people are still 
using CR3 when GA 1.0.1 is out.

More likely the table type you are selecting in MySQL.  If I remember correctly 
I had this problem before I switched to PostgreSQL.

MyISAM which is the default table type does not support transactions.  It took 
quite a while for me to figure this out.  Use one of these BDB, Gemini, and 
InnoDB.

I just upgrade and it was fairly painless.

I just had to take out a few config parameter from the web.xml and put them is 
the components.xml.

And clean up a few stateless bean that had @Create, @Remove, or @Destroy 
annotations. 

CR3 was ok with this, but I got a clear error message on startup and fixed 
these easily. 

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3954219#3954219

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3954219

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to