[jbpm-commits] JBoss JBPM SVN: r4889 - in jbpm4/trunk/modules: examples and 20 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon May 25 11:27:05 EDT 2009


Author: heiko.braun at jboss.com
Date: 2009-05-25 11:27:05 -0400 (Mon, 25 May 2009)
New Revision: 4889

Added:
   jbpm4/trunk/modules/integration/graphView-plugin/
   jbpm4/trunk/modules/integration/graphView-plugin/.classpath
   jbpm4/trunk/modules/integration/graphView-plugin/.project
   jbpm4/trunk/modules/integration/graphView-plugin/form-plugin.iml
   jbpm4/trunk/modules/integration/graphView-plugin/graphView-plugin.iml
   jbpm4/trunk/modules/integration/graphView-plugin/pom.xml
   jbpm4/trunk/modules/integration/graphView-plugin/src/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/DiagramInfoParser.java
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/GraphViewerPluginImpl.java
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/XmlUtil.java
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/resources/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/resources/META-INF/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/resources/META-INF/services/
   jbpm4/trunk/modules/integration/graphView-plugin/src/main/resources/META-INF/services/org.jboss.bpm.console.server.plugin.GraphViewerPlugin
Modified:
   jbpm4/trunk/modules/db/jbpm4-db.iml
   jbpm4/trunk/modules/examples/jbpm4-examples.iml
   jbpm4/trunk/modules/integration/console/integration-console.iml
   jbpm4/trunk/modules/integration/console/src/main/java/org/jbpm/integration/console/ModelAdaptor.java
   jbpm4/trunk/modules/integration/console/src/main/java/org/jbpm/integration/console/ProcessManagementImpl.java
   jbpm4/trunk/modules/integration/form-plugin/form-plugin.iml
   jbpm4/trunk/modules/integration/jboss4/integration-jboss4.iml
   jbpm4/trunk/modules/integration/pom.xml
   jbpm4/trunk/modules/test-base/test-base.iml
   jbpm4/trunk/modules/test-db/jbpm4-test-db.iml
   jbpm4/trunk/modules/userguide/userguide.iml
Log:
grap viewer plugin for the console

Modified: jbpm4/trunk/modules/db/jbpm4-db.iml
===================================================================
--- jbpm4/trunk/modules/db/jbpm4-db.iml	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/db/jbpm4-db.iml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -9,11 +9,8 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="jpdl" />
     <orderEntry type="module" module-name="pvm" />
-    <orderEntry type="module" module-name="api" />
     <orderEntry type="module" module-name="toplevel" />
-    <orderEntry type="module" module-name="test-base" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: junit:junit:jar:3.8.1:compile">
         <CLASSES>

Modified: jbpm4/trunk/modules/examples/jbpm4-examples.iml
===================================================================
--- jbpm4/trunk/modules/examples/jbpm4-examples.iml	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/examples/jbpm4-examples.iml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -9,11 +9,8 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="jpdl" exported="" />
     <orderEntry type="module" module-name="pvm" exported="" />
-    <orderEntry type="module" module-name="toplevel" exported="" />
-    <orderEntry type="module" module-name="api" exported="" />
-    <orderEntry type="module" module-name="test-base" exported="" />
+    <orderEntry type="module" module-name="toplevel" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: jboss:jboss-j2ee:jar:4.2.2.GA:compile">
         <CLASSES>

Modified: jbpm4/trunk/modules/integration/console/integration-console.iml
===================================================================
--- jbpm4/trunk/modules/integration/console/integration-console.iml	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/integration/console/integration-console.iml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -9,10 +9,8 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="toplevel" exported="" />
-    <orderEntry type="module" module-name="api" exported="" />
-    <orderEntry type="module" module-name="gwt-parent" exported="" />
-    <orderEntry type="module" module-name="test-base" exported="" />
+    <orderEntry type="module" module-name="gwt-parent" />
+    <orderEntry type="module" module-name="toplevel" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: com.google.code.gson:gson:jar:1.2.2:provided">
         <CLASSES>

Modified: jbpm4/trunk/modules/integration/console/src/main/java/org/jbpm/integration/console/ModelAdaptor.java
===================================================================
--- jbpm4/trunk/modules/integration/console/src/main/java/org/jbpm/integration/console/ModelAdaptor.java	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/integration/console/src/main/java/org/jbpm/integration/console/ModelAdaptor.java	2009-05-25 15:27:05 UTC (rev 4889)
@@ -25,7 +25,7 @@
 import org.jboss.bpm.console.client.model.ProcessDefinitionRef;
 import org.jboss.bpm.console.client.model.ProcessInstanceRef;
 import org.jboss.bpm.console.client.model.TaskRef;
-import org.jboss.bpm.console.client.model.jbpm3.TokenReference;
+import org.jboss.bpm.console.client.model.TokenReference;
 import org.jbpm.api.Execution;
 import org.jbpm.api.ProcessDefinition;
 import org.jbpm.api.model.OpenExecution;

Modified: jbpm4/trunk/modules/integration/console/src/main/java/org/jbpm/integration/console/ProcessManagementImpl.java
===================================================================
--- jbpm4/trunk/modules/integration/console/src/main/java/org/jbpm/integration/console/ProcessManagementImpl.java	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/integration/console/src/main/java/org/jbpm/integration/console/ProcessManagementImpl.java	2009-05-25 15:27:05 UTC (rev 4889)
@@ -157,8 +157,7 @@
       {
         if(processInstance.isEnded())
         {
-          System.out.println("*** JBPM-2055: Execution ("+processInstance.getId()+") is already ended. " +
-              "Should not show up in query");
+          //JBPM-2055: Execution is already ended. Should not show up in query
           continue;
         }
 
@@ -184,13 +183,8 @@
       ExecutionService execService = this.processEngine.getExecutionService();
       ProcessInstanceQuery query = execService.createProcessInstanceQuery();
       query.processInstanceId(instanceId);
-      List<ProcessInstance> processInstances = query.list();
-
-      if(processInstances.size()>1 || processInstances.isEmpty())
-        throw new IllegalStateException("No precise match for instanceId " + instanceId +
-            ". Num results "+processInstances);
-
-      return ModelAdaptor.adoptExecution( (OpenExecution)processInstances.get(0));
+      ProcessInstance processInstance = query.uniqueResult();
+      return ModelAdaptor.adoptExecution( (OpenExecution)processInstance);
     }
     finally
     {

Modified: jbpm4/trunk/modules/integration/form-plugin/form-plugin.iml
===================================================================
--- jbpm4/trunk/modules/integration/form-plugin/form-plugin.iml	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/integration/form-plugin/form-plugin.iml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -9,11 +9,8 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="jpdl" exported="" />
-    <orderEntry type="module" module-name="test-base" exported="" />
-    <orderEntry type="module" module-name="api" exported="" />
-    <orderEntry type="module" module-name="toplevel" exported="" />
-    <orderEntry type="module" module-name="gwt-parent" exported="" />
+    <orderEntry type="module" module-name="gwt-parent" />
+    <orderEntry type="module" module-name="toplevel" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: jboss:jboss-j2ee:jar:4.2.2.GA:provided">
         <CLASSES>

Added: jbpm4/trunk/modules/integration/graphView-plugin/.classpath
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/.classpath	                        (rev 0)
+++ jbpm4/trunk/modules/integration/graphView-plugin/.classpath	2009-05-25 15:27:05 UTC (rev 4889)
@@ -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: jbpm4/trunk/modules/integration/graphView-plugin/.project
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/.project	                        (rev 0)
+++ jbpm4/trunk/modules/integration/graphView-plugin/.project	2009-05-25 15:27:05 UTC (rev 4889)
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+	<name>integration-forms-plugin</name>
+	<comment></comment>
+	<projects>
+	</projects>
+	<buildSpec>
+		<buildCommand>
+			<name>org.eclipse.jdt.core.javabuilder</name>
+			<arguments>
+			</arguments>
+		</buildCommand>
+	</buildSpec>
+	<natures>
+		<nature>org.eclipse.jdt.core.javanature</nature>
+		<nature>org.maven.ide.eclipse.maven2Nature</nature>
+	</natures>
+</projectDescription>

Added: jbpm4/trunk/modules/integration/graphView-plugin/form-plugin.iml
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/form-plugin.iml	                        (rev 0)
+++ jbpm4/trunk/modules/integration/graphView-plugin/form-plugin.iml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -0,0 +1,314 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module version="4" relativePaths="true" type="JAVA_MODULE">
+  <component name="ModuleRootManager" />
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
+    <exclude-output />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
+      <sourceFolder url="file://$MODULE_DIR$/src/main/resources" isTestSource="false" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="module" module-name="gwt-parent" />
+    <orderEntry type="module" module-name="toplevel" />
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: jboss:jboss-j2ee:jar:4.2.2.GA:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/jboss/jboss-j2ee/4.2.2.GA/jboss-j2ee-4.2.2.GA.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: hsqldb:hsqldb:jar:1.8.0.7:test">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: com.google.code.gson:gson:jar:1.2.2:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/com/google/code/gson/gson/1.2.2/gson-1.2.2.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: junit:junit:jar:3.8.1:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/junit/junit/3.8.1/junit-3.8.1.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: juel:juel-engine:jar:2.1.0:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/juel/juel-engine/2.1.0/juel-engine-2.1.0.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: antlr:antlr:jar:2.7.6:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/antlr/antlr/2.7.6/antlr-2.7.6.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: javassist:javassist:jar:3.4.GA:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/javassist/javassist/3.4.GA/javassist-3.4.GA.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.jboss.identity:idm-common:jar:1.0.0.Alpha2:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/jboss/identity/idm-common/1.0.0.Alpha2/idm-common-1.0.0.Alpha2.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: juel:juel:jar:2.1.0:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/juel/juel/2.1.0/juel-2.1.0.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: juel:juel-impl:jar:2.1.0:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/juel/juel-impl/2.1.0/juel-impl-2.1.0.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.livetribe:livetribe-jsr223:jar:2.0.5:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/livetribe/livetribe-jsr223/2.0.5/livetribe-jsr223-2.0.5.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.jboss.identity:idm:jar:1.0.0.Alpha2:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/jboss/identity/idm/1.0.0.Alpha2/idm-1.0.0.Alpha2.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.jboss.identity:idm-spi:jar:1.0.0.Alpha2:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/jboss/identity/idm-spi/1.0.0.Alpha2/idm-spi-1.0.0.Alpha2.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.jboss.identity:idm-api:jar:1.0.0.Alpha2:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/jboss/identity/idm-api/1.0.0.Alpha2/idm-api-1.0.0.Alpha2.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.freemarker:freemarker:jar:2.3.15:compile">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/freemarker/freemarker/2.3.15/freemarker-2.3.15.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.apache.ant:ant:jar:1.7.0:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/apache/ant/ant/1.7.0/ant-1.7.0.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: javax.transaction:jta:jar:1.1:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/javax/transaction/jta/1.1/jta-1.1.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/javax/transaction/jta/1.1/jta-1.1-sources.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: commons-collections:commons-collections:jar:3.1:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/commons-collections/commons-collections/3.1/commons-collections-3.1-sources.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: javax.activation:activation:jar:1.1.1:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/javax/activation/activation/1.1.1/activation-1.1.1.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.hibernate:hibernate-entitymanager:jar:3.4.0.GA:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/hibernate/hibernate-entitymanager/3.4.0.GA/hibernate-entitymanager-3.4.0.GA.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/hibernate/hibernate-entitymanager/3.4.0.GA/hibernate-entitymanager-3.4.0.GA-sources.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.slf4j:slf4j-jdk14:jar:1.5.2:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/slf4j/slf4j-jdk14/1.5.2/slf4j-jdk14-1.5.2.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.hibernate:ejb3-persistence:jar:1.0.2.GA:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/hibernate/ejb3-persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/hibernate/ejb3-persistence/1.0.2.GA/ejb3-persistence-1.0.2.GA-sources.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.slf4j:slf4j-api:jar:1.5.2:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/slf4j/slf4j-api/1.5.2/slf4j-api-1.5.2.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: dom4j:dom4j:jar:1.6.1:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/dom4j/dom4j/1.6.1/dom4j-1.6.1-sources.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.hibernate:hibernate-commons-annotations:jar:3.1.0.GA:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/hibernate/hibernate-commons-annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/hibernate/hibernate-commons-annotations/3.1.0.GA/hibernate-commons-annotations-3.1.0.GA-sources.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: xml-apis:xml-apis:jar:1.0.b2:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.hibernate:hibernate-core:jar:3.3.1.GA:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/hibernate/hibernate-core/3.3.1.GA/hibernate-core-3.3.1.GA-sources.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: javax.mail:mail:jar:1.4.1:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/javax/mail/mail/1.4.1/mail-1.4.1.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: log4j:log4j:jar:1.2.14:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/log4j/log4j/1.2.14/log4j-1.2.14-sources.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.apache.ant:ant-launcher:jar:1.7.0:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES />
+      </library>
+    </orderEntry>
+    <orderEntry type="module-library" exported="">
+      <library name="M2 Dep: org.hibernate:hibernate-annotations:jar:3.4.0.GA:provided">
+        <CLASSES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/hibernate/hibernate-annotations/3.4.0.GA/hibernate-annotations-3.4.0.GA.jar!/" />
+        </CLASSES>
+        <JAVADOC />
+        <SOURCES>
+          <root url="jar://$MODULE_DIR$/../../../../../../../../.m2/repository/org/hibernate/hibernate-annotations/3.4.0.GA/hibernate-annotations-3.4.0.GA-sources.jar!/" />
+        </SOURCES>
+      </library>
+    </orderEntry>
+    <orderEntryProperties />
+  </component>
+</module>
+

Added: jbpm4/trunk/modules/integration/graphView-plugin/graphView-plugin.iml
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/graphView-plugin.iml	                        (rev 0)
+++ jbpm4/trunk/modules/integration/graphView-plugin/graphView-plugin.iml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module version="4" relativePaths="true" type="JAVA_MODULE">
+  <component name="ModuleRootManager" />
+  <component name="NewModuleRootManager" inherit-compiler-output="true">
+    <exclude-output />
+    <content url="file://$MODULE_DIR$">
+      <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+    <orderEntry type="module" module-name="gwt-rpc" />
+    <orderEntry type="module" module-name="server-integration" />
+    <orderEntry type="module" module-name="api" />
+    <orderEntryProperties />
+  </component>
+</module>
+

Added: jbpm4/trunk/modules/integration/graphView-plugin/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/pom.xml	                        (rev 0)
+++ jbpm4/trunk/modules/integration/graphView-plugin/pom.xml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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>jBPM 4 - Integration GraphView Plugin</name>
+  <description>JBoss jBPM - GWT console Graph Viewer Plugin</description>
+
+  <groupId>org.jbpm.jbpm4</groupId>
+  <artifactId>jbpm-console-graphView-plugin</artifactId>
+  <packaging>jar</packaging>
+
+  <parent>
+    <groupId>org.jbpm.jbpm4</groupId>
+    <artifactId>jbpm-integration</artifactId>
+    <version>4.0.0-SNAPSHOT</version>
+  </parent>
+
+  <!-- Dependencies -->
+  <dependencies>
+    <dependency>
+      <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>jbpm-api</artifactId>
+      <version>${version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>jbpm-pvm</artifactId>
+      <version>${version}</version>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.jbpm.jbpm4</groupId>
+      <artifactId>jbpm-spi</artifactId>
+      <scope>provided</scope>
+      <version>${version}</version>
+    </dependency>
+    <dependency>
+      <groupId>org.jboss.bpm</groupId>
+      <artifactId>gwt-console-server-integration</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
+      <groupId>javax.xml.bind</groupId>
+      <artifactId>jaxb-api</artifactId>
+      <version>2.1</version>
+      <scope>provided</scope>
+    </dependency>
+
+  </dependencies>
+</project>

Added: jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/DiagramInfoParser.java
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/DiagramInfoParser.java	                        (rev 0)
+++ jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/DiagramInfoParser.java	2009-05-25 15:27:05 UTC (rev 4889)
@@ -0,0 +1,92 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.console.graphView;
+
+import org.jboss.bpm.console.client.model.DiagramNodeInfo;
+import org.jboss.bpm.console.client.model.DiagramInfo;
+
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.w3c.dom.Node;
+import org.w3c.dom.NodeList;
+
+import java.io.IOException;
+import java.io.InputStream;
+import java.util.ArrayList;
+import java.util.List;
+
+/**
+ * @author Heiko.Braun <heiko.braun at jboss.com>
+ */
+class DiagramInfoParser
+{
+  /**
+   * Will close the stream after successfull read
+   * @param in
+   * @return
+   */
+  public static DiagramInfo parse(InputStream in )
+  {
+    Document document = XmlUtil.parseXmlInputStream(in);
+
+    Element processDiagramElement = document.getDocumentElement();
+    final String widthString = processDiagramElement.getAttribute("width");
+    final String heightString = processDiagramElement.getAttribute("height");
+    final List<DiagramNodeInfo> diagramNodeInfoList = new ArrayList<DiagramNodeInfo>();
+    final NodeList nodeNodeList = processDiagramElement.getElementsByTagName("node");
+    final int nodeNodeListLength = nodeNodeList.getLength();
+    for (int i = 0; i < nodeNodeListLength; i ++) {
+      final Node nodeNode = nodeNodeList.item(i);
+      if (nodeNode instanceof Node && nodeNode.getParentNode() == processDiagramElement) {
+        final Element nodeElement = (Element) nodeNode;
+        final String nodeName = nodeElement.getAttribute("name");
+        final String nodeXString = nodeElement.getAttribute("x");
+        final String nodeYString = nodeElement.getAttribute("y");
+        final String nodeWidthString = nodeElement.getAttribute("width");
+        final String nodeHeightString = nodeElement.getAttribute("height");
+        final DiagramNodeInfo nodeInfo = new DiagramNodeInfo(
+            nodeName,
+            Integer.parseInt(nodeXString),
+            Integer.parseInt(nodeYString),
+            Integer.parseInt(nodeWidthString),
+            Integer.parseInt(nodeHeightString)
+        );
+        diagramNodeInfoList.add(nodeInfo);
+      }
+    }
+    DiagramInfo diagramInfo = new DiagramInfo(
+        Integer.parseInt(heightString),
+        Integer.parseInt(widthString),
+        diagramNodeInfoList
+    );
+
+    try
+    {
+      in.close();
+    } catch (IOException e)
+    {
+      throw new RuntimeException("Failed to close stream", e);
+    }
+
+    return diagramInfo;
+  }
+}
\ No newline at end of file

Added: jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/GraphViewerPluginImpl.java
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/GraphViewerPluginImpl.java	                        (rev 0)
+++ jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/GraphViewerPluginImpl.java	2009-05-25 15:27:05 UTC (rev 4889)
@@ -0,0 +1,149 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.console.graphView;
+
+import org.jboss.bpm.console.server.plugin.GraphViewerPlugin;
+import org.jboss.bpm.console.client.model.DiagramInfo;
+import org.jboss.bpm.console.client.model.ActiveNodeInfo;
+import org.jboss.bpm.console.client.model.DiagramNodeInfo;
+import org.jbpm.api.*;
+import org.jbpm.api.model.ActivityCoordinates;
+import org.jbpm.api.env.Environment;
+import org.jbpm.api.env.EnvironmentFactory;
+
+import javax.naming.InitialContext;
+import java.io.*;
+
+/**
+ * @author Heiko.Braun <heiko.braun at jboss.com>
+ */
+public class GraphViewerPluginImpl implements GraphViewerPlugin
+{
+
+  private ProcessEngine processEngine = null;
+
+  public GraphViewerPluginImpl()
+  {
+    initializeProcessEngine();
+  }
+
+  public byte[] getProcessImage(String processId)
+  {
+
+    Environment env = ((EnvironmentFactory)processEngine).openEnvironment();
+
+    try
+    {
+      RepositoryService repositoryService = this.processEngine.getRepositoryService();
+      ProcessDefinition processDefinition = repositoryService.createProcessDefinitionQuery()
+          .processDefinitionId(processId)
+          .uniqueResult();
+
+      String imgRes = processDefinition.getImageResourceName();
+      InputStream in = repositoryService.getResourceAsStream(
+          processDefinition.getDeploymentDbid(), imgRes
+      );
+
+      if(null==in)
+        throw new RuntimeException("Failed to retrieve image resource: " +imgRes);
+
+      ByteArrayOutputStream out = new ByteArrayOutputStream();
+      final int BUF_SIZE = 1 << 8; //1KiB buffer
+      byte[] buffer = new byte[BUF_SIZE];
+      int bytesRead = -1;
+      try
+      {
+        while((bytesRead = in.read(buffer)) > -1)
+        {
+          out.write(buffer, 0, bytesRead);
+        }
+        in.close();
+      }
+      catch (IOException e)
+      {
+        throw new RuntimeException("Failed to read image resource: "+imgRes, e);
+      }
+
+      byte[] imageBytes = out.toByteArray();
+
+      return imageBytes;
+
+    }
+    finally{
+      env.close();
+    }
+  }
+
+  public DiagramInfo getDiagramInfo(String processId)
+  {
+    throw new RuntimeException("Not implemented");
+  }
+
+  public ActiveNodeInfo getActiveNodeInfo(String instanceId)
+  {
+    Environment env = ((EnvironmentFactory)processEngine).openEnvironment();
+
+    try
+    {
+      ExecutionService execService = this.processEngine.getExecutionService();
+      ProcessInstanceQuery query = execService.createProcessInstanceQuery();
+      query.processInstanceId(instanceId);
+      ProcessInstance processInstance = query.uniqueResult();
+
+      String currentActivity = processInstance.getProcessInstance().getActivityName();
+
+      // get coordinates
+      RepositoryService repoService = this.processEngine.getRepositoryService();
+      ActivityCoordinates coords = repoService.getActivityCoordinates(
+          processInstance.getProcessDefinitionId(), currentActivity
+      );
+
+      return new ActiveNodeInfo(
+          coords.getWidth(), coords.getHeight(),
+          new DiagramNodeInfo(
+              currentActivity,
+              coords.getX(), coords.getY(),
+              coords.getWidth(), coords.getHeight()
+          )
+      );
+
+    }
+    finally
+    {
+      env.close();
+    }
+  }
+
+  protected void initializeProcessEngine()
+  {
+    try
+    {
+      InitialContext ctx = new InitialContext();
+      this.processEngine = (ProcessEngine)ctx.lookup("java:/ProcessEngine");
+    }
+    catch (Exception e)
+    {
+      throw new RuntimeException("Failed to lookup process engine", e);
+    }
+  }
+
+}

Added: jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/XmlUtil.java
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/XmlUtil.java	                        (rev 0)
+++ jbpm4/trunk/modules/integration/graphView-plugin/src/main/java/org/jbpm/integration/console/graphView/XmlUtil.java	2009-05-25 15:27:05 UTC (rev 4889)
@@ -0,0 +1,181 @@
+/*
+ * JBoss, Home of Professional Open Source.
+ * Copyright 2006, Red Hat Middleware LLC, and individual contributors
+ * as indicated by the @author tags. See the copyright.txt file 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.console.graphView;
+
+import java.io.ByteArrayInputStream;
+import java.io.InputStream;
+import java.io.PrintWriter;
+import java.io.StringWriter;
+import java.util.ArrayList;
+import java.util.Iterator;
+import java.util.List;
+
+import javax.xml.parsers.DocumentBuilder;
+import javax.xml.parsers.DocumentBuilderFactory;
+import javax.xml.parsers.FactoryConfigurationError;
+import javax.xml.parsers.ParserConfigurationException;
+import javax.xml.transform.Result;
+import javax.xml.transform.Source;
+import javax.xml.transform.Transformer;
+import javax.xml.transform.TransformerFactory;
+import javax.xml.transform.dom.DOMSource;
+import javax.xml.transform.stream.StreamResult;
+
+import org.w3c.dom.CharacterData;
+import org.w3c.dom.Document;
+import org.w3c.dom.Element;
+import org.w3c.dom.Node;
+import org.w3c.dom.NodeList;
+import org.xml.sax.InputSource;
+
+public class XmlUtil {
+
+  private XmlUtil() {
+    // hide default constructor to prevent instantiation
+  }
+
+  public static Document parseXmlText(String xml) {
+    ByteArrayInputStream bais = new ByteArrayInputStream(xml.getBytes());
+    return parseXmlInputSource(new InputSource(bais));
+  }
+
+  public static Document parseXmlResource(InputStream inputStream) {
+    // decide which class loading mechanism to use for loading the jbpm
+    // configuration (see https://jira.jboss.org/jira/browse/JBPM-1148)
+    if (inputStream == null)
+      throw new IllegalArgumentException("Cannot load stream null");
+    InputSource inputSource = new InputSource(inputStream);
+    return parseXmlInputSource(inputSource);
+  }
+
+  public static Document parseXmlInputStream(InputStream inputStream) {
+    Document document = null;
+    try {
+      document  = getDocumentBuilder().parse(inputStream);
+    } catch (Exception e) {
+      throw new RuntimeException("couldn't parse xml", e);
+    }
+    return document;
+  }
+
+  public static Document parseXmlInputSource(InputSource inputSource) {
+    Document document = null;
+    try {
+      document  = getDocumentBuilder().parse(inputSource);
+    } catch (Exception e) {
+      throw new RuntimeException("couldn't parse xml", e);
+    }
+    return document;
+  }
+
+  public static DocumentBuilder getDocumentBuilder() throws FactoryConfigurationError, ParserConfigurationException {
+    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
+    return factory.newDocumentBuilder();
+  }
+
+  public static Iterator elementIterator(Element element, String tagName) {
+    return elements(element, tagName).iterator();
+  }
+
+  public static List elements(Element element, String tagName) {
+    NodeList nodeList = element.getElementsByTagName(tagName);
+    List elements = new ArrayList(nodeList.getLength());
+    for (int i=0; i<nodeList.getLength(); i++) {
+      Node child = nodeList.item(i);
+      if(child.getParentNode()==element) {
+        elements.add(child);
+      }
+    }
+    return elements;
+  }
+
+  public static Element element(Element element, String name) {
+    Element childElement = null;
+    NodeList nodeList = element.getElementsByTagName(name);
+    if (nodeList.getLength()>0) {
+      childElement = (Element) nodeList.item(0);
+    }
+    return childElement;
+  }
+
+  public static Iterator elementIterator(Element element) {
+    return elements(element).iterator();
+  }
+
+  public static List elements(Element element) {
+    List elements = new ArrayList();
+    NodeList nodeList = element.getChildNodes();
+    for (int i=0; i<nodeList.getLength(); i++) {
+      Node node = nodeList.item(i);
+      if ( (node instanceof Element)
+          && (element==node.getParentNode())
+          ){
+        elements.add(node);
+      }
+    }
+    return elements;
+  }
+
+
+  public static Element element(Element element) {
+    Element onlyChild = null;
+    List elements = elements(element);
+    if (! elements.isEmpty()) {
+      onlyChild = (Element) elements.get(0);
+    }
+    return onlyChild;
+  }
+
+  public static String toString(Element element) {
+    if (element==null) return "null";
+
+    Source source = new DOMSource(element);
+
+    StringWriter stringWriter = new StringWriter();
+    PrintWriter printWriter = new PrintWriter(stringWriter);
+    Result result = new StreamResult(printWriter);
+
+    try {
+      Transformer transformer = TransformerFactory.newInstance().newTransformer();
+      transformer.transform(source, result);
+    } catch (Exception e) {
+      throw new RuntimeException("couldn't write element '"+element.getTagName()+"' to string", e);
+    }
+
+    printWriter.close();
+
+    return stringWriter.toString();
+  }
+
+  public static String getContentText(Element element) {
+    StringBuffer buffer = new StringBuffer();
+    NodeList nodeList = element.getChildNodes();
+    for (int i=0; i<nodeList.getLength(); i++) {
+      Node node = nodeList.item(i);
+      if (node instanceof CharacterData) {
+        CharacterData characterData = (CharacterData) node;
+        buffer.append(characterData.getData());
+      }
+    }
+    return buffer.toString();
+  }
+}
\ No newline at end of file

Added: jbpm4/trunk/modules/integration/graphView-plugin/src/main/resources/META-INF/services/org.jboss.bpm.console.server.plugin.GraphViewerPlugin
===================================================================
--- jbpm4/trunk/modules/integration/graphView-plugin/src/main/resources/META-INF/services/org.jboss.bpm.console.server.plugin.GraphViewerPlugin	                        (rev 0)
+++ jbpm4/trunk/modules/integration/graphView-plugin/src/main/resources/META-INF/services/org.jboss.bpm.console.server.plugin.GraphViewerPlugin	2009-05-25 15:27:05 UTC (rev 4889)
@@ -0,0 +1 @@
+org.jbpm.integration.console.graphView.GraphViewerPluginImpl
\ No newline at end of file

Modified: jbpm4/trunk/modules/integration/jboss4/integration-jboss4.iml
===================================================================
--- jbpm4/trunk/modules/integration/jboss4/integration-jboss4.iml	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/integration/jboss4/integration-jboss4.iml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -9,12 +9,9 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="jpdl" exported="" />
     <orderEntry type="module" module-name="pvm" exported="" />
     <orderEntry type="module" module-name="integration" exported="" />
-    <orderEntry type="module" module-name="api" exported="" />
-    <orderEntry type="module" module-name="toplevel" exported="" />
-    <orderEntry type="module" module-name="test-base" exported="" />
+    <orderEntry type="module" module-name="toplevel" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: oswego-concurrent:concurrent:jar:1.3.4-jboss-update1:provided">
         <CLASSES>

Modified: jbpm4/trunk/modules/integration/pom.xml
===================================================================
--- jbpm4/trunk/modules/integration/pom.xml	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/integration/pom.xml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -122,6 +122,7 @@
     <module>jboss4</module>
     <module>console</module>
     <module>form-plugin</module>
+    <module>graphView-plugin</module>
   </modules>
 
 </project>

Modified: jbpm4/trunk/modules/test-base/test-base.iml
===================================================================
--- jbpm4/trunk/modules/test-base/test-base.iml	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/test-base/test-base.iml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -8,8 +8,7 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="toplevel" exported="" />
-    <orderEntry type="module" module-name="api" exported="" />
+    <orderEntry type="module" module-name="toplevel" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: junit:junit:jar:3.8.1:compile">
         <CLASSES>

Modified: jbpm4/trunk/modules/test-db/jbpm4-test-db.iml
===================================================================
--- jbpm4/trunk/modules/test-db/jbpm4-test-db.iml	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/test-db/jbpm4-test-db.iml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -9,11 +9,8 @@
     </content>
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module" module-name="jpdl" exported="" />
     <orderEntry type="module" module-name="pvm" exported="" />
-    <orderEntry type="module" module-name="toplevel" exported="" />
-    <orderEntry type="module" module-name="api" exported="" />
-    <orderEntry type="module" module-name="test-base" exported="" />
+    <orderEntry type="module" module-name="toplevel" />
     <orderEntry type="module-library" exported="">
       <library name="M2 Dep: jboss:jboss-j2ee:jar:4.2.2.GA:compile">
         <CLASSES>

Modified: jbpm4/trunk/modules/userguide/userguide.iml
===================================================================
--- jbpm4/trunk/modules/userguide/userguide.iml	2009-05-25 15:13:50 UTC (rev 4888)
+++ jbpm4/trunk/modules/userguide/userguide.iml	2009-05-25 15:27:05 UTC (rev 4889)
@@ -6,15 +6,6 @@
     <content url="file://$MODULE_DIR$" />
     <orderEntry type="inheritedJdk" />
     <orderEntry type="sourceFolder" forTests="false" />
-    <orderEntry type="module-library">
-      <library name="M2 Dep: hsqldb:hsqldb:jar:1.8.0.7:test">
-        <CLASSES>
-          <root url="jar://$MODULE_DIR$/../../../../../../../.m2/repository/hsqldb/hsqldb/1.8.0.7/hsqldb-1.8.0.7.jar!/" />
-        </CLASSES>
-        <JAVADOC />
-        <SOURCES />
-      </library>
-    </orderEntry>
     <orderEntryProperties />
   </component>
 </module>




More information about the jbpm-commits mailing list