[jbpm-commits] JBoss JBPM SVN: r4755 - in jbpm4/branches/idm/modules: distro/src/main/files/jboss/jbpm.cfg.idm and 1 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu May 7 05:03:27 EDT 2009


Author: tom.baeyens at jboss.com
Date: 2009-05-07 05:03:27 -0400 (Thu, 07 May 2009)
New Revision: 4755

Added:
   jbpm4/branches/idm/modules/distro/src/main/files/jboss/jbpm.cfg.idm/
   jbpm4/branches/idm/modules/distro/src/main/files/jboss/jbpm.cfg.idm/jbpm.cfg.xml
   jbpm4/branches/idm/modules/pvm/src/main/resources/jbpm.jboss.idm.cfg.xml
Log:
added idm integration pointer files

Added: jbpm4/branches/idm/modules/distro/src/main/files/jboss/jbpm.cfg.idm/jbpm.cfg.xml
===================================================================
--- jbpm4/branches/idm/modules/distro/src/main/files/jboss/jbpm.cfg.idm/jbpm.cfg.xml	                        (rev 0)
+++ jbpm4/branches/idm/modules/distro/src/main/files/jboss/jbpm.cfg.idm/jbpm.cfg.xml	2009-05-07 09:03:27 UTC (rev 4755)
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<jbpm-configuration>
+
+  <import resource="jbpm.default.cfg.xml" />
+  <import resource="jbpm.tx.jta.cfg.xml" />
+  <import resource="jbpm.jpdl.cfg.xml" />
+  <import resource="jbpm.jboss.idm.cfg.xml" />
+
+  <!-- Job executor is excluded for running the example test cases.
+       To enable timers and messages in production use, this should be included.
+  import resource="jbpm.jobexecutor.cfg.xml" / -->
+
+  <process-engine-context>
+
+    <mail-template name="MemoTemplate">
+      <to addresses='dilbert at office, alice at work, dogbert at house' />
+      <subject>bureaucracy</subject>
+      <text>Order http://example.com/order/#{orderId} is stalled.</text>
+    </mail-template>
+
+  </process-engine-context>
+
+</jbpm-configuration>


Property changes on: jbpm4/branches/idm/modules/distro/src/main/files/jboss/jbpm.cfg.idm/jbpm.cfg.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain

Added: jbpm4/branches/idm/modules/pvm/src/main/resources/jbpm.jboss.idm.cfg.xml
===================================================================
--- jbpm4/branches/idm/modules/pvm/src/main/resources/jbpm.jboss.idm.cfg.xml	                        (rev 0)
+++ jbpm4/branches/idm/modules/pvm/src/main/resources/jbpm.jboss.idm.cfg.xml	2009-05-07 09:03:27 UTC (rev 4755)
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<jbpm-configuration>
+
+  <process-engine-context>
+    <jboss-idm-identity-session-factory jndi="java:Idm" />
+  </process-engine-context>
+
+  <transaction-context>
+    <jboss-idm-identity-session realm="realm://jbpm-identity" />
+  </transaction-context>
+
+</jbpm-configuration>


Property changes on: jbpm4/branches/idm/modules/pvm/src/main/resources/jbpm.jboss.idm.cfg.xml
___________________________________________________________________
Name: svn:mime-type
   + text/plain




More information about the jbpm-commits mailing list