Alexey Valikov

Results 217 comments of Alexey Valikov
trafficstars

So the project is successfully build via Maven in command line? And the only problem you have is in Eclipse? That Eclipse can't resolve dependencies? No, my `settings.xml` won't help...

Should be fixed now.

I see the issue. Comes from the fact that WMS 1.1.1 is DTD, not XML Schema. So there actually are no namespaces, just attributes `xlink:href` and `xlink:type`. The problem is,...

I've thought a bit about it. You're right, the refactoring back then was because of the dependency tree and Jsonix mapping. I was irritated by the fact that I need...

Just to make it sure, you really need this: http://schemas.opengis.net/owc/1.0/ And not this: http://schemas.opengis.net/context/ Please confirm. OWC is "OGC Web Services Context Atom Standard", in RelaxNG.

Ok, thanks for the confirmation. This is RelaxNG Compact, not an XML schema, I don't have aneough experience here - but I'll see what I can do.

I think Jsonix will be able to do this pretty well. I'll see what I can do.

If you happen to have examples of XML/JSON pairs that would be very helpful. There are XML examples [here](http://schemas.opengis.net/owc/1.0/examples/) but would be good to have JSON as well. Maybe with...

@torse As feared, everything's not easy: - highsource/maven-jaxb2-plugin#42 which is due to - https://java.net/jira/browse/JAXB-1065

@torse Even worse than that: - https://java.net/jira/browse/JAXB-1066 - https://java.net/jira/browse/JAXB-1067 So RELAXNG compilation does not work (at all), unfortunately. The option here is to create and compile XML Schemas.