User: jules_gosnell Date: 01/09/17 14:31:46 Modified: src/resources/web/WEB-INF jboss-web.xml Log: > David Maplesden wrote: > > > I don't know anything about this test, but I can see one problem straight > > away, JBossMQ no longer uses the name "QueueConnectionFactory" in its > > default setup so unless you have changed the MQ configuration (which is > > unlikely, yes?) then the name that should be looked up by the test is just > > "ConnectionFactory". > > > > Cheers > > David Revision Changes Path 1.6 +1 -1 jbosstest/src/resources/web/WEB-INF/jboss-web.xml Index: jboss-web.xml =================================================================== RCS file: /cvsroot/jboss/jbosstest/src/resources/web/WEB-INF/jboss-web.xml,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- jboss-web.xml 2001/07/07 18:20:34 1.5 +++ jboss-web.xml 2001/09/17 21:31:46 1.6 @@ -19,7 +19,7 @@ <resource-ref> <res-ref-name>jms/QueFactory</res-ref-name> <res-type>javax.jms.QueueConnectionFactory</res-type> - <jndi-name>QueueConnectionFactory</jndi-name> + <jndi-name>ConnectionFactory</jndi-name> </resource-ref> <ejb-ref> _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-development