redhat-consulting / jbpm-ee

Enterprise Services for jBPM 6 - DEPRECATED
14 stars 9 forks source link

Client loading of custom listeners #83

Closed abaxter-rh4u closed 10 years ago

abaxter-rh4u commented 10 years ago

Client will need to register listeners to all ksessions. Since the client should not modify the jbpm-ee-services war, either we need to provide client accessible functionality in the RuntimeManagerBean or or add the capability to load listeners from the kjar.

-The former will have difficulties when rehydrating sessions from the database.

-The latter will have difficulties in describing cases where non-empty constructors are required.

bradsdavis commented 10 years ago

What is the usecase? They can add the listeners through the WorkDefinitions.wid. Does that not work?

abaxter-rh4u commented 10 years ago

I don't know, Brad. I'm just running through the code and identifying potential issues.