[jboss-user] [JBoss Seam] - Re: Serious issue getting a basic example of seam 2, jbpm, e

mickknutson do-not-reply at jboss.com
Wed Oct 24 14:20:14 EDT 2007


in my war the my jbpm.xml:

  | <jbpm-configuration>
  | 
  |   <jbpm-context>
  |     <service name="persistence">
  |        <factory>
  |           <bean class="org.jbpm.persistence.db.DbPersistenceServiceFactory">
  |              <field name="isTransactionEnabled"><false/></field>
  |           </bean>
  |        </factory>
  |     </service>
  |     <service name="tx" factory="org.jbpm.tx.TxServiceFactory" />
  |     <service name="message" factory="org.jbpm.msg.db.DbMessageServiceFactory" />
  |     <service name="scheduler" factory="org.jbpm.scheduler.db.DbSchedulerServiceFactory" />
  |     <service name="logging" factory="org.jbpm.logging.db.DbLoggingServiceFactory" />
  |     <service name="authentication" factory="org.jbpm.security.authentication.DefaultAuthenticationServiceFactory" />
  |   </jbpm-context>
  | 
  | </jbpm-configuration>
  | 

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

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



More information about the jboss-user mailing list