Eivind,

OK, I have another issue.

in the light value objects, there's a method "hasIdentity()": it's got the value of the boolean field it's checking spelled wrong (lowercase first letter hard-coded) -- I have my own DbNameConverter, and my table names don't get converted the way Middlegen might expect them to (because they already look like Java class names and the stock DbNameConverter just screws them up: APClientCode would become ApclientCode which messes up the pneumonic and makes the classes too hard to find). It seems like whatever generates the variable name in "hasIdentity()" doesn't use the same scheme as the rest of the methods (the others which return the same field spell it right).

Where can I find the code that generates this: it's in your customized xdoclet-ejb-module, no? Is the source for that in CVS, or just the jar?

Dave

Reply via email to