Page 1 of 1

schema not found / eclipse plugin

Posted: Mon Apr 26, 2004 4:35 pm
by antoine
I am using oXygenxml 3.1 as Eclipse Plugin, inside Eclipse 2.x.
My setup used to work, now oXygen cannot load schemas referenced from xml files and located on an http server (on the intranet).

Error cvc-elt.1: Cannot find the declaration of element 'rex-config'. dclist.xml config/sc_dc/lists/BASELIBS/dev line 2

the root element of my xml is this one :
<rex-config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation=
"http://cbs.wdf.sap.corp:1080/schema/200 ... ctlist.xsd">

The schema does exist at the specified location and I am able to open it in a Web Browser.

How can I find out what is happening here ?

Cheers,
Antoine

Posted: Wed Apr 28, 2004 10:49 am
by george
Hi Antoine,

Please try to load the http://cbs.wdf.sap.corp:1080/schema/200 ... ctlist.xsd schema in oXygen using the Open URL action. Also check your browser proxy settings and if you have a proxy set configure it also in oXygen (Options->Preferences->Proxy Configuration). If the above fails then write us on support@oxygenxml.com to send you details to enable the application logging.

Best Regards,
George

Posted: Wed Apr 28, 2004 11:17 am
by antoine
:D Hi George,
thanks for your answer.
I managed to solve my problem yesterday by removing a flag (I think it was http.proxy.defined=true or something like that) in the options file located in my com.oxygenxml folder in my home directory.
Cheers