Re: OFBiz libraries versus Hot-deployed component ones

2010-03-08 Thread Kévin Sailly
Hello Jacques, My old services does not running on an older instance of OFBiz, but are based on some other java technologies. I am looking for other solution now. Thanks, Kévin -- View this message in context:

Re: OFBiz libraries versus Hot-deployed component ones

2010-03-04 Thread Kévin Sailly
I found the reason why this is not possible from an older problem : http://www.mail-archive.com/ofbiz-...@incubator.apache.org/msg04764.html May be concurent libraries will be managed in a future release? Thanks a lot, Kévin -- View this message in context:

Re: OFBiz libraries versus Hot-deployed component ones

2010-03-03 Thread Kévin Sailly
It does not work for me, if you have some other suggestion please let me know. -- View this message in context: http://n4.nabble.com/OFBiz-libraries-versus-Hot-deployed-component-ones-tp1573363p1576214.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

Re: OFBiz libraries versus Hot-deployed component ones

2010-03-03 Thread Kévin Sailly
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

Re: OFBiz libraries versus Hot-deployed component ones

2010-03-02 Thread Kévin Sailly
I have try this : classpath location=webapp/nova/WEB-INF/lib/* type=jar/ This giving me an error on runtime : interface javax.persistence.NamedQueries is not visible from class loader any idea? -- View this message in context:

Re: OFBiz libraries versus Hot-deployed component ones

2010-03-02 Thread Kévin Sailly
Not specifying the classpath makes ant build to not embed the libs, so it does not work. -- View this message in context: http://n4.nabble.com/OFBiz-libraries-versus-Hot-deployed-component-ones-tp1573363p1574898.html Sent from the OFBiz - Dev mailing list archive at Nabble.com.

OFBiz libraries versus Hot-deployed component ones

2010-03-01 Thread Kévin Sailly
Hello, I have searched on forum, documentation and on the code and didn't find an answer to this question: Is it possible to force a hot-deployed component to use it's own libraries rather than concurent ones used by OFBiz? Thanks a lot, Kévin Sailly -- View this message in context: http://n4

Re: OFBiz libraries versus Hot-deployed component ones

2010-03-01 Thread Kévin Sailly
Thanks for replying, That's what I am doing, here is my ofbiz-component.xml ?xml version=1.0 encoding=UTF-8? ofbiz-component name=nova xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance; xsi:noNamespaceSchemaLocation=http://www.ofbiz.org/dtds/ofbiz-component.xsd;