users@glassfish.java.net

Re: Pass params to Message Driven Bean (MDB)

From: <glassfish_at_javadesktop.org>
Date: Tue, 18 Nov 2008 07:09:41 PST

The component environment is not available within the constructor. The spec recommends
that the constructor be empty. If you move your init code to a "void ejbCreate()" method it
should work.
[Message sent by forum member 'ksak' (ksak)]

http://forums.java.net/jive/thread.jspa?messageID=317225