Support Requests item #520890, was opened at 2002-02-21 10:59 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402705&aid=520890&group_id=31602
Category: ejbdoclet Group: None >Status: Closed Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Vincent Harcq (vharcq) Summary: generated CMP class is abstract Initial Comment: Hi there, I'm using XDoclet and JBoss 2.4.4. Since I migrated from XDoclet 1.0.1 to 1.1.1 I have some problems with the generated source during the deployment in JBoss (the compilation worked fine). However during the deployment JBoss throws many errors, all concerning entity beans. I tried to figure out the difference to the earlier generated file and I remarked that XDoclet definies the CMP class as abstract and that seems to be what JBoss doesn't like. Am I doing something wrong? Did I forget to set any tags in my source to tell XDoclet how to generate the CMP class? Thanks for your help Marc ---------------------------------------------------------------------- Comment By: Vincent Harcq (vharcq) Date: 2002-02-26 09:50 Message: Logged In: YES user_id=125677 You need at ejb:bean : cmp-version="1.x" Or with the cvs version you can set that at entitycmp subtask level : cmpspec="1.x" ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=402705&aid=520890&group_id=31602 _______________________________________________ Xdoclet-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-devel
