Em S�b, 2002-11-16 �s 15:50, Yves Hougardy escreveu: > Hi, > > I am new to xdoclet and I need to put my own code in an ejbCreate() > method (for a session bean). However, the class generated by xdoclet > (which extends my abstract class) always overrides ejbCreate(), even if > I use the "@ejb:create-method" tag. The problem does not appear with the > other callbacks (such as ejbRemove(), etc).
XDoclet generates a class that subclasses yours. The generated ejbCreate() method should contain a call for super(), so your ejbCreate() method gets executed, doesn' it? -- Pazu <[EMAIL PROTECTED]> Anime Gaiden - de fãs para fãs, sempre. http://www.animegaiden.com.br
signature.asc
Description: PGP signature
