Its unusual to get stax errors in pure tomcat - usually its related weblogic / websphere / jboss having their own implementation in a higher priority classloader. The happy axis2 page (axis2-web/index.jsp I think) shows the location of where each jar was loaded from, and that may give you a clue.
This error appears not to be spring related, however. HTH, Robert On Thu, Feb 14, 2008 at 2:09 PM, Moley Harey <[EMAIL PROTECTED]> wrote: > Hi, > > I have developed an Axis 2 interface for a POJO-based J2EE application > implemented using Spring. > When I deploy the application I get the following error message in Tomcat > log file: > > ======= > Caused by: java.lang.IllegalStateException: No valid ObjectCreator found. > at org.apache.axiom.om.util > .StAXUtils$Pool.<init>(StAXUtils.java:64) > at org.apache.axiom.om.util.StAXUtils.<clinit>(StAXUtils.java:88) > ======= > > Could this be related to the way the application is deployed or maybe is a > problem of the version of the Axiom/Stax jar files I am using? > > Thanks in advance > -- > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > Para atras, solo para tomar impulso! > > http://chromewaves.blogspot.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
