[jbpm-commits] JBoss JBPM SVN: r3031 - in jbpm3/trunk/modules/integration: api and 7 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Nov 21 08:27:50 EST 2008


Author: thomas.diesler at jboss.com
Date: 2008-11-21 08:27:50 -0500 (Fri, 21 Nov 2008)
New Revision: 3031

Added:
   jbpm3/trunk/modules/integration/api/.classpath
   jbpm3/trunk/modules/integration/api/.project
   jbpm3/trunk/modules/integration/jboss42/.classpath
   jbpm3/trunk/modules/integration/jboss42/.project
   jbpm3/trunk/modules/integration/jboss42/pom.xml
   jbpm3/trunk/modules/integration/jboss42/src/main/java/org/
   jbpm3/trunk/modules/integration/jboss42/src/main/java/org/jbpm/
   jbpm3/trunk/modules/integration/jboss42/src/main/java/org/jbpm/integration/
   jbpm3/trunk/modules/integration/jboss42/src/main/java/org/jbpm/integration/jboss42/
   jbpm3/trunk/modules/integration/jboss42/src/main/java/org/jbpm/integration/jboss42/DeployerInterceptor.java
   jbpm3/trunk/modules/integration/jboss50/.classpath
   jbpm3/trunk/modules/integration/jboss50/.project
   jbpm3/trunk/modules/integration/jboss50/pom.xml
   jbpm3/trunk/modules/integration/pom.xml
Modified:
   jbpm3/trunk/modules/integration/api/
   jbpm3/trunk/modules/integration/jboss42/
   jbpm3/trunk/modules/integration/jboss50/
Log:
Add AS42 DeployerInterceptor


Property changes on: jbpm3/trunk/modules/integration/api
___________________________________________________________________
Name: svn:ignore
   + .settings
target


Added: jbpm3/trunk/modules/integration/api/.classpath
===================================================================
--- jbpm3/trunk/modules/integration/api/.classpath	                        (rev 0)
+++ jbpm3/trunk/modules/integration/api/.classpath	2008-11-21 13:27:50 UTC (rev 3031)
@@ -0,0 +1,10 @@
+<?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="src" output="target/test-classes" path="src/test/java"/>
+	<classpathentry excluding="**" kind="src" output="target/test-classes" path="src/test/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>

Added: jbpm3/trunk/modules/integration/api/.project
===================================================================
--- jbpm3/trunk/modules/integration/api/.project	                        (rev 0)
+++ jbpm3/trunk/modules/integration/api/.project	2008-11-21 13:27:50 UTC (rev 3031)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbpm-integration-api</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>


Property changes on: jbpm3/trunk/modules/integration/jboss42
___________________________________________________________________
Name: svn:ignore
   + .settings
target


Added: jbpm3/trunk/modules/integration/jboss42/.classpath
===================================================================
--- jbpm3/trunk/modules/integration/jboss42/.classpath	                        (rev 0)
+++ jbpm3/trunk/modules/integration/jboss42/.classpath	2008-11-21 13:27:50 UTC (rev 3031)
@@ -0,0 +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>

Added: jbpm3/trunk/modules/integration/jboss42/.project
===================================================================
--- jbpm3/trunk/modules/integration/jboss42/.project	                        (rev 0)
+++ jbpm3/trunk/modules/integration/jboss42/.project	2008-11-21 13:27:50 UTC (rev 3031)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbpm-integration-jboss42</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>

Added: jbpm3/trunk/modules/integration/jboss42/pom.xml
===================================================================
--- jbpm3/trunk/modules/integration/jboss42/pom.xml	                        (rev 0)
+++ jbpm3/trunk/modules/integration/jboss42/pom.xml	2008-11-21 13:27:50 UTC (rev 3031)
@@ -0,0 +1,66 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <name>JBoss jBPM3 - Integration JBoss42</name>
+  <groupId>org.jbpm.jbpm3</groupId>
+  <artifactId>jbpm-integration-jboss42</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jbpm.jbpm3</groupId>
+    <artifactId>jbpm-integration</artifactId>
+    <version>3.3.1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+  <!-- Properties -->
+  <properties>
+    <jboss.version>4.2.2.GA</jboss.version>
+    <jboss.common.version>1.2.1.GA</jboss.common.version>
+  </properties>
+  
+  <!-- Dependencies -->
+  <dependencies>
+    <!-- jboss thirdparty dependencies -->
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-system</artifactId>
+      <version>${jboss.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss</artifactId>
+      <version>${jboss.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jboss-jmx</artifactId>
+      <version>${jboss.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss</groupId>
+      <artifactId>jbosssx</artifactId>
+      <version>${jboss.version}</version>
+    </dependency>
+    <dependency>
+      <groupId>jboss.common</groupId>
+      <artifactId>jboss-common</artifactId>
+      <version>${jboss.common.version}</version>
+    </dependency>
+  </dependencies>
+ </project>


Property changes on: jbpm3/trunk/modules/integration/jboss42/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: jbpm3/trunk/modules/integration/jboss42/src/main/java/org/jbpm/integration/jboss42/DeployerInterceptor.java
===================================================================
--- jbpm3/trunk/modules/integration/jboss42/src/main/java/org/jbpm/integration/jboss42/DeployerInterceptor.java	                        (rev 0)
+++ jbpm3/trunk/modules/integration/jboss42/src/main/java/org/jbpm/integration/jboss42/DeployerInterceptor.java	2008-11-21 13:27:50 UTC (rev 3031)
@@ -0,0 +1,115 @@
+/*
+ * JBoss, Home of Professional Open Source
+ * Copyright 2005, JBoss Inc., and individual contributors as indicated
+ * by the @authors tag. See the copyright.txt in the distribution for a
+ * full listing of individual contributors.
+ *
+ * This is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 2.1 of
+ * the License, or (at your option) any later version.
+ *
+ * This software is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU Lesser General Public
+ * License along with this software; if not, write to the Free
+ * Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+ * 02110-1301 USA, or see the FSF site: http://www.fsf.org.
+ */
+package org.jbpm.integration.jboss42;
+
+//$Id$
+
+import java.util.LinkedList;
+import java.util.List;
+
+import org.jboss.deployment.DeploymentInfo;
+import org.jboss.deployment.MainDeployerMBean;
+import org.jboss.deployment.SubDeployerInterceptorSupport;
+import org.jboss.mx.server.Invocation;
+import org.jboss.mx.util.MBeanProxy;
+
+/**
+ * A deployer service that manages WS4EE compliant Web Services
+ *
+ * @author Thomas.Diesler at jboss.org
+ * @since 03-May-2007
+ */
+public abstract class DeployerInterceptor extends SubDeployerInterceptorSupport
+{
+   // The main deployer
+   private MainDeployerMBean mainDeployer;
+
+   @Override
+   protected final Object create(Invocation invocation, DeploymentInfo unit) throws Throwable
+   {
+      Object retn = invokeNext(invocation);
+
+
+      return retn;
+   }
+
+   @Override
+   protected final Object start(Invocation invocation, DeploymentInfo unit) throws Throwable
+   {
+      Object retn = invokeNext(invocation);
+
+      return retn;
+   }
+
+   @Override
+   protected final Object stop(Invocation invocation, DeploymentInfo unit) throws Throwable
+   {
+      Object retn = invokeNext(invocation);
+
+      return retn;
+   }
+
+   @Override
+   protected final Object destroy(Invocation invocation, DeploymentInfo unit) throws Throwable
+   {
+      Object retn = invokeNext(invocation);
+
+      return retn;
+   }
+
+   /** Create the deployer service
+    */
+   protected void createService() throws Exception
+   {
+      mainDeployer = (MainDeployerMBean)MBeanProxy.get(MainDeployerMBean.class, MainDeployerMBean.OBJECT_NAME, server);
+      super.attach();
+   }
+
+   /** Destroy the deployer service
+    */
+   protected void destroyService()
+   {
+      super.detach();
+   }
+
+   /** 
+    * Handle all webservice deployment exceptions.
+    * You can either simply log the problem and keep the EJB/WAR module
+    * alive or undeploy properly.
+    */
+   protected void handleStartupException(DeploymentInfo di, Throwable th)
+   {
+      log.error("Cannot startup webservice for: " + di.shortName, th);
+      mainDeployer.undeploy(di);
+   }
+
+   /** 
+    * Handle all webservice deployment exceptions.
+    *
+    * You can either simply logs the problem and keep the EJB/WAR module
+    * alive or undeploy properly.
+    */
+   protected void handleShutdownException(String moduleName, Throwable th)
+   {
+      log.error("Cannot shutdown webservice for: " + moduleName, th);
+   }
+}
\ No newline at end of file


Property changes on: jbpm3/trunk/modules/integration/jboss42/src/main/java/org/jbpm/integration/jboss42/DeployerInterceptor.java
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF


Property changes on: jbpm3/trunk/modules/integration/jboss50
___________________________________________________________________
Name: svn:ignore
   + .settings
target


Added: jbpm3/trunk/modules/integration/jboss50/.classpath
===================================================================
--- jbpm3/trunk/modules/integration/jboss50/.classpath	                        (rev 0)
+++ jbpm3/trunk/modules/integration/jboss50/.classpath	2008-11-21 13:27:50 UTC (rev 3031)
@@ -0,0 +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>

Added: jbpm3/trunk/modules/integration/jboss50/.project
===================================================================
--- jbpm3/trunk/modules/integration/jboss50/.project	                        (rev 0)
+++ jbpm3/trunk/modules/integration/jboss50/.project	2008-11-21 13:27:50 UTC (rev 3031)
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>jbpm-integration-jboss50</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+		<buildCommand>
+			<name>org.maven.ide.eclipse.maven2Builder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>

Added: jbpm3/trunk/modules/integration/jboss50/pom.xml
===================================================================
--- jbpm3/trunk/modules/integration/jboss50/pom.xml	                        (rev 0)
+++ jbpm3/trunk/modules/integration/jboss50/pom.xml	2008-11-21 13:27:50 UTC (rev 3031)
@@ -0,0 +1,31 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <name>JBoss jBPM3 - Integration JBoss50</name>
+  <groupId>org.jbpm.jbpm3</groupId>
+  <artifactId>jbpm-integration-jboss50</artifactId>
+  <packaging>jar</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jbpm.jbpm3</groupId>
+    <artifactId>jbpm-integration</artifactId>
+    <version>3.3.1-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
+  </parent>
+
+</project>


Property changes on: jbpm3/trunk/modules/integration/jboss50/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF

Added: jbpm3/trunk/modules/integration/pom.xml
===================================================================
--- jbpm3/trunk/modules/integration/pom.xml	                        (rev 0)
+++ jbpm3/trunk/modules/integration/pom.xml	2008-11-21 13:27:50 UTC (rev 3031)
@@ -0,0 +1,38 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!-- ====================================================================== -->
+<!--                                                                        -->
+<!--  JBoss, the OpenSource J2EE webOS                                      -->
+<!--                                                                        -->
+<!--  Distributable under LGPL license.                                     -->
+<!--  See terms of license at http://www.gnu.org.                           -->
+<!--                                                                        -->
+<!-- ====================================================================== -->
+
+<!-- $Id$ -->
+
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+  <modelVersion>4.0.0</modelVersion>
+
+  <name>JBoss jBPM3 - Integration</name>
+  <groupId>org.jbpm.jbpm3</groupId>
+  <artifactId>jbpm-integration</artifactId>
+  <packaging>pom</packaging>
+
+  <!-- Parent -->
+  <parent>
+    <groupId>org.jbpm.jbpm3</groupId>
+    <artifactId>jbpm</artifactId>
+    <version>3.3.1-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
+  </parent>
+
+  <!-- Modules -->
+  <modules>
+    <module>api</module>
+    <module>jboss42</module>
+    <module>jboss50</module>
+  </modules>
+
+</project>


Property changes on: jbpm3/trunk/modules/integration/pom.xml
___________________________________________________________________
Name: svn:keywords
   + Id Revision
Name: svn:eol-style
   + LF




More information about the jbpm-commits mailing list