[jbpm-commits] JBoss JBPM SVN: r2218 - in jbpm3/trunk: modules/console and 15 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Fri Sep 12 11:44:22 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-12 11:44:22 -0400 (Fri, 12 Sep 2008)
New Revision: 2218

Removed:
   jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/ArchiveDeployer.java
   jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/IntegrationTestHelper.java
   jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/IntegrationTestSetup.java
   jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/JBossArchiveDeployer.java
Modified:
   jbpm3/trunk/modules/console/pom.xml
   jbpm3/trunk/modules/core/pom.xml
   jbpm3/trunk/modules/db/pom.xml
   jbpm3/trunk/modules/distribution/pom.xml
   jbpm3/trunk/modules/enterprise/jar/pom.xml
   jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/enterprise/AppServerConfigurationsTest.java
   jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/msg/jms/JmsMessageTest.java
   jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/persistence/jta/JtaDbPersistenceTest.java
   jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java
   jbpm3/trunk/modules/enterprise/pom.xml
   jbpm3/trunk/modules/identity/pom.xml
   jbpm3/trunk/modules/integration/pom.xml
   jbpm3/trunk/modules/jbpm4jsf/pom.xml
   jbpm3/trunk/modules/simulation/pom.xml
   jbpm3/trunk/modules/userguide/pom.xml
   jbpm3/trunk/pom.xml
Log:
Update dependency on jbpm-spec

Modified: jbpm3/trunk/modules/console/pom.xml
===================================================================
--- jbpm3/trunk/modules/console/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/console/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -23,6 +23,7 @@
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/trunk/modules/core/pom.xml
===================================================================
--- jbpm3/trunk/modules/core/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/core/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -23,6 +23,7 @@
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Properties -->

Modified: jbpm3/trunk/modules/db/pom.xml
===================================================================
--- jbpm3/trunk/modules/db/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/db/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -25,6 +25,7 @@
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/trunk/modules/distribution/pom.xml
===================================================================
--- jbpm3/trunk/modules/distribution/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/distribution/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -23,6 +23,7 @@
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/trunk/modules/enterprise/jar/pom.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/enterprise/jar/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -33,6 +33,10 @@
       <artifactId>jbpm-core</artifactId>
       <version>${version}</version>
     </dependency>
+    <dependency>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-api</artifactId>
+    </dependency>
 
     <!-- Provided Dependencies -->
     <dependency>
@@ -166,6 +170,15 @@
       </plugin>
       <plugin>
         <artifactId>maven-surefire-plugin</artifactId>
+        <configuration>
+          <!-- Please only remove excludes, when the tests are working -->
+          <excludes>
+            <!-- https://jira.jboss.org/jira/browse/JBPM-1708 -->
+            <exclude>org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java</exclude>
+            <!-- https://jira.jboss.org/jira/browse/JBPM-1709 -->
+            <exclude>org/jbpm/msg/jms/JmsMessageTest.java</exclude>
+          </excludes>
+        </configuration>
       </plugin>
     </plugins>
   </build>

Deleted: jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/ArchiveDeployer.java
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/ArchiveDeployer.java	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/ArchiveDeployer.java	2008-09-12 15:44:22 UTC (rev 2218)
@@ -1,41 +0,0 @@
-/*
- * 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;
-
-import java.net.URL;
-
-/**
- * An archive deployer 
- *
- * @author Thomas.Diesler at jboss.org
- * @since 16-May-2006
- */
-public interface ArchiveDeployer
-{
-   /** Deploy the given archive
-    */
-   void deploy(URL archive) throws Exception;
-
-   /** Undeploy the given archive
-    */
-   void undeploy(URL archive) throws Exception;
-}

Deleted: jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/IntegrationTestHelper.java
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/IntegrationTestHelper.java	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/IntegrationTestHelper.java	2008-09-12 15:44:22 UTC (rev 2218)
@@ -1,145 +0,0 @@
-/*
- * 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;
-
-import java.io.File;
-import java.net.MalformedURLException;
-import java.net.URL;
-import java.util.Hashtable;
-
-import javax.management.MBeanServerConnection;
-import javax.naming.InitialContext;
-import javax.naming.NamingException;
-
-/**
- * An integration test helper that deals with test deployment/undeployment, etc.
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class IntegrationTestHelper
-{
-   private static final String SYSPROP_TEST_ARCHIVE_DIRECTORY = "test.archive.directory";
-   private static final String SYSPROP_TEST_RESOURCES_DIRECTORY = "test.resources.directory";
-
-   private static MBeanServerConnection server;
-   private static String testArchiveDir;
-   private static String testResourcesDir;
-
-   /** Deploy the given archive
-    */
-   public void deploy(String archive) throws Exception
-   {
-      URL url = getArchiveFile(archive).toURL();
-      getDeployer().deploy(url);
-   }
-
-   /** Undeploy the given archive
-    */
-   public void undeploy(String archive) throws Exception
-   {
-      URL url = getArchiveFile(archive).toURL();
-      getDeployer().undeploy(url);
-   }
-
-   @SuppressWarnings("unchecked")
-   public static MBeanServerConnection getServer()
-   {
-      if (server == null)
-      {
-         Hashtable jndiEnv = null;
-         try
-         {
-            InitialContext iniCtx = new InitialContext();
-            jndiEnv = iniCtx.getEnvironment();
-            server = (MBeanServerConnection)iniCtx.lookup("jmx/invoker/RMIAdaptor");
-         }
-         catch (NamingException ex)
-         {
-            throw new RuntimeException("Cannot obtain MBeanServerConnection using jndi props: " + jndiEnv, ex);
-         }
-      }
-      return server;
-   }
-
-   private ArchiveDeployer getDeployer()
-   {
-      return new JBossArchiveDeployer(getServer());
-   }
-
-   /** Try to discover the URL for the deployment archive */
-   public URL getArchiveURL(String archive) throws MalformedURLException
-   {
-      return getArchiveFile(archive).toURL();
-   }
-
-   /** Try to discover the File for the deployment archive */
-   public File getArchiveFile(String archive)
-   {
-      File file = new File(archive);
-      if (file.exists())
-         return file;
-
-      file = new File(getTestArchiveDir() + "/" + archive);
-      if (file.exists())
-         return file;
-
-      String notSet = (getTestArchiveDir() == null ? " System property '" + SYSPROP_TEST_ARCHIVE_DIRECTORY + "' not set." : "");
-      throw new IllegalArgumentException("Cannot obtain '" + getTestArchiveDir() + "/" + archive + "'." + notSet);
-   }
-
-   /** Try to discover the URL for the test resource */
-   public URL getResourceURL(String resource) throws MalformedURLException
-   {
-      return getResourceFile(resource).toURL();
-   }
-
-   /** Try to discover the File for the test resource */
-   public File getResourceFile(String resource)
-   {
-      File file = new File(resource);
-      if (file.exists())
-         return file;
-
-      file = new File(getTestResourcesDir() + "/" + resource);
-      if (file.exists())
-         return file;
-
-      throw new IllegalArgumentException("Cannot obtain '" + getTestResourcesDir() + "/" + resource + "'");
-   }
-
-   public static String getTestArchiveDir()
-   {
-      if (testArchiveDir == null)
-         testArchiveDir = System.getProperty(SYSPROP_TEST_ARCHIVE_DIRECTORY, "target/test-libs");
-
-      return testArchiveDir;
-   }
-
-   public static String getTestResourcesDir()
-   {
-      if (testResourcesDir == null)
-         testResourcesDir = System.getProperty(SYSPROP_TEST_RESOURCES_DIRECTORY, "target/test-resource");
-
-      return testResourcesDir;
-   }
-}

Deleted: jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/IntegrationTestSetup.java
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/IntegrationTestSetup.java	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/IntegrationTestSetup.java	2008-09-12 15:44:22 UTC (rev 2218)
@@ -1,159 +0,0 @@
-/*
- * 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;
-
-import java.io.File;
-import java.net.MalformedURLException;
-import java.net.URL;
-import java.net.URLClassLoader;
-import java.util.ArrayList;
-import java.util.List;
-import java.util.StringTokenizer;
-
-import javax.management.MBeanServerConnection;
-import javax.naming.NamingException;
-
-import junit.extensions.TestSetup;
-import junit.framework.Test;
-import junit.framework.TestSuite;
-
-/**
- * A test setup that deploys/undeploys archives
- *
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class IntegrationTestSetup extends TestSetup
-{
-   private IntegrationTestHelper delegate = new IntegrationTestHelper();
-   private String[] archives = new String[0];
-   private ClassLoader originalClassLoader;
-
-   public IntegrationTestSetup(Class<?> testClass, String archiveList)
-   {
-      super(new TestSuite(testClass));
-      getArchiveArray(archiveList);
-   }
-
-   public IntegrationTestSetup(Test test, String archiveList)
-   {
-      super(test);
-      getArchiveArray(archiveList);
-   }
-
-   public IntegrationTestSetup(Test test)
-   {
-      super(test);
-   }
-
-   public File getArchiveFile(String archive)
-   {
-      return delegate.getArchiveFile(archive);
-   }
-
-   public URL getArchiveURL(String archive) throws MalformedURLException
-   {
-      return delegate.getArchiveFile(archive).toURL();
-   }
-
-   public File getResourceFile(String resource)
-   {
-      return delegate.getResourceFile(resource);
-   }
-
-   public URL getResourceURL(String resource) throws MalformedURLException
-   {
-      return delegate.getResourceFile(resource).toURL();
-   }
-
-   private void getArchiveArray(String archiveList)
-   {
-      if (archiveList != null)
-      {
-         StringTokenizer st = new StringTokenizer(archiveList, ", ");
-         archives = new String[st.countTokens()];
-
-         for (int i = 0; i < archives.length; i++)
-            archives[i] = st.nextToken();
-      }
-   }
-
-   protected void setUp() throws Exception
-   {
-      List<URL> clientJars = new ArrayList<URL>();
-      for (int i = 0; i < archives.length; i++)
-      {
-         String archive = archives[i];
-         try
-         {
-            delegate.deploy(archive);
-         }
-         catch (Exception ex)
-         {
-            ex.printStackTrace();
-            delegate.undeploy(archive);
-         }
-
-         if (archive.endsWith("-client.jar"))
-         {
-            URL archiveURL = getArchiveURL(archive);
-            clientJars.add(archiveURL);
-         }
-      }
-
-      ClassLoader parent = Thread.currentThread().getContextClassLoader();
-      originalClassLoader = parent;
-      
-      // add client jars to the class loader
-      if (!clientJars.isEmpty())
-      {
-         URL[] urls = new URL[clientJars.size()];
-         for (int i = 0; i < clientJars.size(); i++)
-         {
-            urls[i] = clientJars.get(i);
-         }
-         URLClassLoader cl = new URLClassLoader(urls, parent);
-         Thread.currentThread().setContextClassLoader(cl);
-      }
-   }
-
-   protected void tearDown() throws Exception
-   {
-      try
-      {
-         for (int i = 0; i < archives.length; i++)
-         {
-            String archive = archives[archives.length - i - 1];
-            delegate.undeploy(archive);
-         }
-      }
-      finally
-      {
-         Thread.currentThread().setContextClassLoader(originalClassLoader);
-      }
-   }
-
-   public MBeanServerConnection getServer() throws NamingException
-   {
-      return IntegrationTestHelper.getServer();
-   }
-}

Deleted: jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/JBossArchiveDeployer.java
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/JBossArchiveDeployer.java	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/JBossArchiveDeployer.java	2008-09-12 15:44:22 UTC (rev 2218)
@@ -1,60 +0,0 @@
-/*
- * 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;
-
-import java.net.URL;
-
-import javax.management.MBeanServerConnection;
-import javax.management.ObjectName;
-
-/**
- * An archive deployer that deals with test deployment/undeployment, etc.
- * 
- * @author Thomas.Diesler at jboss.org
- * @since 14-Oct-2004
- */
-public class JBossArchiveDeployer implements ArchiveDeployer
-{
-  private static final String MAIN_DEPLOYER = "jboss.system:service=MainDeployer";
-
-  private MBeanServerConnection server;
-
-  public JBossArchiveDeployer(MBeanServerConnection server)
-  {
-    this.server = server;
-  }
-
-  public void deploy(URL url) throws Exception
-  {
-    invokeMainDeployer("deploy", url);
-  }
-
-  public void undeploy(URL url) throws Exception
-  {
-    invokeMainDeployer("undeploy", url);
-  }
-
-  private void invokeMainDeployer(String methodName, URL url) throws Exception
-  {
-    server.invoke(new ObjectName(MAIN_DEPLOYER), methodName, new Object[] { url }, new String[] { "java.net.URL" });
-  }
-}

Modified: jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/enterprise/AppServerConfigurationsTest.java
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/enterprise/AppServerConfigurationsTest.java	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/enterprise/AppServerConfigurationsTest.java	2008-09-12 15:44:22 UTC (rev 2218)
@@ -24,7 +24,7 @@
 import junit.framework.Test;
 
 import org.apache.cactus.ServletTestCase;
-import org.jbpm.IntegrationTestSetup;
+import org.jboss.bpm.test.IntegrationTestSetup;
 import org.jbpm.JbpmConfiguration;
 import org.jbpm.msg.jms.JmsMessageServiceFactoryImpl;
 import org.jbpm.persistence.jta.JtaDbPersistenceServiceFactory;

Modified: jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/msg/jms/JmsMessageTest.java
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/msg/jms/JmsMessageTest.java	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/msg/jms/JmsMessageTest.java	2008-09-12 15:44:22 UTC (rev 2218)
@@ -32,8 +32,8 @@
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 
+import org.jboss.bpm.test.IntegrationTestSetup;
 import org.jbpm.EventCallback;
-import org.jbpm.IntegrationTestSetup;
 import org.jbpm.JbpmContext;
 import org.jbpm.command.Command;
 import org.jbpm.command.DeployProcessCommand;

Modified: jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/persistence/jta/JtaDbPersistenceTest.java
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/persistence/jta/JtaDbPersistenceTest.java	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/persistence/jta/JtaDbPersistenceTest.java	2008-09-12 15:44:22 UTC (rev 2218)
@@ -29,7 +29,7 @@
 import junit.framework.Test;
 
 import org.apache.cactus.ServletTestCase;
-import org.jbpm.IntegrationTestSetup;
+import org.jboss.bpm.test.IntegrationTestSetup;
 import org.jbpm.JbpmConfiguration;
 import org.jbpm.JbpmContext;
 import org.jbpm.graph.def.ProcessDefinition;

Modified: jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java
===================================================================
--- jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/enterprise/jar/src/test/java/org/jbpm/scheduler/ejbtimer/EjbSchedulerTest.java	2008-09-12 15:44:22 UTC (rev 2218)
@@ -32,8 +32,8 @@
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;
 
+import org.jboss.bpm.test.IntegrationTestSetup;
 import org.jbpm.EventCallback;
-import org.jbpm.IntegrationTestSetup;
 import org.jbpm.JbpmContext;
 import org.jbpm.command.Command;
 import org.jbpm.command.DeployProcessCommand;

Modified: jbpm3/trunk/modules/enterprise/pom.xml
===================================================================
--- jbpm3/trunk/modules/enterprise/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/enterprise/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -23,6 +23,7 @@
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Modules -->

Modified: jbpm3/trunk/modules/identity/pom.xml
===================================================================
--- jbpm3/trunk/modules/identity/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/identity/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -23,6 +23,7 @@
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
    <!-- Dependencies -->

Modified: jbpm3/trunk/modules/integration/pom.xml
===================================================================
--- jbpm3/trunk/modules/integration/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/integration/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -22,14 +22,15 @@
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->
   <dependencies>
     <!-- Compile Dependencies -->
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-api</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.jboss.jbpm</groupId>
@@ -39,8 +40,8 @@
 
     <!-- Provided Dependencies -->
     <dependency>
-      <groupId>org.jboss.bpm</groupId>
-      <artifactId>jboss-bpm-testsuite</artifactId>
+      <groupId>org.jbpm.spec</groupId>
+      <artifactId>jbpm-spec-cts</artifactId>
       <scope>provided</scope>
       <type>zip</type>
     </dependency>
@@ -77,8 +78,8 @@
             <configuration>
               <artifactItems>
                 <artifactItem>
-                  <groupId>org.jboss.bpm</groupId>
-                  <artifactId>jboss-bpm-testsuite</artifactId>
+                  <groupId>org.jbpm.spec</groupId>
+                  <artifactId>jbpm-spec-cts</artifactId>
                   <type>zip</type>
                 </artifactItem>
               </artifactItems>

Modified: jbpm3/trunk/modules/jbpm4jsf/pom.xml
===================================================================
--- jbpm3/trunk/modules/jbpm4jsf/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/jbpm4jsf/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -25,6 +25,7 @@
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Dependencies -->

Modified: jbpm3/trunk/modules/simulation/pom.xml
===================================================================
--- jbpm3/trunk/modules/simulation/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/simulation/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -22,6 +22,7 @@
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
   
   <!-- Dependencies -->

Modified: jbpm3/trunk/modules/userguide/pom.xml
===================================================================
--- jbpm3/trunk/modules/userguide/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/modules/userguide/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -25,6 +25,7 @@
     <groupId>org.jboss.jbpm</groupId>
     <artifactId>jbpm</artifactId>
     <version>3.3.0-SNAPSHOT</version>
+    <relativePath>../../pom.xml</relativePath>
   </parent>
 
   <!-- Plugins -->

Modified: jbpm3/trunk/pom.xml
===================================================================
--- jbpm3/trunk/pom.xml	2008-09-12 13:59:26 UTC (rev 2217)
+++ jbpm3/trunk/pom.xml	2008-09-12 15:44:22 UTC (rev 2218)
@@ -21,8 +21,8 @@
 
   <!-- Parent -->
   <parent>
-    <groupId>org.jboss.bpm</groupId>
-    <artifactId>jboss-bpm-parent</artifactId>
+    <groupId>org.jbpm</groupId>
+    <artifactId>jbpm-parent</artifactId>
     <version>1.0.0.GA</version>
   </parent>
 
@@ -67,7 +67,7 @@
     <javax.persistence.version>1.0</javax.persistence.version>
     <javax.jaxb.version>2.1</javax.jaxb.version>
     <jaxen.version>1.1.1</jaxen.version>
-    <jboss.bpm.api.version>1.0.0-Alpha1</jboss.bpm.api.version>
+    <jbpm.api.version>1.0.0-Alpha1</jbpm.api.version>
     <jboss.jbpm.designer.version>3.1.4</jboss.jbpm.designer.version>
     <jboss.gravel.version>1.0.0.GA</jboss.gravel.version>
     <jboss.seam.version>2.0.2.GA</jboss.seam.version>
@@ -89,14 +89,14 @@
     <dependencies>
       <!-- jBPM Dependencies -->
       <dependency>
-        <groupId>org.jboss.bpm</groupId>
-        <artifactId>jboss-bpm-api</artifactId>
-        <version>${jboss.bpm.api.version}</version>
+        <groupId>org.jbpm.spec</groupId>
+        <artifactId>jbpm-spec-api</artifactId>
+        <version>${jbpm.api.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.jboss.bpm</groupId>
-        <artifactId>jboss-bpm-testsuite</artifactId>
-        <version>${jboss.bpm.api.version}</version>
+        <groupId>org.jbpm.spec</groupId>
+        <artifactId>jbpm-spec-cts</artifactId>
+        <version>${jbpm.api.version}</version>
         <type>zip</type>
       </dependency>
       <dependency>




More information about the jbpm-commits mailing list