>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
> 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
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
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
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
--
--- 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