Just installed RC5-PDF and it works ok!!!! Thankyou I did get the following warnings:
10:10:41,719 INFO [EARDeployer] Init J2EE application: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/mailserver.ear 10:10:42,329 INFO [Ejb3AnnotationHandler] found EJB3: ejbName=MailMDB, class=trevan.mailserver.ejb.MailMDBEJB3, type=MESSAGE_DRIVEN 10:10:42,329 INFO [Ejb3Deployment] EJB3 deployment time took: 516 10:10:42,501 INFO [JmxKernelAbstraction] installing MBean: jboss.j2ee:service=EJB3,ear=mailserver.ear,jar=mailserver.ejb3,name=MailMDB with dependencies: 10:10:42,939 WARN [MDB] No message-driven-destination given; using; guessing type 10:10:42,939 WARN [MDB] Could not determine destination type, defaults to: javax.jms.Topic 10:10:42,954 WARN [MDB] destination not found: topic/MailMDB reason: javax.naming.NameNotFoundException: MailMDB not bound 10:10:42,954 WARN [MDB] creating a new temporary destination: topic/MailMDB 10:10:42,970 INFO [MailMDB] Bound to JNDI name: topic/MailMDB 10:10:43,111 INFO [EJB3Deployer] Deployed: file:/C:/Program Files/jboss-4.0.3SP1/server/default/tmp/deploy/tmp60554mailserver.ear-contents/mailserver.ejb3 10:10:43,111 INFO [EARDeployer] Started J2EE application: file:/C:/Program Files/jboss-4.0.3SP1/server/default/deploy/mailserver.ear It appears to be looking for a message-driven-destination and a destination which my custom message interface does not have. Does it need bind a JNDI name? Thanks View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3922246#3922246 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3922246 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
