Using 4.0.3SP1 did not work. Same error as before. I am going to try and use the default config, if it works I will let you know. I also attached the web.xml file that i am using.
JMS comes configured? My Jboss-web is at the begining of the thread and here is my web.xml. <?xml version="1.0" encoding="UTF-8"?> | <web-app xmlns="http://java.sun.com/xml/ns/j2ee" version="2.4" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee | http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"> | | <servlet> | <servlet-name>callerServlet</servlet-name> | <!-- service implementation bean class --> | <servlet-class>webservice.fusion.FusionCaller_Impl</servlet-class> | </servlet> | | <servlet> | <servlet-name>messagerServlet</servlet-name> | <servlet-class>org.jbpm.bpel.service.messager.MessagerServlet</servlet-class> | <load-on-startup>1</load-on-startup> | </servlet> | | | <servlet-mapping> | <servlet-name>messagerServlet</servlet-name> | <url-pattern>/messager</url-pattern> | </servlet-mapping> | | | | <servlet-mapping> | <servlet-name>callerServlet</servlet-name> | <url-pattern>/caller</url-pattern> | </servlet-mapping> | | | | | <resource-ref> | <res-ref-name>jms/ConnectionFactory</res-ref-name> | <res-type>javax.jms.ConnectionFactory</res-type> | <res-auth>Container</res-auth> | <res-sharing-scope>Shareable</res-sharing-scope> | </resource-ref> | | <message-destination-ref> | <message-destination-ref-name>jms/callerQueue</message-destination-ref-name> | <message-destination-type>javax.jms.Queue</message-destination-type> | <message-destination-usage>ConsumesProduces</message-destination-usage> | </message-destination-ref> | | | | | </web-app> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3941078#3941078 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3941078 ------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
