So I have a war with an EJB web service in it.
It deploys just fine when connected to the internet
It fails to deploy when disconnected with the following message
IllegalArgumentException
Cannot resolve imported resource :http://www.w3.org/2006/03/addressing/ws-addr.xsd
The web service in question implements fairly complicated wsdl/xsd set, however it does not reference that specific file or namespace combination. There are references to 2006/05 WS-A and 2005/08 WS-A, but nothing from 2006/03.
I have no idea where this is coming from.