Hi, I have been using xdoclet for quite a while now, but lately it shows some really strange behavior. If i don't do a clean build, the ejb-jar.xml is not generated correctly and weblogic compains about not being able to set the transaction type for a certain method. This method was always the same one until i changed the method order in the class. Then weblogic complained about another method...Strange... And if i do a clean build, the error vanishes. The second problem is, that sometimes when i generate classes from xdoclet, the generated files has problems with importing packages. I can't compile, because the generated file does not have all the needed import statement, although they are specified in the class, which is used for running xdoclet. Example
import test.test.Test; ... public void hello(Test test) does not work (the generated class complaines about missing imports), but if i change it to: public void hello( test.test.Test test) it works. The funny thing about it is, that it sometimes works and sometimes it doesn't....really strange Please help! i am using: xdoclet 1.2b2 Best regards, lordi PS: i have tried using xdoclet1.2b3, but then weblogic starts compaining about CMP bean attributes not starting with a lowercase letter, although the attribute should be generated by the container...i start feeling like being in a twilight zone PPS: please excuse my bad english -- COMPUTERBILD 15/03: Premium-e-mail-Dienste im Test -------------------------------------------------- 1. GMX TopMail - Platz 1 und Testsieger! 2. GMX ProMail - Platz 2 und Preis-Qualit�tssieger! 3. Arcor - 4. web.de - 5. T-Online - 6. freenet.de - 7. daybyday - 8. e-Post ------------------------------------------------------- This SF.Net email sponsored by: Free pre-built ASP.NET sites including Data Reports, E-commerce, Portals, and Forums are available now. Download today and enter to win an XBOX or Visual Studio .NET. http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
