[jboss-cvs] JBossAS SVN: r69026 - in branches/Branch_4_2: server/src/main/org/jboss/metadata/serviceref and 1 other directory.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Jan 16 06:32:59 EST 2008


Author: heiko.braun at jboss.com
Date: 2008-01-16 06:32:58 -0500 (Wed, 16 Jan 2008)
New Revision: 69026

Modified:
   branches/Branch_4_2/build/build-thirdparty.xml
   branches/Branch_4_2/server/src/main/org/jboss/metadata/serviceref/ServiceRefDelegate.java
Log:
 JBAS-5139: Update to JBossWS snapshot to include SPI changes.

Modified: branches/Branch_4_2/build/build-thirdparty.xml
===================================================================
--- branches/Branch_4_2/build/build-thirdparty.xml	2008-01-16 11:27:18 UTC (rev 69025)
+++ branches/Branch_4_2/build/build-thirdparty.xml	2008-01-16 11:32:58 UTC (rev 69026)
@@ -83,7 +83,7 @@
     <componentref name="jboss/jaxr" version="1.2.0.GA"/>
     <componentref name="jboss/jbossts14" version="4.2.3.SP6"/>
     <componentref name="jboss/jboss-vfs" version="1.0.0.GA"/>    
-    <componentref name="jboss/jbossws-native42" version="2.0.2.GA"/>
+    <componentref name="jboss/jbossws-native42" version="snapshot"/>
     <componentref name="jboss/jbossxb" version="1.0.0.SP1"/>
     <componentref name="jboss/microcontainer" version="1.0.2"/>
     <componentref name="jboss/profiler/jvmti" version="1.0.0.CR5-brew"/>

Modified: branches/Branch_4_2/server/src/main/org/jboss/metadata/serviceref/ServiceRefDelegate.java
===================================================================
--- branches/Branch_4_2/server/src/main/org/jboss/metadata/serviceref/ServiceRefDelegate.java	2008-01-16 11:27:18 UTC (rev 69025)
+++ branches/Branch_4_2/server/src/main/org/jboss/metadata/serviceref/ServiceRefDelegate.java	2008-01-16 11:32:58 UTC (rev 69026)
@@ -42,6 +42,9 @@
 import org.w3c.dom.Element;
 import org.xml.sax.Attributes;
 
+import java.util.List;
+import java.util.ArrayList;
+
 /**
  * Factory for ServiceRefHandler
  * 
@@ -149,5 +152,11 @@
       public void merge(ServiceRefMetaData serviceRef)
       {
       }
+
+
+      public List<String[]> getInjectionTargets()
+      {
+         return new ArrayList<String[]>(); 
+      }
    }
 }




More information about the jboss-cvs-commits mailing list