I imported my JAVA web services developed in JDev 10g into JDev 11g but during compilation I got oracle.security.jps.ee.http.JpsFilter classNotFoundException. Below is the screenshot
While searching for the solution somewhere I read that this is a bug in JDev 11g. This class is part of ADF runtime and is not part of standard WLS installation. During import JDev adds some entries into the web.xml file for it's internal use.
In order to overcome this error open the web.xml file in the project and remove the following entry
After removing this entry we can successfully deploy the project.
No comments:
Post a Comment