You have to configure the commit option in standardjboss.xml (located in the conf directory of your particular server) as part of a named "container-configuration", then assign that configuration to your bean using @jboss.container-configuration. If you change the default config (which I *think* is "Standard CMP 2.x EntityBean"), then you don't need the @jboss.container-configuration tag.
Hope that helps, I'm a little new to all this myself... - Carl > -----Original Message----- > From: Dan Durkin [mailto:[EMAIL PROTECTED] > Sent: Monday, March 03, 2003 2:34 PM > To: [EMAIL PROTECTED] > Subject: [Xdoclet-user] Jboss commit options > > > Are there any jboss tags to set the commit options A,B,C or D? > > I've been looking at: > @jboss.cache-invalidation > @jboss.cache-invalidation-config > > But I'm not sure if this is what I want. > > Thanks in advance for any help, > > Dan > > > > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of > Rupp,Heiko > Sent: Monday, March 03, 2003 3:27 AM > To: [EMAIL PROTECTED] > Subject: RE: [Xdoclet-user] CMP & Binary Files > > > Hi, > > > From: Softator [mailto:[EMAIL PROTECTED] > > * @jboss:jdbc-type="LONGVARBINARY" > > * @jboss:sql-type="LONGRAW" > > > I tried to save something and I get no error, but when > > I read that field from the database I don't get as > > many bytes as the original file has. > > Try to ask in the JBoss mailing lists. This also depends > on the database and driver you use. Where is the cut-off > point (i.e. how many bytes to you get at most)? > > Heiko > -- > Bancotec GmbH EMail: [EMAIL PROTECTED] > Calwer Str. 33 Telefon: +49 711 222 992 900 > D-70173 Stuttgart Telefax: +49 711 222 992 999 > Ein Unternehmen der Cellent AG http://www.cellent.de/ > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _______________________________________________ > xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > > > > ------------------------------------------------------- > This SF.net email is sponsored by: Etnus, makers of > TotalView, The debugger > for complex code. Debugging C/C++ programs can leave you > feeling lost and > disoriented. TotalView can help you find your way. Available > on major UNIX > and Linux platforms. Try it free. www.etnus.com > _______________________________________________ > xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
