Community

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

reply from HuiSheng Xu in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community