[jboss-svn-commits] JBL Code SVN: r14833 - in labs/jbossesb/trunk/product/samples/trailblazer: esb/src/org/jboss/soa/esb/samples/trailblazer/util and 1 other directory.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Mon Sep 3 09:59:35 EDT 2007
Author: tcunning
Date: 2007-09-03 09:59:35 -0400 (Mon, 03 Sep 2007)
New Revision: 14833
Modified:
labs/jbossesb/trunk/product/samples/trailblazer/build.xml
labs/jbossesb/trunk/product/samples/trailblazer/esb/src/org/jboss/soa/esb/samples/trailblazer/util/TbBootStrapper.java
labs/jbossesb/trunk/product/samples/trailblazer/readme.txt
Log:
bug:JBESB-966
Fix package name of ConnectionManager, fix typo, add jboss-jaxrpc.jar.
Modified: labs/jbossesb/trunk/product/samples/trailblazer/build.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/trailblazer/build.xml 2007-09-03 13:52:08 UTC (rev 14832)
+++ labs/jbossesb/trunk/product/samples/trailblazer/build.xml 2007-09-03 13:59:35 UTC (rev 14833)
@@ -87,7 +87,7 @@
<path id="esb.samples.trailblazer.esb.classpath.client">
<fileset dir="${soa.esb.lib.ext.dir}"/>
<fileset dir="${esb.lib.dir}/ext" includes="*.jar"/>
- <fileset dir="${org.jboss.esb.server.home}/client" includes="jbossall-client.jar jbossws-client.jar mail.jar"/>
+ <fileset dir="${org.jboss.esb.server.home}/client" includes="jboss-jaxrpc.jar jbossall-client.jar jbossws-client.jar mail.jar"/>
<fileset dir="${soa.esb.lib.dir}" includes="*.jar"/>
<fileset dir="${esb.samples.trailblazer.client.lib.dir}/ext" includes="*.jar"/>
<fileset dir="${esb.dest}/dist" includes="trailblazer-esb.jar"/>
Modified: labs/jbossesb/trunk/product/samples/trailblazer/esb/src/org/jboss/soa/esb/samples/trailblazer/util/TbBootStrapper.java
===================================================================
--- labs/jbossesb/trunk/product/samples/trailblazer/esb/src/org/jboss/soa/esb/samples/trailblazer/util/TbBootStrapper.java 2007-09-03 13:52:08 UTC (rev 14832)
+++ labs/jbossesb/trunk/product/samples/trailblazer/esb/src/org/jboss/soa/esb/samples/trailblazer/util/TbBootStrapper.java 2007-09-03 13:59:35 UTC (rev 14833)
@@ -26,7 +26,7 @@
import org.apache.log4j.Logger;
import org.apache.log4j.xml.DOMConfigurator;
-import org.jboss.internal.soa.esb.persistence.manager.ConnectionManager;
+import org.jboss.soa.esb.persistence.manager.ConnectionManager;
import org.jboss.soa.esb.common.Configuration;
import org.jboss.soa.esb.listeners.StandAloneBootStrapper;
import org.jboss.soa.esb.persistence.manager.ConnectionManagerFactory;
Modified: labs/jbossesb/trunk/product/samples/trailblazer/readme.txt
===================================================================
--- labs/jbossesb/trunk/product/samples/trailblazer/readme.txt 2007-09-03 13:52:08 UTC (rev 14832)
+++ labs/jbossesb/trunk/product/samples/trailblazer/readme.txt 2007-09-03 13:59:35 UTC (rev 14833)
@@ -19,7 +19,7 @@
-------------------------------------------
To run the Trailblazer, follow these steps:
-1 - run your JBoss AS - you will need to have the 4.0.4 or higher with the EJB3 support installed. This is rquired because the TB uses the JSR-181 pojo style web service.
+1 - run your JBoss AS - you will need to have the 4.0.4 or higher with the EJB3 support installed. This is required because the TB uses the JSR-181 pojo style web service.
2 - from the TB_ROOT, execute the command to start the ESB: "ant deploy"
* this should deploy the ESB and WAR files to your JBoss AS server/default.
More information about the jboss-svn-commits
mailing list