which xmlbeans lib for the xmlbeans plugin?

2007-07-18 Thread Jan Torben Heuer
Hi, I am compiling my schema files with the current xmlbeans plugin - but which xmlbeans lib do I have to include as dependency in my code? I get this error on startup, so I think i am using the wrong version Incompatible minor version - expecting up to 23, got 24

Re: which xmlbeans lib for the xmlbeans plugin?

2007-07-18 Thread Severin Ecker
Hi, first of all dependency groupIdxmlbeans/groupId artifactIdxmlbeans/artifactId version2.3.0/version /dependency the groupId here _should_ be changed to 'org.apache.xmlbeans' (this was changed somewhere around version 2.2.0, check the pom file of the xmlbeans lib).