[jboss-user] [JBoss jBPM] - Re: [jBPM4] Error while creating processinstance having time

rams.rapo do-not-reply at jboss.com
Thu Jul 9 17:24:45 EDT 2009


here's my config file. 

<?xml version="1.0" encoding="UTF-8"?>
  | 
  | <jbpm-configuration>
  | 
  |     <import resource="jbpm.jpdl.cfg.xml"/>
  |     <import resource="jbpm.jobexecutor.cfg.xml"/>
  |     <process-engine-context>
  | 
  |         <repository-service/>
  |         <repository-cache/>
  |         <execution-service/>
  |         <history-service/>
  |         <management-service/>
  |         <identity-service/>
  |         <task-service/>
  | 
  |         <script-manager default-expression-language="juel"
  |                         default-script-language="juel"
  |                         read-contexts="execution, environment, process-engine, spring"
  |                         write-context="">
  |             <script-language name="juel" factory="org.jbpm.pvm.internal.script.JuelScriptEngineFactory"/>
  |         </script-manager>
  | 
  |         <authentication/>
  | 
  |         <id-generator/>
  |         <types resource="jbpm.variable.types.xml"/>
  | 
  |         <address-resolver/>
  | 
  |         <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>
  | 
  |         <command-service>
  |             <retry-interceptor/>
  |             <environment-interceptor/>
  |             <spring-transaction-interceptor current="true"/>
  |         </command-service>
  |     </process-engine-context>
  | 
  |     <transaction-context>
  |         <repository-session/>
  |         <db-session/>
  |         <message-session/>
  |         <timer-session/>
  |         <history-session/>
  |         <hibernate-session current="true"/>
  | 
  |         <object class="test.IdentitySessionImpl"/>
  |     </transaction-context>
  | </jbpm-configuration>

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4242717#4242717

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4242717



More information about the jboss-user mailing list