Re: [Xdoclet-user] all cmp/cmr fields must start with a lower case letter

2004-03-12 Thread Robert Upshall
>On Wed, 2004-01-14 at 05:30, Adam L wrote: >> What you're missing is the bean semantics regarding property names with >> multiple upper case letters in a row. >> >> basically: >>pTblah <-- --> getPTblah >> PTblah <-- --> getPTblah >> >> So, change your property name from PTypeID, eithe

Re: [Xdoclet-user] Issue with generating facade part deux

2004-03-12 Thread Collin VanDyck
> Sounds like a bug to me. Please raise an issue in JIRA, if there isn't > one already. Done, thanks for the feedback. -CV --- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President

Re: [Xdoclet-user] jboss: check-dirty-after-get

2004-03-12 Thread Andrew Stevens
On Fri, 2004-03-12 at 11:21, Micah Spears wrote: > hi, jboss 3.2.3 supports a "check-dirty-after-get" tag for a cmp-field > that prevents unnecessary database updates. could someone possibly add > this to xdoclet? Please raise an issue in JIRA. A patch would be even nicer :-) http://opensource

Re: [Xdoclet-user] Issue with generating facade part deux

2004-03-12 Thread Andrew Stevens
On Thu, 2004-03-11 at 20:26, Collin VanDyck wrote: > I've upgraded to the latest release of xdoclet (1.2), and I'm still having > some problems with the facade generation. > > The problem I'm having is that the facade callbacks to my ejbCreate methods > are getting generated incorrectly. > > For

[Xdoclet-user] jboss: check-dirty-after-get

2004-03-12 Thread Micah Spears
hi, jboss 3.2.3 supports a "check-dirty-after-get" tag for a cmp-field that prevents unnecessary database updates. could someone possibly add this to xdoclet? example: shipDate ship_date DATE DATE false http://www.jboss.org/j2ee/dtd/jbosscmp-jdbc_3_2.dtd Thanks, Micah --

Re: [Xdoclet-user] Issue with generating facade part deux

2004-03-12 Thread Konstantin Priblouda
--- Collin VanDyck <[EMAIL PROTECTED]> wrote: > I've upgraded to the latest release of xdoclet > (1.2), and I'm still having > some problems with the facade generation. > > The problem I'm having is that the facade callbacks > to my ejbCreate methods > are getting generated incorrectly. > > For