ClassNotFound Exception when deploy Shale-Validator to weblogic 9.2
-------------------------------------------------------------------
Key: SHALE-443
URL: https://issues.apache.org/struts/browse/SHALE-443
Project: Shale
Issue Type: Bug
Components: Validator
Affects Versions: 1.0.4
Environment: Weblogic 9.2
Reporter: Lionel Port
When shale-validator.jar is installed in a web application and deployed to
weblogic 9.2 a ClassNotFoundException is thrown. The class name that is being
loaded is the new line character "\n". The problem even exists with the samples
application.
java.lang.ClassNotFoundException:
at
weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:286)
at
weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:259)
at
weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:54)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.