I have two issues about the webwork samples:
1)
webwork/src/resources/web/WEB-INF/web.xml
According to the DTD, the load-on_startup element is not accepted by WLS.
(Although the DTD says it can be empty. This is ctually a WLS bug, but it
wouldn't do any harm to change it to:
<load-on_startup>1</load-on_startup>
2)
src/resources/ear/META-INF/application.xml
The XML and DTD declarations are missing:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE application PUBLIC '-//Sun Microsystems, Inc.//DTD J2EE
Application 1.2//EN' 'http://java.sun.com/j2ee/dtds/application_1_2.dtd'>
WLS refuses this file without those declarations.
Could you change this in CVS?
Regards,
Aslak
|