This brings me back to my issue in Jira: http://nagoya.apache.org/jira/browse/GERONIMO-155
Let me try it again! ;-)
The idea was to set up a containerwide resolver which not only hooks into one application (jetty) but into all applications.
Hook into all applications means that every entity resolving (esp. schemas) is redirected to above mentioned containerwide resolver which supplies the entities from a local repository hence avoiding a remote connection.
There is patch included in Jira (see above), if there is a real interest in it I could get it uptodate.
Kristian
Jeremy Boynes wrote:
Lynch, Peter wrote:
Jeremy,
I'm a bit slow here, so what do you mean by "hook Jetty into the entity resolver"?
Cheers, Peter Lynch
I believe Jetty is downloading the XML-Schema from Sun's site as specified in the xsi:schemaLocation attribute and is erroring when it can't.
We have an entity resolver defined (or should do at least) that would allow this to be obtained from the local filesystem instead via the xml catalog, allowing offline operation.
The hook would be to get Jetty to use it.
-- Jeremy
-- Kristian K�hler
