[jboss-svn-commits] JBL Code SVN: r24297 - labs/jbossesb/workspace/skeagh/examples/jms-routing/esb.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Dec 8 03:59:59 EST 2008
Author: beve
Date: 2008-12-08 03:59:59 -0500 (Mon, 08 Dec 2008)
New Revision: 24297
Modified:
labs/jbossesb/workspace/skeagh/examples/jms-routing/esb/pom.xml
Log:
updated import to reflect package changes in jms routing. Still have an issue with the outbound queue not being found.
Modified: labs/jbossesb/workspace/skeagh/examples/jms-routing/esb/pom.xml
===================================================================
--- labs/jbossesb/workspace/skeagh/examples/jms-routing/esb/pom.xml 2008-12-08 08:42:12 UTC (rev 24296)
+++ labs/jbossesb/workspace/skeagh/examples/jms-routing/esb/pom.xml 2008-12-08 08:59:59 UTC (rev 24297)
@@ -107,7 +107,7 @@
<configuration>
<instructions>
<Export-Package>org.jboss.esb.examples.jmsrouter, org.apache.commons.logging</Export-Package> <!-- Exporting commons-logging because activemq needs it and there doesn't seem to be a bundled version available. -->
- <Import-Package>org.jboss.esb.jms, org.jboss.esb.api.routing, org.jboss.esb.api.*, *;resolution:=optional</Import-Package> <!-- TODO: Replace global import with explicit package imports? -->
+ <Import-Package>org.jboss.esb.jms.inbound, org.jboss.esb.jms.outbound, org.jboss.esb.api.routing, org.jboss.esb.jms.processors, org.jboss.esb.api.*, *;resolution:=optional</Import-Package> <!-- TODO: Replace global import with explicit package imports? -->
<Embed-Dependency>log4j, commons-logging</Embed-Dependency>
<Embed-Transitive>true</Embed-Transitive>
<JBossESB-ConfigFile>/jboss-esb.xml</JBossESB-ConfigFile>
More information about the jboss-svn-commits
mailing list