Hi all,
I have an application perfectly deployed on WL 8.1 SP1 but when I deploy the same on WL 8.1 SP3 it fails.
It is failing when I try to open a stream from a Url, that in turn has been created from a
String (path of the file). Now the required resource is inside a WAR. Following is sample of code
java.io.InputStream stream = new URL(resourcePath).openStream()); The
resourcePath is path to a file
properties.xml to which I am trying to open and it is located in a
mywar.war WL is trying to access the jar file as
zip:C:/bea/user_projects/domains/mydomain/myserver/.wlnotdelete/myproj/mywar.war!/webapp/xml/common/properties.xml I havent come across any change in SP3 that can lead to the above error.
[ March 16, 2005: Message edited by: meka toka ]