[jboss-cvs] JBossAS SVN: r104816 - branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/main/java/org/jboss/as/integration/hornetq/deployers.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri May 14 18:25:54 EDT 2010
Author: clebert.suconic at jboss.com
Date: 2010-05-14 18:25:53 -0400 (Fri, 14 May 2010)
New Revision: 104816
Modified:
branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/main/java/org/jboss/as/integration/hornetq/deployers/HornetQJMSRealDeployer.java
Log:
tweak
Modified: branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/main/java/org/jboss/as/integration/hornetq/deployers/HornetQJMSRealDeployer.java
===================================================================
--- branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/main/java/org/jboss/as/integration/hornetq/deployers/HornetQJMSRealDeployer.java 2010-05-14 22:23:01 UTC (rev 104815)
+++ branches/JBPAPP_5_1_hornetq-int/hornetq-int/src/main/java/org/jboss/as/integration/hornetq/deployers/HornetQJMSRealDeployer.java 2010-05-14 22:25:53 UTC (rev 104816)
@@ -46,8 +46,6 @@
// This is just to guarantee the order. The CoreDeployments should happen before
addInput(HornetQCoreDeployment.class);
- // This is just to guarantee the order. JBossMetaData deployment should happen before
- addInput(JBossMetaData.class);
addOutput(BeanMetaData.class);
}
@@ -55,10 +53,13 @@
@Override
public void deploy(DeploymentUnit unit, JMSConfiguration mainConfig) throws DeploymentException
{
+ log.info("Deploying unit " + unit + " with config " + mainConfig);
+
if (log.isTraceEnabled())
{
log.trace("Deploying unit " + unit + " with config " + mainConfig);
}
+
DeploymentFactory.getInstance().deployJMS(unit, mainConfig);
}
More information about the jboss-cvs-commits
mailing list