>
>
> ----- Original Message -----
>> middlegen at the time. That was however WLS6.1 I used back then.
>>
snip snip
>> Is this a Middlegen problem, xdoclet problem or weblogic 7.0
>> problem?? Anyone got it working? I just can't see what's wrong
>> with this
>> bean...
>>
>
>
> I don't know what the EJB spec says about this. Anyone? It's definitely
>  not an XDoclet problem. It's a WLS problem, but maybe Middlegen can
> work around it?
>
> What if the ejbCreate methods that take CMR/CMP fields as this example
> does the following:
>
> ejbCreate(..., PersonLocal person, ...) {
>   setPersonIdFk( person.getPersonId() );
> }
>

Actually, we have tried this (in my specific problem, though), and the
result is a protest from weblogic stating that these fields are read-only
in ejbCreate, since they are CMR fields.

Regards,


Kristoffer




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
middlegen-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/middlegen-user

Reply via email to