schema not found / eclipse plugin

Having trouble installing Oxygen? Got a bug to report? Post it all here.
antoine
Posts: 3
Joined: Fri Apr 23, 2004 3:04 pm

schema not found / eclipse plugin

Post 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
george
Site Admin
Posts: 2095
Joined: Thu Jan 09, 2003 2:58 pm

Post 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
antoine
Posts: 3
Joined: Fri Apr 23, 2004 3:04 pm

Post 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
Post Reply