[jbpm-commits] JBoss JBPM SVN: r6882 - in jbpm3/branches/jbpm-3.2-soa/enterprise-jee5: src/main/resources and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Jan 14 15:39:39 EST 2011


Author: bradsdavis
Date: 2011-01-14 15:39:39 -0500 (Fri, 14 Jan 2011)
New Revision: 6882

Added:
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap4x-aop.xml
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap5x-aop.xml
Removed:
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-soa4x-aop.xml
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-soa5x-aop.xml
Modified:
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/.classpath
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml
   jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/META-INF/jboss.xml
Log:
Removed reference to SOA and ESB.

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/.classpath
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/.classpath	2011-01-13 10:08:50 UTC (rev 6881)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/.classpath	2011-01-14 20:39:39 UTC (rev 6882)
@@ -1,8 +1,8 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
-	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
-	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
-	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
-	<classpathentry kind="output" path="target/classes"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="src" output="target/classes" path="src/main/java"/>
+	<classpathentry excluding="**" kind="src" output="target/classes" path="src/main/resources"/>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.5"/>
+	<classpathentry kind="con" path="org.maven.ide.eclipse.MAVEN2_CLASSPATH_CONTAINER"/>
+	<classpathentry kind="output" path="target/classes"/>
+</classpath>

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2011-01-13 10:08:50 UTC (rev 6881)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/pom.xml	2011-01-14 20:39:39 UTC (rev 6882)
@@ -45,6 +45,14 @@
           </execution>
         </executions>
       </plugin>
+      <plugin>
+        <artifactId>maven-compiler-plugin</artifactId>
+        <configuration>
+          <source>1.5</source>
+          <target>1.5</target>
+        </configuration>
+      </plugin>
+
     </plugins>
   </build>
 
@@ -76,17 +84,17 @@
 
   <profiles>
     <profile>
-      <id>soa4x</id>
+      <id>eap4x</id>
       <activation>
         <activeByDefault>true</activeByDefault>
       </activation>
       <build>
-        <finalName>${project.artifactId}-${project.version}-soa4x</finalName>
+        <finalName>${project.artifactId}-${project.version}-eap4x</finalName>
         <resources>
           <resource>
             <directory>src/main/resources</directory>
             <excludes>
-              <exclude>*soa5x*</exclude>
+              <exclude>*eap5x*</exclude>
             </excludes>
           </resource>
         </resources>
@@ -94,14 +102,14 @@
     </profile>
 
     <profile>
-      <id>soa5x</id>
+      <id>eap5x</id>
       <build>
-        <finalName>${project.artifactId}-${project.version}-soa5x</finalName>
+        <finalName>${project.artifactId}-${project.version}-eap5x</finalName>
         <resources>
           <resource>
             <directory>src/main/resources</directory>
             <excludes>
-              <exclude>*soa4x*</exclude>
+              <exclude>*eap4x*</exclude>
             </excludes>
           </resource>
         </resources>

Modified: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/META-INF/jboss.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/META-INF/jboss.xml	2011-01-13 10:08:50 UTC (rev 6881)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/META-INF/jboss.xml	2011-01-14 20:39:39 UTC (rev 6882)
@@ -6,15 +6,15 @@
   <enterprise-beans>
     <message-driven>
       <ejb-name>CommandListenerBean</ejb-name>
-      <depends>jboss.esb.destination:service=Queue,name=JbpmCommandQueue</depends>
-      <depends>jboss.esb.destination:service=Queue,name=JbpmDLQ</depends>
+      <depends>jboss.jbpm.destination:service=Queue,name=JbpmCommandQueue</depends>
+      <depends>jboss.jbpm.destination:service=Queue,name=JbpmDLQ</depends>
       <aop-domain-name>jBPM MDB</aop-domain-name>
     </message-driven>
 
     <message-driven>
       <ejb-name>JobListenerBean</ejb-name>
-      <depends>jboss.esb.destination:service=Queue,name=JbpmJobQueue</depends>
-      <depends>jboss.esb.destination:service=Queue,name=JbpmDLQ</depends>
+      <depends>jboss.jbpm.destination:service=Queue,name=JbpmJobQueue</depends>
+      <depends>jboss.jbpm.destination:service=Queue,name=JbpmDLQ</depends>
       <aop-domain-name>jBPM MDB</aop-domain-name>
     </message-driven>
 

Copied: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap4x-aop.xml (from rev 6735, jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-soa4x-aop.xml)
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap4x-aop.xml	                        (rev 0)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap4x-aop.xml	2011-01-14 20:39:39 UTC (rev 6882)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<aop xmlns="urn:jboss:aop-beans:1.0">
+   <!-- Override the default pooling.  Should be high for jBPM. -->
+   <domain name="jBPM Stateless" extends="Stateless Bean" inheritBindings="true">
+      <annotation expr="class(@org.jboss.annotation.ejb.PoolClass)">
+         @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.ThreadlocalPool.class, maxSize=200, timeout=10000)
+      </annotation>
+   </domain>
+   
+   <!-- Override the default pooling.  Should be high for jBPM. -->
+   <domain name="jBPM MDB" extends="Message Driven Bean" inheritBindings="true">
+      <annotation expr="class(@org.jboss.annotation.ejb.PoolClass)">
+         @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=200, timeout=10000)
+      </annotation>
+   </domain>
+</aop>
+


Property changes on: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap4x-aop.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Copied: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap5x-aop.xml (from rev 6735, jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-soa5x-aop.xml)
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap5x-aop.xml	                        (rev 0)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap5x-aop.xml	2011-01-14 20:39:39 UTC (rev 6882)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<aop xmlns="urn:jboss:aop-beans:1.0">
+
+   <!-- Override the default pooling.  Should be high for jBPM. -->
+   <domain name="jBPM Stateless" extends="Stateless Bean" inheritBindings="true">
+      <annotation expr="class(@org.jboss.ejb3.annotation.Pool)">
+         @org.jboss.ejb3.annotation.Pool (value="ThreadlocalPool", maxSize=200, timeout=10000)
+      </annotation>
+   </domain>
+   
+   <!-- Override the default pooling.  Should be high for jBPM. -->
+   <domain name="jBPM MDB" extends="Message Driven Bean" inheritBindings="true">
+      <annotation expr="class(@org.jboss.ejb3.annotation.Pool)">
+         @org.jboss.ejb3.annotation.Pool (value="StrictMaxPool", maxSize=200, timeout=10000)
+      </annotation>
+   </domain>
+</aop>
+


Property changes on: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-eap5x-aop.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Deleted: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-soa4x-aop.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-soa4x-aop.xml	2011-01-13 10:08:50 UTC (rev 6881)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-soa4x-aop.xml	2011-01-14 20:39:39 UTC (rev 6882)
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<aop xmlns="urn:jboss:aop-beans:1.0">
-   <!-- Override the default pooling.  Should be high for jBPM. -->
-   <domain name="jBPM Stateless" extends="Stateless Bean" inheritBindings="true">
-      <annotation expr="class(@org.jboss.annotation.ejb.PoolClass)">
-         @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.ThreadlocalPool.class, maxSize=200, timeout=10000)
-      </annotation>
-   </domain>
-   
-   <!-- Override the default pooling.  Should be high for jBPM. -->
-   <domain name="jBPM MDB" extends="Message Driven Bean" inheritBindings="true">
-      <annotation expr="class(@org.jboss.annotation.ejb.PoolClass)">
-         @org.jboss.annotation.ejb.PoolClass (value=org.jboss.ejb3.StrictMaxPool.class, maxSize=200, timeout=10000)
-      </annotation>
-   </domain>
-</aop>
-

Deleted: jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-soa5x-aop.xml
===================================================================
--- jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-soa5x-aop.xml	2011-01-13 10:08:50 UTC (rev 6881)
+++ jbpm3/branches/jbpm-3.2-soa/enterprise-jee5/src/main/resources/jbpm-soa5x-aop.xml	2011-01-14 20:39:39 UTC (rev 6882)
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<aop xmlns="urn:jboss:aop-beans:1.0">
-
-   <!-- Override the default pooling.  Should be high for jBPM. -->
-   <domain name="jBPM Stateless" extends="Stateless Bean" inheritBindings="true">
-      <annotation expr="class(@org.jboss.ejb3.annotation.Pool)">
-         @org.jboss.ejb3.annotation.Pool (value="ThreadlocalPool", maxSize=200, timeout=10000)
-      </annotation>
-   </domain>
-   
-   <!-- Override the default pooling.  Should be high for jBPM. -->
-   <domain name="jBPM MDB" extends="Message Driven Bean" inheritBindings="true">
-      <annotation expr="class(@org.jboss.ejb3.annotation.Pool)">
-         @org.jboss.ejb3.annotation.Pool (value="StrictMaxPool", maxSize=200, timeout=10000)
-      </annotation>
-   </domain>
-</aop>
-



More information about the jbpm-commits mailing list