Warnings similar to the following are logged for web service requests: -
2010-09-14 14:59:40,349 WARN [org.jboss.util.xml.JBossEntityResolver] (WorkManager(2)-27) Trying to resolve systemId as a non-file URL: vfszip:/home2/jboss-5.0.1.CR2/jboss-as/server/ais/ais-deploy/myear.ear/mywar.war/WEB-INF/some.xsd
This is due to the JBossEntityResolver only checking for file:// URLs, from EAP 5 this check should also check for vfszip:// URLs
- blocks
-
JBPAPP-5083 Release and Upgrade JBoss Common
- Closed