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