[jboss-svn-commits] JBL Code SVN: r12428 - in labs/jbosslabs/trunk/stats-server: binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Jun 8 15:19:59 EDT 2007


Author: wrzep
Date: 2007-06-08 15:19:58 -0400 (Fri, 08 Jun 2007)
New Revision: 12428

Added:
   labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service-ejb3.xml
   labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service.xml
Removed:
   labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service-no-ejb3.xml
   labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service.xml
Modified:
   labs/jbosslabs/trunk/stats-server/kosmos/maven.xml
   labs/jbosslabs/trunk/stats-server/maven.xml
Log:
JBLAB-868

Copied: labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service-ejb3.xml (from rev 12427, labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service.xml)
===================================================================
--- labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service-ejb3.xml	                        (rev 0)
+++ labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service-ejb3.xml	2007-06-08 19:19:58 UTC (rev 12428)
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- $Id: jboss-service.xml 2598 2007-03-12 10:11:14Z thomas.diesler at jboss.com $ -->
+
+<server>
+
+   <!--
+     A deployer service for JSE endpoints.
+   -->
+   <mbean name="jboss.ws:service=WebServiceDeployerJSE" code="org.jboss.ws.integration.jboss42.DeployerInterceptorJSE">
+      <depends-list optional-attribute-name="Interceptables">
+         <depends-list-element>jboss.web:service=WebServer</depends-list-element>
+      </depends-list>
+   </mbean>
+
+   <!--
+     A deployer service for EJB2.1 endpoints.
+   -->
+   <mbean name="jboss.ws:service=DeployerInterceptorEJB21" code="org.jboss.ws.integration.jboss42.DeployerInterceptorEJB21">
+      <depends-list optional-attribute-name="Interceptables">
+         <depends-list-element>jboss.ejb:service=EJBDeployer</depends-list-element>
+      </depends-list>
+   </mbean>
+
+   <!--
+     A deployer service for EJB3 endpoints.
+   -->
+   <mbean name="jboss.ws:service=DeployerInterceptorEJB3" code="org.jboss.ws.integration.jboss42.DeployerInterceptorEJB3">
+      <depends-list optional-attribute-name="Interceptables">
+         <depends-list-element>jboss.ejb3:service=EJB3Deployer</depends-list-element>
+      </depends-list>
+   </mbean>
+
+   <!--
+     A deployer service for JSE endpoints that are nested in service archives (sar).
+   -->
+   <mbean name="jboss.ws:service=DeployerInterceptorNestedJSE" code="org.jboss.ws.integration.jboss42.DeployerInterceptorNestedJSE">
+      <depends optional-attribute-name="MainDeployer" proxy-type="attribute">jboss.system:service=MainDeployer</depends>
+      <depends>jboss.ws:service=WebServiceDeployerJSE</depends>
+   </mbean>
+
+</server>

Deleted: labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service-no-ejb3.xml
===================================================================
--- labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service-no-ejb3.xml	2007-06-08 17:40:03 UTC (rev 12427)
+++ labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service-no-ejb3.xml	2007-06-08 19:19:58 UTC (rev 12428)
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- $Id: jboss-service-no-ejb3.xml 2598 2007-03-12 10:11:14Z thomas.diesler at jboss.com $ -->
-
-<server>
-
-   <!--
-     A deployer service for JSE endpoints.
-   -->
-   <mbean name="jboss.ws:service=WebServiceDeployerJSE" code="org.jboss.ws.integration.jboss42.DeployerInterceptorJSE">
-      <depends-list optional-attribute-name="Interceptables">
-         <depends-list-element>jboss.web:service=WebServer</depends-list-element>
-      </depends-list>
-   </mbean>
-
-   <!--
-     A deployer service for EJB2.1 endpoints.
-   -->
-   <mbean name="jboss.ws:service=DeployerInterceptorEJB21" code="org.jboss.ws.integration.jboss42.DeployerInterceptorEJB21">
-      <depends-list optional-attribute-name="Interceptables">
-         <depends-list-element>jboss.ejb:service=EJBDeployer</depends-list-element>
-      </depends-list>
-   </mbean>
-
-   <!--
-     A deployer service for EJB3 endpoints.
-   <mbean name="jboss.ws:service=DeployerInterceptorEJB3" code="org.jboss.ws.integration.jboss42.DeployerInterceptorEJB3">
-      <depends-list optional-attribute-name="Interceptables">
-         <depends-list-element>jboss.ejb3:service=EJB3Deployer</depends-list-element>
-      </depends-list>
-   </mbean>
-   -->
-
-   <!--
-     A deployer service for JSE endpoints that are nested in service archives (sar).
-   -->
-   <mbean name="jboss.ws:service=DeployerInterceptorNestedJSE" code="org.jboss.ws.integration.jboss42.DeployerInterceptorNestedJSE">
-      <depends optional-attribute-name="MainDeployer" proxy-type="attribute">jboss.system:service=MainDeployer</depends>
-      <depends>jboss.ws:service=WebServiceDeployerJSE</depends>
-   </mbean>
-
-</server>

Deleted: labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service.xml
===================================================================
--- labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service.xml	2007-06-08 17:40:03 UTC (rev 12427)
+++ labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service.xml	2007-06-08 19:19:58 UTC (rev 12428)
@@ -1,42 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<!-- $Id: jboss-service.xml 2598 2007-03-12 10:11:14Z thomas.diesler at jboss.com $ -->
-
-<server>
-
-   <!--
-     A deployer service for JSE endpoints.
-   -->
-   <mbean name="jboss.ws:service=WebServiceDeployerJSE" code="org.jboss.ws.integration.jboss42.DeployerInterceptorJSE">
-      <depends-list optional-attribute-name="Interceptables">
-         <depends-list-element>jboss.web:service=WebServer</depends-list-element>
-      </depends-list>
-   </mbean>
-
-   <!--
-     A deployer service for EJB2.1 endpoints.
-   -->
-   <mbean name="jboss.ws:service=DeployerInterceptorEJB21" code="org.jboss.ws.integration.jboss42.DeployerInterceptorEJB21">
-      <depends-list optional-attribute-name="Interceptables">
-         <depends-list-element>jboss.ejb:service=EJBDeployer</depends-list-element>
-      </depends-list>
-   </mbean>
-
-   <!--
-     A deployer service for EJB3 endpoints.
-   -->
-   <mbean name="jboss.ws:service=DeployerInterceptorEJB3" code="org.jboss.ws.integration.jboss42.DeployerInterceptorEJB3">
-      <depends-list optional-attribute-name="Interceptables">
-         <depends-list-element>jboss.ejb3:service=EJB3Deployer</depends-list-element>
-      </depends-list>
-   </mbean>
-
-   <!--
-     A deployer service for JSE endpoints that are nested in service archives (sar).
-   -->
-   <mbean name="jboss.ws:service=DeployerInterceptorNestedJSE" code="org.jboss.ws.integration.jboss42.DeployerInterceptorNestedJSE">
-      <depends optional-attribute-name="MainDeployer" proxy-type="attribute">jboss.system:service=MainDeployer</depends>
-      <depends>jboss.ws:service=WebServiceDeployerJSE</depends>
-   </mbean>
-
-</server>

Copied: labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service.xml (from rev 12427, labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service-no-ejb3.xml)
===================================================================
--- labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service.xml	                        (rev 0)
+++ labs/jbosslabs/trunk/stats-server/binaries/as/to-copy/server/default/deploy/jbossws.sar/META-INF/jboss-service.xml	2007-06-08 19:19:58 UTC (rev 12428)
@@ -0,0 +1,42 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- $Id: jboss-service-no-ejb3.xml 2598 2007-03-12 10:11:14Z thomas.diesler at jboss.com $ -->
+
+<server>
+
+   <!--
+     A deployer service for JSE endpoints.
+   -->
+   <mbean name="jboss.ws:service=WebServiceDeployerJSE" code="org.jboss.ws.integration.jboss42.DeployerInterceptorJSE">
+      <depends-list optional-attribute-name="Interceptables">
+         <depends-list-element>jboss.web:service=WebServer</depends-list-element>
+      </depends-list>
+   </mbean>
+
+   <!--
+     A deployer service for EJB2.1 endpoints.
+   -->
+   <mbean name="jboss.ws:service=DeployerInterceptorEJB21" code="org.jboss.ws.integration.jboss42.DeployerInterceptorEJB21">
+      <depends-list optional-attribute-name="Interceptables">
+         <depends-list-element>jboss.ejb:service=EJBDeployer</depends-list-element>
+      </depends-list>
+   </mbean>
+
+   <!--
+     A deployer service for EJB3 endpoints.
+   <mbean name="jboss.ws:service=DeployerInterceptorEJB3" code="org.jboss.ws.integration.jboss42.DeployerInterceptorEJB3">
+      <depends-list optional-attribute-name="Interceptables">
+         <depends-list-element>jboss.ejb3:service=EJB3Deployer</depends-list-element>
+      </depends-list>
+   </mbean>
+   -->
+
+   <!--
+     A deployer service for JSE endpoints that are nested in service archives (sar).
+   -->
+   <mbean name="jboss.ws:service=DeployerInterceptorNestedJSE" code="org.jboss.ws.integration.jboss42.DeployerInterceptorNestedJSE">
+      <depends optional-attribute-name="MainDeployer" proxy-type="attribute">jboss.system:service=MainDeployer</depends>
+      <depends>jboss.ws:service=WebServiceDeployerJSE</depends>
+   </mbean>
+
+</server>

Modified: labs/jbosslabs/trunk/stats-server/kosmos/maven.xml
===================================================================
--- labs/jbosslabs/trunk/stats-server/kosmos/maven.xml	2007-06-08 17:40:03 UTC (rev 12427)
+++ labs/jbosslabs/trunk/stats-server/kosmos/maven.xml	2007-06-08 19:19:58 UTC (rev 12428)
@@ -18,7 +18,7 @@
 		
 		<!-- Copying configuration files -->
 		<ant:copy todir="target/kosmos-server.war/WEB-INF" overwrite="true">
-		    <ant:fileset dir="conf/server">
+		    <ant:fileset dir="conf/server" excludes="**/*.sample">
 				<ant:filename name="**/*" />
 		    </ant:fileset>
 		</ant:copy>

Modified: labs/jbosslabs/trunk/stats-server/maven.xml
===================================================================
--- labs/jbosslabs/trunk/stats-server/maven.xml	2007-06-08 17:40:03 UTC (rev 12427)
+++ labs/jbosslabs/trunk/stats-server/maven.xml	2007-06-08 19:19:58 UTC (rev 12428)
@@ -26,7 +26,7 @@
 Installing JBoss AS 4.2.0.GA to the specified directory (${local.deploy.dir}).
 		</echo>
 		<ant:copy todir="${local.server.dir}" overwrite="true">
-			<ant:fileset dir="binaries/as/to-copy" />
+			<ant:fileset dir="binaries/as/to-copy"/>
 		</ant:copy>
 		<echo>
 JBoss AS 4.2.0.GA (without EJB3) is now installed.




More information about the jboss-svn-commits mailing list