|
I think somewhere it does a isGetter()
and works on it if true. Ok there it is: xdoclet.ejb.tags.PersistentTagsHandler
line 96. It’s used anywhere isPersistentField
is used. I’m not sure whether removing it is safe or not, but anyway you
can do it yourself atm. Ara. -----Original Message----- All over
my current code, which I wrote before discovering XDoclet, I have getters and
setters like this String
firstName() i.e. my
getter does not have get in it, so firstName() instead of getFirstName() (I like
this cause the code looks kinda cleaner. I also do know that get and set is
java beans convention, EJB does not however require get and set) XDoclet
does not generate the <cmp-field> entry in ejb-jar.xml if the method is
NOT getBlahBlah(), even if I move the tags to the setBlahBalh() method. So this
does not work. The jboss jaws.xml output is fine though. Is this a
feature or a bug? Could XDoclet not be made a little smarter to figure this
out? Thanks
Andrew
|
Title: Generation Bug?
- [Xdoclet-user] Generation Bug? Nortje, Andrew
- Ara Abrahamian
