Update of /cvsroot/xdoclet/xdoclet/core/src/xdoclet/tags
In directory usw-pr-cvs1:/tmp/cvs-serv32457/core/src/xdoclet/tags

Modified Files:
        MethodTagsHandler.java 
Log Message:
Was using Introspector.decapitalize() which doesn't lower case first letter if second 
letter is uppercase.  This is wrong, as EJB's must always specify field names as 
initial lower in the descriptors.
ie: getID() is a field called "iD", where decapitalize left it as "ID".

Please feel free to roll this back if my assumptions are wrong.  As I could only test 
this on JBoss (which chokes if you say "ID" in the descriptor)



_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to