Wicket deployment on oc4j issue is fixed by changing the name space
defination in web.xml file also removed the wicket-jmx-x.x.x.jar from
classpath.

New:
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xmlns="http://java.sun.com/xml/ns/javaee";
xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; 
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"; 
id="WebApp_ID" version="2.5">   
Old:
<web-app xmlns="http://java.sun.com/xml/ns/j2ee";
xmlns:xsi="http://www.w3.org/TR/xmlschema-1/";
        xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd";
        version="2.4">

--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Wicket-deployment-issue-on-oc4j-tp3778329p3817544.html
Sent from the Users forum mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to