> i was trying to set schema from within mailet and this error happen, any idea pls ! > Exception in JamesSpoolManager.run null > java.lang.StackOverflowError > at ...XMLSchemaLoader.processJAXPSchemaSource(XMLSchemaLoader.java:575) > at ...XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:489) > at ...XMLSchemaLoader.processJAXPSchemaSource(XMLSchemaLoader.java:588) > at ...XMLSchemaLoader.loadSchema(XMLSchemaLoader.java:489)
Off-hand, I'd say that you had a stack overflow. Plugging "StackOverflowError JAXP xerces" into Google yields all sorts of useful information, such as: http://xml.apache.org/xerces-j/schema.html http://java.sun.com/webservices/docs/1.2/jaxp/ReleaseNotes.html#schema-limit ations --- Noel --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
