RE: CXF and WebSphere Compatibility

2007-09-21 Thread Singh, Ramanand
: RE: CXF and WebSphere Compatibility Looks like you need to fix your deployment to isolate your CXF application from the wrong XML parser which seems to be in there by default. -Original Message- From: Singh, Ramanand Sent: Wednesday, September 19, 2007 6:02 PM To: cxf-user

RE: CXF and WebSphere Compatibility

2007-09-21 Thread Benson Margulies
@incubator.apache.org Subject: RE: CXF and WebSphere Compatibility What are the correct values for these parameters? My current jaxp.properties is as follows: javax.xml.transform.TransformerFactory=org.apache.xalan.processor.Transf ormerFactoryImpl javax.xml.parsers.SAXParserFactory

Re: CXF and WebSphere Compatibility

2007-09-21 Thread Daniel Kulp
-user@incubator.apache.org Subject: RE: CXF and WebSphere Compatibility What are the correct values for these parameters? My current jaxp.properties is as follows: javax.xml.transform.TransformerFactory=org.apache.xalan.processor.Tr an sf ormerFactoryImpl

CXF and WebSphere Compatibility

2007-09-19 Thread Singh, Ramanand
There seems that CXF is not compatible with WebSphere 6.1. I wrote a web service for my project. I tested it completely and successfully on JBOSS 4.x. However, when I deployed it on WebSphere 6.1, the deployment itself failed. I have include a portion of exception below for reference. I also

RE: CXF and WebSphere Compatibility

2007-09-19 Thread Benson Margulies
Subject: CXF and WebSphere Compatibility There seems that CXF is not compatible with WebSphere 6.1. I wrote a web service for my project. I tested it completely and successfully on JBOSS 4.x. However, when I deployed it on WebSphere 6.1, the deployment itself failed. I have include a portion