[jboss-cvs] JBossAS SVN: r77005 - trunk/ejb3.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Aug 13 05:26:00 EDT 2008


Author: ALRubinger
Date: 2008-08-13 05:25:59 -0400 (Wed, 13 Aug 2008)
New Revision: 77005

Modified:
   trunk/ejb3/build.xml
Log:
[JBAS-5192] Re-enable ejb3-connectors-service.xml, to be updated to new syntax later (this gets remote EJB3 invocations working again)

Modified: trunk/ejb3/build.xml
===================================================================
--- trunk/ejb3/build.xml	2008-08-13 09:20:53 UTC (rev 77004)
+++ trunk/ejb3/build.xml	2008-08-13 09:25:59 UTC (rev 77005)
@@ -114,6 +114,7 @@
          <path refid="dom4j.dom4j.classpath"/>
          <path refid="jboss.integration.classpath"/>
          <path refid="jboss.jboss.ejb3.cache.classpath"/>
+         <path refid="jboss.jboss.ejb3.common.classpath"/>
          <path refid="jboss.jboss.ejb3.core.classpath"/>
          <path refid="jboss.jboss.ejb3.ext.api.classpath" />
          <path refid="jboss.jboss.ejb3.ext.api.impl.classpath" />
@@ -320,8 +321,6 @@
 	<unjar src="../thirdparty/jboss/jboss-ejb3-core/lib/jboss-ejb3-core.jar" dest="output/resources">
         <patternset>
           <include name="*.xml" />
-          <!-- Skip this one until it supports ServiceBindingManager, we get it locally -->
-          <exclude name="ejb3-connectors-service.xml" />
           <exclude name="META-INF/*.xml" />
           <include name="META-INF/*.properties" />
         </patternset>
@@ -347,11 +346,6 @@
             <include name="ejb3-connectors-service.xml"/>
             <include name="ejb3-interceptors-aop.xml"/>
          </fileset>
-      	<!-- We use our local copy of this one until the EJB3 project one 
-      	     supports ServiceBindingManager --> 
-        <fileset dir="${resources}">
-           <include name="ejb3-connectors-service.xml"/>
-        </fileset>
       </copy>
   </target>
 




More information about the jboss-cvs-commits mailing list