1 Reply Latest reply on Jan 8, 2004 3:25 AM by btal

    Warning: "public void ejbCreate() throws CreateException ...

    btal

      I am using JBoss4 and I am getting this warning with my MDBs (causing my deployment to halt eventually) ...

      > Method : public void ejbCreate() throws CreateException
      > Section: 15.7.3
      > Warning: The ejbCreate() method must define no application
      > exceptions.

      As far as I understand "CreateException" is not an application exception ...
      What could be the problem please? And how can I overcome it?

      Any help would be greatly appreciate. Thanks.

        • 1. Re: Warning:
          btal

          Well I may have posting this question too hastily. I now understand that ejbCreate shouldn't raise any exception. So it may be that only the text of the warning is improper.
          Correct me if I am mistaken please ...