Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SDO-M2
-
None
-
WinXP
Description
DeserializationNoSchemaTestCase tried to load an XML without registering its XSD. The target namespace in the XML is http://www.example.com/simple. Since this target namespace has not been defined, SDO/EMF will try to resolve http://www.example.com/simple which will try to connect to the Internet.
In the past, I have tried to provide a solution to disable resolving remote XSD but it seems other people are using the remote feature. To solve this test case problem, my suggestion is to remove http:// from the namespace. I will upload a patch soon.