Hello, I'm trying to move my application from JBoss 3.2.1 to 3.2.6 but something seems to be changed in the JMS part. On startup I'm getting the following error:
15:18:06,185 ERROR [WebModule] Starting failed jboss.web.deployment:war=sk.war,id=364662924 org.jboss.deployment.DeploymentException: Error during deploy; - nested throwable: (javax.naming.NamingException: resource-ref: jms/SKTopicConnection has no valid JNDI binding. Check the jboss-web/resource-ref.) jms/SKTopicConnection is defined in web.xml as follows: | <resource-ref> | <description>Sk TopicConnectionFactory</description> | <res-ref-name>jms/SKTopicConnection</res-ref-name> | <res-type>javax.jms.TopicConnectionFactory</res-type> | <res-auth>Container</res-auth> | </resource-ref> | In 3.2.1 everything is working fine. What should I check or change? View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3854412#3854412 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3854412 ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
