I'm facing the following problem while deploying a 5.3.3 maven packaged application on a windows server :
[2010-03-30 14:40:04 CEST] <main> com.webobjects.foundation.NSForwardException for java.io.FileNotFoundException:
JAR entry Resources/PmsiAmb.eomodeld\Lieu.plist not found in C:\Apple\Local\Library\WebObjects\Applications\ApplicationCariatides.woa\Contents\Resources\Java\com\symaris\cariatides\frameworks\ObjetsMetierCariatides\6.1.0-SNAPSHOT\ObjetsMetierCariatides-6.1.0-SNAPSHOT.jar
at sun.net.www.protocol.jar.JarURLConnection.connect(JarURLConnection.java:122)
at sun.net.www.protocol.jar.JarURLConnection.getInputStream(JarURLConnection.java:132)
at java.net.URL.openStream(URL.java:1010)
The problem is linked to the search path of the plist file, which is mixing slashes and backslashes.
I found the following mail archive from the wodev mailinglist where Don Lindsay had the same problem.
The bug was visibly fixed in 5.4, has someone a workaround for it for WO 5.3 ?
Thanks
Regards