Re: OFBiz libraries versus Hot-deployed component ones

Posted by rajsaini on
URL: http://ofbiz.116.s1.nabble.com/OFBiz-libraries-versus-Hot-deployed-component-ones-tp1573363p1574865.html

Libraries in the WEB-INF/lib are automatically placed in web app
classpath. I do not think you need to specify this anywhere in the
classpath. You may want to check if you have the right jar files in the
lib folder.

Thanks,

Raj

Kévin Sailly wrote:

> 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?
>