Hi all, To configure JMS connection Factory in JBOSS-3.2.1 I have edited jbossmq-service.xml under deploy directory.
<mbean code="org.jboss.mq.il.uil2.UILServerILService" name ="jboss.mq:service=InvocationLayer,type=UIL2"> <depends optional-attribute-name ="Invoker">jboss.mq:service=Invoker</depends> <attribute name ="ConnectionFactoryJNDIRef">ConnectionFactory1</attribute> <attribute name ="XAConnectionFactoryJNDIRef">XAConnectionFactory1</attribute> <attribute name="ServerBindPort">8093</attribute> <attribute name="PingPeriod">60000</attribute> <attribute name="EnableTcpNoDelay">true</attribute> <attribute name="ReadTimeout">70000</attribute> <attribute name="BufferSize">2048</attribute> <attribute name="ChunkSize">1000000</attribute> </mbean> Where I have changed "<attribute name ="ConnectionFactoryJNDIRef">ConnectionFactory1</attribute>" and "<attribute name ="XAConnectionFactoryJNDIRef">XAConnectionFactory1</attribute>" fileds After starting jboss I have got these exeptions........ What I had wrong ? 8:16:50,109 ERROR [Engine] StandardContext[/web-console]: Servlet /web-console threw load() exception javax.servlet.ServletException: Servlet.init() for servlet J2EEFolder threw exception at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:963) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823) ......... ......... org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:200) at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:273) at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192) ......... ......... 08:16:50,125 ERROR [Engine] ----- Root Cause ----- java.lang.NoSuchMethodError at org.jboss.console.plugins.helpers.BasePluginWrapper.loadScript(BasePluginWrapper.java:177) at org.jboss.console.plugins.helpers.BasePluginWrapper.init(BasePluginWrapper.java:76) ......... ......... 08:16:50,234 ERROR [Engine] StandardContext[/web-console]: Servlet /web-console threw load() exception javax.servlet.ServletException: Servlet.init() for servlet SystemFolder threw exception at org.apache.catalina.core.StandardWrapper.loadServlet(StandardWrapper.java:963) at org.apache.catalina.core.StandardWrapper.load(StandardWrapper.java:823) ......... ......... 08:16:50,250 INFO [Engine] StandardWrapper[/web-console:default]: Loading container servlet default 08:16:50,265 INFO [Engine] StandardWrapper[/web-console:invoker]: Loading container servlet invoker 08:16:50,343 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.2.1/server/all/deploy/management/web-console.war 08:16:50,359 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean operation 'checkIncompleteDeployments()' Cause: Incomplete Deployment listing: Packages waiting for a deployer: <none> Incompletely deployed packages: [EMAIL PROTECTED] { url=file:/C:/jboss-3.2.1/server/all/deploy/jms/jbossmq-service.xml } deployer: [EMAIL PROTECTED] status: null state: FAILED watch: file:/C:/jboss-3.2.1/server/all/deploy/jms/jbossmq-service.xml lastDeployed: 1061961402562 lastModified: 1061961402531 mbeans: ]MBeans waiting for classes: <none> MBeans waiting for other MBeans: [ObjectName: jboss.mq:service=InvocationLayer,type=HTTP state: CONFIGURED I Depend On: jboss.mq:service=Invoker jboss.web:service=WebServer Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=testTopic state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=securedTopic state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager Depends On Me: , ObjectName: jboss.mq.destination:service=Topic,name=testDurableTopic state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=testQueue state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager jboss.mq:service=SecurityManager Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=A state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=B state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=C state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=D state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=ex state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=MM1IncomingQueue state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=MM3IncomingQueue state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=MM4IncomingQueue state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager Depends On Me: , ObjectName: jboss.mq.destination:service=Queue,name=MM7IncomingQueue state: CONFIGURED I Depend On: jboss.mq:service=DestinationManager Depends On Me: ] ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user