2 Replies Latest reply on Jan 25, 2003 12:12 AM by adrian.brock

    exceptions in ejbCreate not allowed..?

    johanzahri

      hello all..

      i'd like to ask some questions concerning exception to be used in ejbCreate of mdb..
      why is it that jboss 3.0.4 warns me of my using exceptions in ejbCreate..?
      isn't it still in the corridors of the j2ee specs..?
      i've read the tutorials on suns jms and all i got is that only onMessage methods should be handling exceptions and not ejbCreate...
      The reason i'm trying to use this ejbCreate with exception is so that i could authenticate the sender of the message..
      am i doing it correctly, or is it supposed to be done in another way..?

      thanks in advance..