Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
The BSF for trigger scripts can be extended with Java, the classes have to be in "IntegrityServer/data/java/classes".
Changes and additions are only visible to the script framework after the server ha been restarted.
Is there a way to reload new and changed classes without a server restart?
Regards,
Kai.
Hi Kai,
No, there is currently no way, besides restarting the server, to pickup and reload the new classes.
You'd have to post a product idea if you desire that functionality, and product management could review such request.
Hello Kai,
did you try this?
https://stackoverflow.com/questions/2738342/deploying-java-class-files-without-restarting-jboss
and what about this as a programmatic alternative:
https://www.toptal.com/java/java-wizardry-101-a-guide-to-java-class-reloading
I know that a former customer from us solved it, just I don't know how anymore 😞
Regards