[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: JMSTests are broken...
timfox
do-not-reply at jboss.com
Sat Jan 24 07:20:07 EST 2009
The regression was introduced in revision 5706:
| Author: jmesnil
| Date: 2009-01-23 11:40:06 -0500 (Fri, 23 Jan 2009)
| New Revision: 5706
|
| Modified:
| trunk/src/config/jbm-jboss-beans.xml
| Log:
| JBMESSAGING-1301: Provide xml schemas for our xml config
|
| * added QueueDeployer to JBoss beans
|
|
| Modified: trunk/src/config/jbm-jboss-beans.xml
| ===================================================================
| --- trunk/src/config/jbm-jboss-beans.xml 2009-01-23 16:23:30 UTC (rev 5705)
| +++ trunk/src/config/jbm-jboss-beans.xml 2009-01-23 16:40:06 UTC (rev 5706)
| @@ -112,6 +112,17 @@
| </parameter>
| </constructor>
| </bean>
| +
| + <bean name="QueueDeployer" class="org.jboss.messaging.core.deployers.impl.QueueDeployer">
| + <constructor>
| + <parameter>
| + <inject bean="DeploymentManager"/>
| + </parameter>
| + <parameter>
| + <inject bean="Configuration"/>
| + </parameter>
| + </constructor>
| + </bean>
|
| <bean name="SecurityDeployer" class="org.jboss.messaging.core.deployers.impl.SecurityDeployer">
| <constructor>
|
I will revert for now, until Jeff can fix it properly
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4204513#4204513
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4204513
More information about the jboss-dev-forums
mailing list