[jbpm-commits] JBoss JBPM SVN: r3785 - in jbpm4/trunk/modules: test-base/src/main/java/org/jbpm/test and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Feb 5 07:54:38 EST 2009


Author: heiko.braun at jboss.com
Date: 2009-02-05 07:54:37 -0500 (Thu, 05 Feb 2009)
New Revision: 3785

Removed:
   jbpm4/trunk/modules/pvm/src/test/resources/environment.cfg.xml
   jbpm4/trunk/modules/pvm/src/test/resources/jbpm.user.bindings.xml
Modified:
   jbpm4/trunk/modules/pvm/src/test/resources/jbpm.identity.cfg.xml
   jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/DbTestCase.java
   jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentDbTestCase.java
   jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentFactoryTestCase.java
   jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentFactoryTestSetup.java
Log:
Remove legacy elements from pvm module

Deleted: jbpm4/trunk/modules/pvm/src/test/resources/environment.cfg.xml
===================================================================
--- jbpm4/trunk/modules/pvm/src/test/resources/environment.cfg.xml	2009-02-05 09:39:23 UTC (rev 3784)
+++ jbpm4/trunk/modules/pvm/src/test/resources/environment.cfg.xml	2009-02-05 12:54:37 UTC (rev 3785)
@@ -1,66 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-
-<jbpm-configuration xmlns="http://jbpm.org/xsd/cfg">
-
-  <process-engine>
-  
-    <deployer-manager>
-      <assign-file-type>
-        <file extension=".jpdl.xml" type="jpdl" />
-      </assign-file-type>
-      <check-process />
-      <check-problems />
-      <save />
-    </deployer-manager>
-    
-    <process-service />
-    <execution-service />
-    <management-service />
-  
-    <command-service>
-      <retry-interceptor />
-      <environment-interceptor />
-      <standard-transaction-interceptor />
-    </command-service>
-    
-    <hibernate-configuration>
-      <properties resource="hibernate.properties" />
-      <mapping resource="jbpm.pvm.typedefs.hbm.xml" />
-      <mapping resource="jbpm.pvm.wire.hbm.xml" />
-      <mapping resource="jbpm.pvm.definition.hbm.xml" />
-      <mapping resource="jbpm.pvm.execution.hbm.xml" />
-      <mapping resource="jbpm.pvm.variable.hbm.xml" />
-      <mapping resource="jbpm.pvm.job.hbm.xml" />
-      <cache-configuration resource="jbpm.pvm.cache.xml" 
-                           usage="nonstrict-read-write" />
-    </hibernate-configuration>
-    
-    <hibernate-session-factory />
-    
-    <job-executor auto-start="false" />
-    <job-test-helper />
-
-    <id-generator />
-    <types resource="jbpm.pvm.types.xml" />
-
-    <business-calendar>
-      <monday    hours="9:00-12:00 and 12:30-17:00"/>
-      <tuesday   hours="9:00-12:00 and 12:30-17:00"/>
-      <wednesday hours="9:00-12:00 and 12:30-17:00"/>
-      <thursday  hours="9:00-12:00 and 12:30-17:00"/>
-      <friday    hours="9:00-12:00 and 12:30-17:00"/>
-      <holiday period="01/07/2008 - 31/08/2008"/>
-    </business-calendar>
-  
-  </process-engine>
-
-  <environment>
-    <hibernate-session />
-    <transaction />
-    <pvm-db-session />
-    <job-db-session />
-    <message-session />
-    <timer-session />
-  </environment>
-
-</jbpm-configuration>

Modified: jbpm4/trunk/modules/pvm/src/test/resources/jbpm.identity.cfg.xml
===================================================================
--- jbpm4/trunk/modules/pvm/src/test/resources/jbpm.identity.cfg.xml	2009-02-05 09:39:23 UTC (rev 3784)
+++ jbpm4/trunk/modules/pvm/src/test/resources/jbpm.identity.cfg.xml	2009-02-05 12:54:37 UTC (rev 3785)
@@ -2,311 +2,311 @@
 <jboss-identity xmlns="urn:jboss:identity:idm:config:v1_0_alpha"
                 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
                 xsi:schemaLocation="urn:jboss:identity:idm:config:v1_0_alpha identity-config.xsd">
-    <realms>
-        <realm>
-            <id>realm://jbpm-identity</id>
-            <repository-id-ref>jBPM Identity DB</repository-id-ref>
-            <identity-type-mappings>
-                <identity-mapping>IDENTITY</identity-mapping>
-            </identity-type-mappings>
-        </realm>
-    </realms>
-    
-    <repositories>
-        <repository>
-            <id>jBPM Identity DB</id>
-            <class>org.jboss.identity.idm.impl.repository.WrapperIdentityStoreRepository</class>
-            <external-config/>
-            <default-identity-store-id>Hibernate Identity Store</default-identity-store-id>
-            <default-attribute-store-id>Hibernate Identity Store</default-attribute-store-id>
-            <options>
-                <option>
-                    <name>allowNotDefinedAttributes</name>
-                    <value>true</value>
-                </option>
-            </options>
-        </repository>
-    </repositories>
-    
-    <stores>
-        <attribute-stores/>
-        <identity-stores>
-            <identity-store>
-                <id>Hibernate Identity Store</id>
-                <class>org.jboss.identity.idm.impl.store.hibernate.HibernateIdentityStoreImpl</class>
-                <external-config/>
-                <supported-relationship-types>
-                    <relationship-type>JBOSS_IDENTITY_MEMBERSHIP</relationship-type>
-                    <relationship-type>JBOSS_IDENTITY_ROLE</relationship-type>
-                </supported-relationship-types>
-                <supported-identity-object-types>
-                    <identity-object-type>
-                        <name>IDENTITY</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
-                                <identity-object-type-ref>COMMUNITY</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
-                                <identity-object-type-ref>OFFICE</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
-                                <identity-object-type-ref>SECURITY</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
-                                <identity-object-type-ref>ORGANIZATION_UNIT</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
-                                <identity-object-type-ref>PROJECT</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
-                                <identity-object-type-ref>PEOPLE</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials>
-                            <credential-type>PASSWORD</credential-type>
-                        </credentials>
-                        <attributes>
-                            <attribute>
-                                <name>picture</name>
-                                <mapping>user.picture</mapping>
-                                <type>binary</type>
-                                <isRequired>false</isRequired>
-                                <isMultivalued>false</isMultivalued>
-                                <isReadOnly>false</isReadOnly>
-                            </attribute>
-                        </attributes>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>ORGANIZATION</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>ORGANIZATION_UNIT</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>ORGANIZATION</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>DIVISION</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>ORGANIZATION_UNIT</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>ORGANIZATION_UNIT</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>DIVISION</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>DEPARTMENT</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>OFFICE</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>PEOPLE</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>PROJECT</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>DIVISION</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>ORGANIZATION_UNIT</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>DEPARTMENT</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>DEPARTMENT</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>DEPARTMENT</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>ORGANIZATION_UNIT</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>PROJECT</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>PEOPLE</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>ADMINISTRATION</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>COMMUNITY</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>OFFICE</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>SECURITY</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                    <identity-object-type>
-                        <name>SYSTEM</name>
-                        <relationships>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>SECURITY</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>COMMUNITY</identity-object-type-ref>
-                            </relationship>
-                            <relationship>
-                                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
-                                <identity-object-type-ref>ORGANIZATION</identity-object-type-ref>
-                            </relationship>
-                        </relationships>
-                        <credentials/>
-                        <attributes/>
-                        <options/>
-                    </identity-object-type>
-                </supported-identity-object-types>
-                <options>
-                    <option>
-                        <name>persistenceUnit</name>
-                        <value>jboss-identity-model1</value>
-                    </option>
-                    <option>
-                        <name>populateRelationshipTypes</name>
-                        <value>true</value>
-                    </option>
-                    <option>
-                        <name>populateIdentityObjectTypes</name>
-                        <value>true</value>
-                    </option>
-                    <option>
-                        <name>allowNotDefinedAttributes</name>
-                        <value>true</value>
-                    </option>
-                    <option>
-                        <name>isRealmAware</name>
-                        <value>true</value>
-                    </option>
-                    <option>
-                        <name>allowNotDefinedAttributes</name>
-                        <value>true</value>
-                    </option>
-                </options>
-            </identity-store>
-        </identity-stores>
-    </stores>
+  <realms>
+    <realm>
+      <id>realm://jbpm-identity</id>
+      <repository-id-ref>jBPM Identity DB</repository-id-ref>
+      <identity-type-mappings>
+        <identity-mapping>IDENTITY</identity-mapping>
+      </identity-type-mappings>
+    </realm>
+  </realms>
+
+  <repositories>
+    <repository>
+      <id>jBPM Identity DB</id>
+      <class>org.jboss.identity.idm.impl.repository.WrapperIdentityStoreRepository</class>
+      <external-config/>
+      <default-identity-store-id>Hibernate Identity Store</default-identity-store-id>
+      <default-attribute-store-id>Hibernate Identity Store</default-attribute-store-id>
+      <options>
+        <option>
+          <name>allowNotDefinedAttributes</name>
+          <value>true</value>
+        </option>
+      </options>
+    </repository>
+  </repositories>
+
+  <stores>
+    <attribute-stores/>
+    <identity-stores>
+      <identity-store>
+        <id>Hibernate Identity Store</id>
+        <class>org.jboss.identity.idm.impl.store.hibernate.HibernateIdentityStoreImpl</class>
+        <external-config/>
+        <supported-relationship-types>
+          <relationship-type>JBOSS_IDENTITY_MEMBERSHIP</relationship-type>
+          <relationship-type>JBOSS_IDENTITY_ROLE</relationship-type>
+        </supported-relationship-types>
+        <supported-identity-object-types>
+          <identity-object-type>
+            <name>IDENTITY</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
+                <identity-object-type-ref>COMMUNITY</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
+                <identity-object-type-ref>OFFICE</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
+                <identity-object-type-ref>SECURITY</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
+                <identity-object-type-ref>ORGANIZATION_UNIT</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
+                <identity-object-type-ref>PROJECT</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_ROLE</relationship-type-ref>
+                <identity-object-type-ref>PEOPLE</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials>
+              <credential-type>PASSWORD</credential-type>
+            </credentials>
+            <attributes>
+              <attribute>
+                <name>picture</name>
+                <mapping>user.picture</mapping>
+                <type>binary</type>
+                <isRequired>false</isRequired>
+                <isMultivalued>false</isMultivalued>
+                <isReadOnly>false</isReadOnly>
+              </attribute>
+            </attributes>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>ORGANIZATION</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>ORGANIZATION_UNIT</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>ORGANIZATION</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>DIVISION</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>ORGANIZATION_UNIT</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>ORGANIZATION_UNIT</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>DIVISION</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>DEPARTMENT</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>OFFICE</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>PEOPLE</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>PROJECT</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>DIVISION</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>ORGANIZATION_UNIT</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>DEPARTMENT</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>DEPARTMENT</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>DEPARTMENT</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>ORGANIZATION_UNIT</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>PROJECT</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>PEOPLE</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>ADMINISTRATION</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>COMMUNITY</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>OFFICE</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>SECURITY</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+          <identity-object-type>
+            <name>SYSTEM</name>
+            <relationships>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>IDENTITY</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>SECURITY</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>COMMUNITY</identity-object-type-ref>
+              </relationship>
+              <relationship>
+                <relationship-type-ref>JBOSS_IDENTITY_MEMBERSHIP</relationship-type-ref>
+                <identity-object-type-ref>ORGANIZATION</identity-object-type-ref>
+              </relationship>
+            </relationships>
+            <credentials/>
+            <attributes/>
+            <options/>
+          </identity-object-type>
+        </supported-identity-object-types>
+        <options>
+          <option>
+            <name>persistenceUnit</name>
+            <value>jboss-identity-model1</value>
+          </option>
+          <option>
+            <name>populateRelationshipTypes</name>
+            <value>true</value>
+          </option>
+          <option>
+            <name>populateIdentityObjectTypes</name>
+            <value>true</value>
+          </option>
+          <option>
+            <name>allowNotDefinedAttributes</name>
+            <value>true</value>
+          </option>
+          <option>
+            <name>isRealmAware</name>
+            <value>true</value>
+          </option>
+          <option>
+            <name>allowNotDefinedAttributes</name>
+            <value>true</value>
+          </option>
+        </options>
+      </identity-store>
+    </identity-stores>
+  </stores>
 </jboss-identity>
\ No newline at end of file

Deleted: jbpm4/trunk/modules/pvm/src/test/resources/jbpm.user.bindings.xml
===================================================================
--- jbpm4/trunk/modules/pvm/src/test/resources/jbpm.user.bindings.xml	2009-02-05 09:39:23 UTC (rev 3784)
+++ jbpm4/trunk/modules/pvm/src/test/resources/jbpm.user.bindings.xml	2009-02-05 12:54:37 UTC (rev 3785)
@@ -1,5 +0,0 @@
-<wire-bindings>
-
-  <binding class="org.jbpm.pvm.api.timer.TestTimerSessionBinding" />
-
-</wire-bindings>

Modified: jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/DbTestCase.java
===================================================================
--- jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/DbTestCase.java	2009-02-05 09:39:23 UTC (rev 3784)
+++ jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/DbTestCase.java	2009-02-05 12:54:37 UTC (rev 3785)
@@ -39,7 +39,7 @@
 /**
  * @author Tom Baeyens
  */
-public class DbTestCase extends JbpmTestCase {
+public abstract class DbTestCase extends JbpmTestCase {
   
   protected static ProcessEngine processEngine = null;
   

Modified: jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentDbTestCase.java
===================================================================
--- jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentDbTestCase.java	2009-02-05 09:39:23 UTC (rev 3784)
+++ jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentDbTestCase.java	2009-02-05 12:54:37 UTC (rev 3785)
@@ -40,7 +40,7 @@
  * 
  * @author Tom Baeyens
  */
-public class EnvironmentDbTestCase extends EnvironmentTestCase {
+public abstract class EnvironmentDbTestCase extends EnvironmentTestCase {
   
   Transaction transaction = null;
   

Modified: jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentFactoryTestCase.java
===================================================================
--- jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentFactoryTestCase.java	2009-02-05 09:39:23 UTC (rev 3784)
+++ jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentFactoryTestCase.java	2009-02-05 12:54:37 UTC (rev 3785)
@@ -39,7 +39,7 @@
   static Map<String, EnvironmentFactory> environmentFactories = new HashMap<String, EnvironmentFactory>();
   
   public EnvironmentFactoryTestCase() {
-    this("environment.cfg.xml");
+    this("jbpm.cfg.xml");
   }
   
   public EnvironmentFactoryTestCase(String configResource) {

Modified: jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentFactoryTestSetup.java
===================================================================
--- jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentFactoryTestSetup.java	2009-02-05 09:39:23 UTC (rev 3784)
+++ jbpm4/trunk/modules/test-base/src/main/java/org/jbpm/test/EnvironmentFactoryTestSetup.java	2009-02-05 12:54:37 UTC (rev 3785)
@@ -21,6 +21,7 @@
  * @author Guillaume Porcher
  * 
  */
+ at Deprecated
 public class EnvironmentFactoryTestSetup extends TestSetup
 {
   private String configResource;




More information about the jbpm-commits mailing list