I followed the instructions in these documents. As instructed in the links you 
referenced, I added the following to my jbpm.cfg.xml file and rebuilt / 
deployed my sar:


  | <jbpm-context>
  |   <!-- other services -->
  |   <service name="logging" 
factory="org.jbpm.logging.db.DbLoggingServiceFactory" />
  | </jbpm-context>
  | 

Upon doing this, JBoss now gives the following error (which causes more errors) 
on startup:


  | 2006-07-12 17:07:06,906 DEBUG [org.jbpm.configuration.JbpmContextInfo] 
creating jbpm context with service factories '[logging]'
  | 2006-07-12 17:07:06,906 DEBUG [org.jbpm.JbpmContext] creating JbpmContext
  | 2006-07-12 17:07:06,906 DEBUG [org.jbpm.msg.command.CommandExecutorThread] 
command 'null' threw exception. rolling back transaction
  | org.jbpm.configuration.ConfigurationException: no messaging service 
available
  |     at 
org.jbpm.msg.command.CommandExecutorThread.executeCommand(CommandExecutorThread.java:116)
  |     at 
org.jbpm.msg.command.CommandExecutorThread.run(CommandExecutorThread.java:79)
  | 2006-07-12 17:07:06,906 DEBUG [org.jbpm.JbpmContext] closing JbpmContext
  | 2006-07-12 17:07:06,906 ERROR [org.jbpm.msg.command.CommandExecutorThread] 
java.lang.NullPointerException
  | 

Have any idea how to rectify this problem?

Thanks for your help,

Brad

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3957600
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to