Community

Custom IdentitySession

reply from HuiSheng Xu in jBPM - View the full discussion

Hi Mario,

  You could get DbSession from Environment. like this:

 

DbSession dbSession = EnvironmentImpl.getFromCurrent(DbSession.class);

 

And of course, you could inject DbSession as your mentioned.

 

<object class="yourIdentitySession" auto-wire="true"/>

Reply to this message by going to Community

Start a new discussion in jBPM at Community