On Mon, Jun 22, 2009 at 1:15 PM, callagc4 <[email protected]>wrote:
> > Hi, > > We have been running our web services for quite some time now using Axis2 > on > a Windows OS. > Recently we attempted to run the services on a Linux OS and have been > receiving a very generic error. An exception is being thrown during the > creation of an XML Schema object. I have been unable to setup debugging for > xerces correctly and as a result i am none the wiser as to why this > exception is being thrown. > > Has anyone seen any problems like this on a Linux OS, which run fine on > Windows? <snip> > 'commontypes:FineosMoney' to a(n) 'type definition' component. > at > org.apache.xerces.util.ErrorHandlerWrapper.createSAXParseException(Unknown > Source) > Try running "dos2unix" on your schemas - you may be getting bit by Windows type line returns. HTH, - R
