Re: [JBoss-user] problems setting a not null CMR field

2003-09-10 Thread Meyer-Willner, Bernhard
r 2003 10:21 An: [EMAIL PROTECTED] Betreff: Re: [JBoss-user] problems setting a not null CMR field Is there any xdoclet tag in JBoss for doing this. (I have not found anything) INSERT after ejbPostCreate Container true For weblogic there is a tag for doing this. Vangos. - Original Mes

Re: [JBoss-user] problems setting a not null CMR field

2003-09-10 Thread Konstadinis Euaggelos
IL PROTECTED]> Sent: Wednesday, September 10, 2003 10:02 AM Subject: Re: [JBoss-user] problems setting a not null CMR field According to Sourceforge (http://sourceforge.net/tracker/index.php?func=detail&aid=784322&group_id=22 866&atid=381174) from JBoss 3.2.2RC3 there is a INSERT af

Re: [JBoss-user] problems setting a not null CMR field

2003-09-10 Thread Meyer-Willner, Bernhard
tCreate Container -Ursprüngliche Nachricht- Von: Matthew Hixson [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 9. September 2003 22:28 An: [EMAIL PROTECTED] Betreff: [JBoss-user] problems setting a not null CMR field I have a bean with a field whose database column has a 'not null' const

[JBoss-user] problems setting a not null CMR field

2003-09-09 Thread Matthew Hixson
I have a bean with a field whose database column has a 'not null' constraint. This field is a CMR. Since we're not supposed to set CMR fields in the ejbCreate() method I moved the call to that setter to ejbPostCreate(). However, since JBoss does the INSERT at the end of ejbCreate() this viol