Author: gnodet
Date: Fri Feb  6 12:05:58 2009
New Revision: 741548

URL: http://svn.apache.org/viewvc?rev=741548&view=rev
Log:
SMX4NMR-68: parse interfaces from the jbi endpoint wsdl description

Modified:
    servicemix/smx4/nmr/trunk/assembly/pom.xml
    servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/features.xml
    servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
    
servicemix/smx4/nmr/trunk/jbi/itests/src/test/java/org/apache/servicemix/jbi/IntegrationTest.java
    servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
    servicemix/smx4/nmr/trunk/pom.xml

Modified: servicemix/smx4/nmr/trunk/assembly/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/pom.xml?rev=741548&r1=741547&r2=741548&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/assembly/pom.xml Fri Feb  6 12:05:58 2009
@@ -110,6 +110,11 @@
             <version>${woodstox.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.wsdl4j</artifactId>
+            <version>${wsdl4j.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.prefs</artifactId>
             <version>${felix.prefs.version}</version>

Modified: 
servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/features.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/features.xml?rev=741548&r1=741547&r2=741548&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/features.xml 
(original)
+++ servicemix/smx4/nmr/trunk/assembly/src/main/filtered-resources/features.xml 
Fri Feb  6 12:05:58 2009
@@ -33,6 +33,7 @@
         
<bundle>mvn:org.apache.geronimo.specs/geronimo-jta_1.1_spec/${geronimo.jta.version}</bundle>
         
<bundle>mvn:org.apache.xbean/xbean-classloader/${xbean.version}</bundle>
         
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.woodstox/${woodstox.version}</bundle>
+        
<bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.wsdl4j/${wsdl4j.version}</bundle>
         
<bundle>mvn:org.apache.servicemix.specs/org.apache.servicemix.specs.jbi-api-1.0/${jbi.api.version}</bundle>
         
<bundle>mvn:org.apache.servicemix.jbi/org.apache.servicemix.jbi.runtime/${pom.version}</bundle>
         
<bundle>mvn:org.apache.servicemix.jbi/org.apache.servicemix.jbi.osgi/${pom.version}</bundle>

Modified: servicemix/smx4/nmr/trunk/jbi/itests/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/itests/pom.xml?rev=741548&r1=741547&r2=741548&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/itests/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/itests/pom.xml Fri Feb  6 12:05:58 2009
@@ -74,6 +74,11 @@
             <version>${woodstox.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.wsdl4j</artifactId>
+            <version>${wsdl4j.version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.servicemix.nmr</groupId>
             <artifactId>org.apache.servicemix.nmr.api</artifactId>
             <version>${project.version}</version>

Modified: 
servicemix/smx4/nmr/trunk/jbi/itests/src/test/java/org/apache/servicemix/jbi/IntegrationTest.java
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/itests/src/test/java/org/apache/servicemix/jbi/IntegrationTest.java?rev=741548&r1=741547&r2=741548&view=diff
==============================================================================
--- 
servicemix/smx4/nmr/trunk/jbi/itests/src/test/java/org/apache/servicemix/jbi/IntegrationTest.java
 (original)
+++ 
servicemix/smx4/nmr/trunk/jbi/itests/src/test/java/org/apache/servicemix/jbi/IntegrationTest.java
 Fri Feb  6 12:05:58 2009
@@ -80,6 +80,7 @@
             getBundle("org.apache.servicemix.jbi", 
"org.apache.servicemix.jbi.osgi"),
             getBundle("org.apache.servicemix.kernel", 
"org.apache.servicemix.kernel.filemonitor"),
             getBundle("org.apache.servicemix.bundles", 
"org.apache.servicemix.bundles.woodstox"),
+            getBundle("org.apache.servicemix.bundles", 
"org.apache.servicemix.bundles.wsdl4j"),
                };
        }
 

Modified: servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml?rev=741548&r1=741547&r2=741548&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/jbi/runtime/pom.xml Fri Feb  6 12:05:58 2009
@@ -53,6 +53,10 @@
             <version>${commons.logging.version}</version>
         </dependency>
         <dependency>
+            <groupId>org.apache.servicemix.bundles</groupId>
+            <artifactId>org.apache.servicemix.bundles.wsdl4j</artifactId>
+        </dependency>
+        <dependency>
             <groupId>org.apache.servicemix</groupId>
             <artifactId>servicemix-eip</artifactId>
                    <version>${servicemix.eip.version}</version>

Modified: servicemix/smx4/nmr/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/pom.xml?rev=741548&r1=741547&r2=741548&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/pom.xml Fri Feb  6 12:05:58 2009
@@ -94,6 +94,7 @@
       <spring.osgi.version>1.2.0-m2</spring.osgi.version>
       <spring.version>2.5.6</spring.version>
       <woodstox.version>3.2.7_1</woodstox.version>
+      <wsdl4j.version>1.6.1_1</wsdl4j.version>
       <xbean.version>3.4.3</xbean.version>
       <geronimo.stax.version>1.0.1</geronimo.stax.version>
   </properties>
@@ -257,6 +258,11 @@
           <artifactId>activemq-pool</artifactId>
           <version>${activemq.version}</version>
       </dependency>
+      <dependency>
+          <groupId>org.apache.servicemix.bundles</groupId>
+          <artifactId>org.apache.servicemix.bundles.wsdl4j</artifactId>
+          <version>${wsdl4j.version}</version>
+      </dependency>
     </dependencies>
   </dependencyManagement>
 


Reply via email to