Hi, >I think i found a small problem in XDoclet. >I explain it by a simple example. > >I have a simple CMP2.0 bean and i have a abstract method > >public abstract Long getABa(); > >For this method XDoclet generates ABa as the cmp-field name in >ejb-jar.xml But when i run weblogic's ejbc, i get an error >complaining that first letter of cmp-field name has to be a >lower case letter. > >which means the generated cmp-field name has to be either >"aBa" or "aba". >In any case, first letter has to be a lower case letter. > >I have gone through the source code of XDoclet, and i feel the >problem lies in CmpTagsHandler.java file.
There are reports (and lengthy discussions) in JIRA wrt this. Basically it comes to the point of interpreting the EJB-spec. Have e.g. a look at http://opensource.atlassian.com/projects/xdoclet/browse/XDT-528 Heiko ------------------------------------------------------- This SF.Net email is sponsored by Sleepycat Software Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to deliver higher performing products faster, at low TCO. http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user
