[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.0 and MySQL 4.1 setRollbackOnly() problem

2004-12-03 Thread darranl
What is Person? Is it a DTO or another Entity? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857293#3857293 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857293 -

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.0 and MySQL 4.1 setRollbackOnly() problem

2004-12-02 Thread jsimone
I have fixed the problem by doing String msg = "exception message accessing bean CMP fields ..."; _ctx.setRollbackOnly(); throw new DuplicateException(msg); Don't know if this is a JBoss thing or a J2EE spec thing. Joe View the original post : http://www.jboss.org/index.html?module=bb&op=v

[JBoss-user] [Persistence & CMP/JBoss] - Re: JBoss 4.0.0 and MySQL 4.1 setRollbackOnly() problem

2004-12-02 Thread ssmithstone
have you tried the BDB table type? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3857157#3857157 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3857157 --- SF email i