hi! fixed the problem. it must not be... @weblogic.delay-database-insert-until="ejbCreate"
but @weblogic.delay-database-insert-until ejbCreate sorry, frank -- Dipl.-Inf. (FH) Frank Egger Software Engineer Projekte & Entwicklung Deutsche Post Com GmbH T: +49 228 2435-613 Tulpenfeld 9 F: +49 861 9001020-613 53113 Bonn M: +49 170 4855 961 [EMAIL PROTECTED] www.dpcom.de / www.epost.de > -----Urspr�ngliche Nachricht----- > Von: Egger, Frank, DPCOM, Bonn > Gesendet: Freitag, 23. Januar 2004 14:54 > An: [EMAIL PROTECTED] > Betreff: [Xdoclet-user] some @weblogic-tags are not recognized > > hello xdoclet-mailinglist! > > we have some entity beans with [EMAIL PROTECTED] > most of these tags are not recognized for the generation of > entity beans. the @weblogic.automatic-key-generation is recognized. > @weblogic.delay-database-insert-until and > @weblogic.data-source-name don't seem to work. > > our class-level-tags for entity-beans look like this: > > /** > * > * @ejb.bean name="TestEJB" type="CMP" cmp-version="2.x" > * local-jndi-name="de.dpcom.components.test/Test/LocalHome" > * view-type="local" > * @ejb.transaction type="Required" > * @ejb.interface generate="local" > * > local-class="de.dpcom.components.test.ejb.TestLocalInterface" > * @ejb.home generate="local" > * > local-class="de.dpcom.components.test.ejb.TestLocalHomeInterface" > * @ejb.pk generate="false" class="de.dpcom.components.test.TestPK" > * @ejb.util generate="physical" > * > * @ejb.persistence table-name="TEST_TABLE" > * > * > * > * @ejb:finder signature="java.util.Collection findAll()" > * query="SELECT DISTINCT OBJECT(c) FROM TestEJB AS c" > * > * @weblogic.data-source-name="jdbc/Test" > * @weblogic.delay-database-insert-until="ejbCreate" > * @weblogic.run-as-identity-principal="test" > */ > public abstract class TestEntityBean > implements javax.ejb.EntityBean > [...] > > thanks for your help! > > best regards, > frank > > -- > Dipl.-Inf. (FH) Frank Egger > Software Engineer > Projekte & Entwicklung > > Deutsche Post Com GmbH T: +49 228 2435-613 > Tulpenfeld 9 F: +49 861 9001020-613 > 53113 Bonn M: +49 170 4855 961 > > [EMAIL PROTECTED] www.dpcom.de / www.epost.de > > > > > ------------------------------------------------------- > The SF.Net email is sponsored by EclipseCon 2004 Premiere > Conference on Open Tools Development and Integration See the > breadth of Eclipse activity. February 3-5 in Anaheim, CA. > http://www.eclipsecon.org/osdn > _______________________________________________ > xdoclet-user mailing list > [EMAIL PROTECTED] > https://lists.sourceforge.net/lists/listinfo/xdoclet-user > ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
