Deploy a war with global visibility

Hi @Ingo_Richtsmeier , thanks for your response.
However I don’t think this is what I need. I’ll try to give a better explanation:

I have a java project that contains several delegates, and I’m going to deploy it to wildfly.
After that I need users to be able to create a bpmn file using the modeler and create services task in wich
the ‘details’ field is filled with the qualified java class name the task need to use.
In this way different processes can be created based on the supplied delegates in the project.

The problem is that the new uploaded process can’t reach those delegates when I start the process.
I need somehow to make the java project visible to all processes. Is it possible?

Hope is clearer now.
How could I solve this?

Many thanks.