Community

New version of process with modification in java class : the change is not taken into account

reply from Maciej Swiderski in jBPM - View the full discussion

What do you mean exactly by : I do deploy directly to data base without container

I mean that I deploy my resources directly to data base using ant task, pretty the same as test cases do. So application server is not involved at all. I suspect that this is the case for you. That either classes or class loaders are cached somehow...

What are the java classes used by jbpm? the classes in the database lobs or the classes contained in the jar copied to userlibs?

I would say that these that are stored in data base but as your case illustrates it is not always true. Since either way class loaders are involved it is probably issue with them. If classes are not available for application server (not placed in userlibs) then the only one is to load them from LOB.

 

Have you tried to stop the server, copy jar to user libs and start server again? Perhaps that would make a difference.

 

Attached eclipse project with your test case that I tried yesterday.

 

Cheers,

Maciej

Reply to this message by going to Community

Start a new discussion in jBPM at Community