> "Skidmore, Walt" wrote:
> 
> So, this means that I now have to make all of my beans conform to the
> EJB2.0 spec rather than the EJB1.1 spec that they already conform to?

No, I think there is a misunderstanding of my last mail.
I was only saying that we have thought it was important
to catch CreateException or DuplicateKey exception correctly
because some users ask us to fix the problem.
The only modification to do is to modify the throws clause
of ejCreate (and ejbRemove)in a way that will be conform to the EJB2.0.


> I tried adding the required throws onto the method declaration (e.g.
> public MDXAccountingCodeKey ejbCreate(...) throws RemoteException,
> CreateException, DuplicateKeyException), and it actually created
> another error.  Is there some other way I need to be defining
> javax.ejb.CreateException?  Why the switch to the EJB 2.0 spec?
>

Can you be more precise on the exact error you have?
regards,
-- 
        Philippe

Philippe Coq  Evidian   Phone: (33) 04 76 29 78 49
Bull S.A  - 1 rue de Provence - 38432 Echirolles Cedex France
Download our EJBServer at http://www.objectweb.org
----
To unsubscribe, send email to [EMAIL PROTECTED] and
include in the body of the message "unsubscribe jonas-users".
For general help, send email to [EMAIL PROTECTED] and
include in the body of the message "help".

Reply via email to