Hi Michael,
You find a bug in JOnAS.
There is effectively a problem when the ejbCreate() method bean
throw an CreateException (idem with an application exception).
To follow
Kind regards.
Hélène.
Michael Fuchs wrote:
>
> Hello,
>
> after downloading Jonas 2.1 I have trouble throwing Creat
Hello,
after downloading Jonas 2.1 I have trouble throwing CreateExceptions out
of CMP Beans.
The result is always a NullPointerException in the ejbStore method of
the corresponding JOnAS*Bean class, because the variable pk is null.
The ejbStore method is called from The JOnAS*Home create method