[jboss-user] [jBPM] - null pointer exception when integrating jbpm4.3, spring2.5.6, hibernate3

HuiSheng Xu do-not-reply at jboss.com
Wed Jun 23 01:11:12 EDT 2010


HuiSheng Xu [http://community.jboss.org/people/rebody] replied to the discussion

"null pointer exception when integrating jbpm4.3,spring2.5.6,hibernate3"

To view the discussion, visit: http://community.jboss.org/message/549220#549220

--------------------------------------------------------------
Hi Lalit,

Please check your configuration xml file, and make sure there is correct commandService being configured.  like follow:

<command-service name="txRequiredCommandService">
      <skip-interceptor />
      <retry-interceptor />
      <environment-interceptor />
      <standard-transaction-interceptor />
    </command-service>

    <command-service name="newTxRequiredCommandService">
      <retry-interceptor />
      <environment-interceptor policy="requiresNew" />
      <standard-transaction-interceptor />
    </command-service>

--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/549220#549220]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100623/02360f25/attachment.html 


More information about the jboss-user mailing list