Hello,
I'm running Tomee 1.6 and in my code I'm using
org.apache.commons.lang.SerializationUtils
At run time I get ClassNotFoundException for the class I'm trying to clone.
looking at catalina.properties file I noticed that 'commons-lang*' is on the
'jarToSkip' list, so jar containing
SerializationUtils is loaded by the parent class loader of my war class
loader and that is probably why I get the above mentioned exception.
How do I fix this problem, can force it to load that jar from my WEB-INF/lib
?
(I'm not allowed to modify catalina.properties file)
Thanks, Michael
--
View this message in context:
http://tomee-openejb.979440.n4.nabble.com/using-SerializationUtils-with-Tomee-is-throwing-NoClassFoundException-tp4673353.html
Sent from the TomEE Dev mailing list archive at Nabble.com.