Re: XSD 1.1 using xerces 2.11

2012-04-04 Thread Andrew Welch
Hi, I've just been done again by this I saw xercesImpl-2.11.0.jar on the classpath and assumed xsd 1.1 support, after a bit of messing around I realised it was the xerces 2.11.0 with 1.0 support only. (I made the assumption because I know I include 2.11.0 with Kernow for the 1.1 support) For

Re: XSD 1.1 using xerces 2.11

2012-04-04 Thread Michael Glavassevich
Hi Andrew, We don't distribute anything called 'xercesImpl-2.11.0.jar'. If you have a jar on your classpath with that name you either renamed it or got it from somewhere else. The jar in an official Apache Xerces release is always called 'xercesImpl.jar'. You can determine the version by runni

Re: XSD 1.1 using xerces 2.11

2012-04-04 Thread Andrew Welch
On 4 April 2012 12:36, Michael Glavassevich wrote: > Hi Andrew, > > We don't distribute anything called 'xercesImpl-2.11.0.jar'. If you have a > jar on your classpath with that name you either renamed it or got it from > somewhere else. I think that's what happens when maven pulls it down... > T