I need to deploy two jar files needed for a java callout in a Proxyservice in OSB12c
Those files are in the project, in the same folder of the proxyservice, however when I deploy them to the bus errors arise such as "the public method xxx does not exists" or "class definition not found".
I've solved those problems copying the files into the domain lib folder and rebooting weblogic, but I think this should be a temporary solution as in production environment I may not be allowed to reboot the server.
Which is the right way to do that?