Re: OFBiz libraries versus Hot-deployed component ones

Posted by Jacques Le Roux on
URL: http://ofbiz.116.s1.nabble.com/OFBiz-libraries-versus-Hot-deployed-component-ones-tp1573363p1583922.html

Hi Kévin,

You could run the old instance and call services from there.
Else I can't see any easy way to do this. I'm afraid you will have to get your hands dirty.

Jacques

From: "Kévin Sailly" <[hidden email]>

> Hello Jacques,
>
> I want to use some packaged services from another development in OFBiz, the
> goal is to prevent me to redevelop this services, then I tried to put the
> jar and dependants libraries in a webapp to expose this services as OFBiz
> services.
>
> The problem is that some of the libraries on which my packaged services
> depends on are the same that some of the OFBiz ones, but on another version.
> Prior, my webapp using OFBiz libraries rather than mine, then causing
> runtime exceptions like NoSuchMethodException, ClassNotFoundException.
>
> The final goal could be seen as using OFBiz capabilities without putting all
> my existing code on a trash!
>
> Hope this more clear,
>
> Thanks,
> Kevin
> --
> View this message in context: http://n4.nabble.com/OFBiz-libraries-versus-Hot-deployed-component-ones-tp1573363p1576381.html
> Sent from the OFBiz - Dev mailing list archive at Nabble.com.
>