Re: Apache CXF :: wsdl2java ignoring catalog configuration for public entries

2013-09-30 Thread Menelaos Perdikeas
for them. Not really sure. Dan On Sep 26, 2013, at 9:56 AM, Menelaos Perdikeas mperdik...@gmail.com wrote: I am using Apache CXF 2.7.6 `wsdl2java` and it seems that the tool ignores or fails to find public catalog entries. In particular I have the following `xs:import` in one of my

Re: Apache CXF :: wsdl2java ignoring catalog configuration for public entries

2013-09-27 Thread Menelaos Perdikeas
, as the relevant code is not in cxf but in wsdl4j (more specifically, in its WSDLReaderImpl), which explicitly ignores those import statements without the schemaLocation attribute. if this is the wrong behavior, we need to have it fixed there in wsdl4j. regards, aki 2013/9/27 Menelaos Perdikeas mperdik

Apache CXF :: wsdl2java ignoring catalog configuration for public entries

2013-09-26 Thread Menelaos Perdikeas
I am using Apache CXF 2.7.6 `wsdl2java` and it seems that the tool ignores or fails to find public catalog entries. In particular I have the following `xs:import` in one of my XSD files: xs:import namespace=http://www.ivoa.net/xml/STC/STCcoords/v1.10/ The above cannot be properly resolved

Re: Apache CXF :: wsdl2java ignoring catalog configuration for public entries

2013-09-26 Thread Menelaos Perdikeas
, 2013 at 5:42 PM, Aki Yoshida elak...@gmail.com wrote: that's not a public id. can you use the system entry instead? 2013/9/26 Menelaos Perdikeas mperdik...@gmail.com: I am using Apache CXF 2.7.6 `wsdl2java` and it seems that the tool ignores or fails to find public catalog entries

Re: Apache CXF :: wsdl2java ignoring catalog configuration for public entries

2013-09-26 Thread Menelaos Perdikeas
. In other words, the schemaLocation must be set when the schema needs to be retrieved. In that case, I was wondering where you get the schema that omits the schemaLocation attribute and if it can be processed by other schema based tools. regards, aki 2013/9/26 Menelaos Perdikeas mperdik