Re: Problems with throwing a CreateException

2000-10-26 Thread Hélène JOANIN
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

Problems with throwing a CreateException

2000-10-23 Thread Michael Fuchs
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