Re: Cayenne 4.1M1 xml errors in Eclipse

2018-07-13 Thread Nikita Timofeev
For now I just disabled redirect to https for all schemas. But yeah, we should update schema location. On Fri, Jul 13, 2018 at 11:39 AM, Andrus Adamchik wrote: > Ah, there is a redirect. I guess we need to fix the tools. > > Andrus > >> On Jul 13, 2018, at 9:55 AM, D Tim Cummings wrote: >> >> It

Re: Cayenne 4.1M1 xml errors in Eclipse

2018-07-13 Thread Andrus Adamchik
Ah, there is a redirect. I guess we need to fix the tools. Andrus > On Jul 13, 2018, at 9:55 AM, D Tim Cummings wrote: > > It appears that changing the URI from http to https in xsi:schemaLocation > fixes the problem > > > cayenne-project.xml > >xsi:schemaLocation="http://cayenne.ap

Re: Cayenne 4.1M1 xml errors in Eclipse

2018-07-12 Thread D Tim Cummings
It appears that changing the URI from http to https in xsi:schemaLocation fixes the problem cayenne-project.xml xsi:schemaLocation="http://cayenne.apache.org/schema/10/domain https://cayenne.apache.org/schema/10/domain.xsd"; datamap.map.xml xsi:schemaLocation="http://cayen

Re: Cayenne 4.1M1 xml errors in Eclipse

2018-05-27 Thread D Tim Cummings
I don’t think it is a network problem. I can access domain.xsd in a web browser. Problem occurred immediately I updated model using latest version of Cayenne Modeller. Here are some more details Tim > On 26 May 2018, at 04:46, Andrus Adamchik wrote: > > Seems to be complaining about this s

Re: Cayenne 4.1M1 xml errors in Eclipse

2018-05-25 Thread Andrus Adamchik
Seems to be complaining about this schema file: https://cayenne.apache.org/schema/10/domain.xsd I don't see any errors in it though. Is it possible you are behind a proxy or something, and Eclipse can't download it properly? IIRC there's a way to map a local copy of an XSD schema to a given sch