RE: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-26 Thread Alex A
Thank you RomainWe will consider 1) and 2) however we need the additional thread mainly to prevent WS timeout for lengthy scripts but out of curiosity we will try to reproduce on the sample without the threadBut first time in the morning we will try openejb.cxf.CxfContainerClassLoader=false whic

Recall: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-26 Thread VERMEERBERGEN Alexandre
VERMEERBERGEN Alexandre would like to recall the message, "TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine". This email and any attachments are intended solely for the use of the individual or entity to whom it i

Re: jstl issue

2014-11-26 Thread Romain Manni-Bucau
Hi I get these logs https://gist.github.com/rmannibucau/09a40f380330ee65a8ef and this output https://gist.github.com/rmannibucau/d76665385615fefe9e45 BTW using 1.7 can maybe help you as well Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github

Re: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-26 Thread Romain Manni-Bucau
PS: did you try openejb.cxf.CxfContainerClassLoader=false in conf/system.properties? Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-26 17:45 GMT+01:00 Romain Manni-Bucau : > we'll add a flag to switch it off but t

Re: jstl issue

2014-11-26 Thread cchacin
Working example: https://github.com/cchacin/tomee-jstl-test -- View this message in context: http://tomee-openejb.979440.n4.nabble.com/jstl-issue-tp4673005p4673045.html Sent from the TomEE Dev mailing list archive at Nabble.com.

Re: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-26 Thread Romain Manni-Bucau
we'll add a flag to switch it off but there is no issue on our side. You can solve it: 1) not using a new thread 2) using an EJB to execute the js Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-26 17:34 GMT+01:00

RE: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-26 Thread Alex A
So? it worked in 1.5.2 and does not work anymore in 1.7.1.Even before starting the new thread the classloader is already this new CxfContainerClassLoader (see server trace) which seems unable to load CloudUtils from same webapp. thank you > From: rmannibu...@gmail.com > Date: Wed, 26 Nov 2014

Re: TomEE+ 1.7.1 Classloader gets replaced by CxfContainerClassLoader which causes ClassNotFoundException in Rhino/Nashorn ScriptEngine

2014-11-26 Thread Romain Manni-Bucau
Hi com.mycompany.bl.MyInstance#executeJavaScript starts a new thread and then look the classloader which is bound to the request thread Romain Manni-Bucau @rmannibucau http://www.tomitribe.com http://rmannibucau.wordpress.com https://github.com/rmannibucau 2014-11-26 13:27 GMT+01:00 Alex A : >