JBoss Community

Passing arguments to own identity Component

created by narf blub in jBPM Development - View the full discussion

Hi,

 

i plugged in my own identity component like it is described in the documentation.

 

<transaction-context>
  <object class="your.package.YourIdentitySessionImpl" />
</transaction-context>

My SessionImpl class implements the Identity Session. This all works fine so far. But now i want to pass the
id of the database to the sessionImpl because there are running severale databases on the server. I couldn't figure
out how to pass the arguments in the object of the transaction-context, so that the constructor of the
sessionImpl will be initialized with these arguments...

Reply to this message by going to Community

Start a new discussion in jBPM Development at Community