Hide Forgot
Affects: Release Notes Help Desk Ticket Reference: https://access.redhat.com/issue-tracker/1197883 project_key: JBEPP When starting EPP 5 without internet connection the following WARN messages can be found in the log file: 16:21:54,416 WARN [JBossEntityResolver] Trying to resolve systemId as a non-file URL: http://java.sun.com/xml/ns/javaee/javaee_web_services_metadata_handler_2_0.xsd 16:21:54,417 WARN [JBossWSEntityResolver] Trying to resolve id as a non-file URL: http://java.sun.com/xml/ns/javaee/javaee_web_services_metadata_handler_2_0.xsd 16:21:54,421 WARN [SaxJBossXBParser] schema_reference.4: Failed to read schema document 'http://java.sun.com/xml/ns/javaee/javaee_web_services_metadata_handler_2_0.xsd', because 1) could not find the document; 2) the document could not be read; 3) the root element of the document is not <xsd:schema>. @ *unknown*[26,158] Looks like http://java.sun.com/xml/ns/javaee/javaee_web_services_metadata_handler_2_0.xsd is always loaded over the network ...
This might need to be brought up with the JBoss WS team, actually.
Link: Added: This issue related JBWS-3162
I've submitted JBWS-3162 to jbossws. If they think that the change doesn't belong there then we'll need to use a catalog here.
Unfortunately the default jax-ws implementation of jbossws-native doesn't support catalogs. You could switch to CXF as a workaround.
requested JBWS-3165
Thanks, Robert. I had started looking into using a catalog and couldn't find relevant information before I had to move to more pressing issues. Thanks for the definitive answer.
Link: Added: This issue depends GTNWSRP-199
Re-opening to resolve properly.
Release Notes Docs Status: Added: Not Required Affects: Added: [Release Notes]
Will be addressed with upgrade of WSRP to 2.0.1-GA (JBEPP-789)
Link: Added: This issue depends JBEPP-789
Re-opening to add release note.
Release Notes Docs Status: Removed: Not Required Added: Documented as Resolved Issue Release Notes Text: Added: The Java EE Webservices Metadata Handler 2.0 schema is now bundled with the WSRP so that it's not necessary to retrieve it over the network, thus allowing proper behavior if the network is down or if the original is not accessible for some reason.
Updated the Release Notes text to more fully reflect the "Cause, Consequence, Fix, Result" model.
Release Notes Text: Removed: The Java EE Webservices Metadata Handler 2.0 schema is now bundled with the WSRP so that it's not necessary to retrieve it over the network, thus allowing proper behavior if the network is down or if the original is not accessible for some reason. Added: Warning messages were found in the server log when starting EPP 5 without an active internet connection. This was because the Java EE Webservices Metadata Handler 2.0 schema was requested via the network at start up. The schema is now bundled with the WSRP which allows EPP to start without producing error messages if there is no internet connection.
Release Notes Text: Removed: Warning messages were found in the server log when starting EPP 5 without an active internet connection. This was because the Java EE Webservices Metadata Handler 2.0 schema was requested via the network at start up. The schema is now bundled with the WSRP which allows EPP to start without producing error messages if there is no internet connection. Added: Warning messages were found in the server log when starting JBoss Enterprise Portal Platform 5 without an active internet connection. This was because the Java EE Webservices Metadata Handler 2.0 schema was requested via the network at start up. The schema is now bundled with the WSRP which allows JBoss Enterprise Portal Platform to start without producing error messages if there is no internet connection.