I am a new user, trying to start the mail forwarding sample from chapter 11 in the documentation.
When I run run_mailer.bat to start jboss, I get an error at during deployment of MailHandlerMDB. This is from the command window:
[INFO,ContainerFactory] Deploying MailHandlerMDB
[INFO,JAWSPersistenceManager] Created table 'MailAccountBean' successfully.[ERROR,MessageDrivenContainer] Serious error in init:
javax.naming.NameNotFoundException: DLQ not bound
at org.jnp.server.NamingServer.getBinding(NamingServer.java:495)
at org.jnp.server.NamingServer.getBinding(NamingServer.java:503)
at org.jnp.server.NamingServer.getObject(NamingServer.java:509)
Interestingly enough, when I start jboss with run_with_tomcat.bat, deployment of MailHandlerMDB works fine.
This seems to be a problem with the configuration files generated by the chapter 11 build.xml
Any help would be very much appreciated!
WOOHOO!!!
Only been on the forums for three days and I get to answer a question!
I had the same problem, here is what you do to solve it;
in your jboss/conf/chap11/jboss.jcml put
right above the <!-- Configure the mailer MailQueue -->
Hope this works