What this means is that the maven plugin that you use to build your classes pulled the most recent XmlBeans version (2.3), but you tomcat server is still using XmlBeans 2.2. While it would be fine to upgrade just your server without rebuilding your Schemas, if you do rebuild them, you need to run them with a version >= than the one used during the build.
Radu > -----Original Message----- > From: jgardner16 [mailto:[EMAIL PROTECTED] > Sent: Wednesday, December 12, 2007 5:46 PM > To: user@xmlbeans.apache.org > Subject: Incompatible minor version error > > > Hi, > I am getting a strange error when I am using the xmlbeans > maven pluggin and when I build it generates all the classes > just fine and the runs unit tests an everything works great. > However when I fire up tomcat and run in tomcat I get the > following error > > java.lang.ExceptionInInitializerError > > XML-BEANS compiled schema: Incompatible minor version - > expecting up to 23, got 24 > (schemaorg_apache_xmlbeans.system.sE8ABD9B84DDFBD246368593B1BE > 8D816.index) - code 3 > > Any ideas what might be causing this. I have xmlbeans 2.2.0. > > > thanks > > -- > View this message in context: > http://www.nabble.com/Incompatible-minor-version-error-tp14308 172p14308172.html > Sent from the Xml Beans - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > Notice: This email message, together with any attachments, may contain information of BEA Systems, Inc., its subsidiaries and affiliated entities, that may be confidential, proprietary, copyrighted and/or legally privileged, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]