java.lang.VerifyError: class loading constraint violated on org/w3c/dom/UserDataHandler

2010-06-30 Thread easternwahoo
I deployed a CXF client within a WAR, to Websphere 6.1, with parent-last classloading at the WAR level, and the shared library technique described here: http://cxf.apache.org/docs/application-server-specific-configuration-guide.html#ApplicationServerSpecificConfigurationGuide-Addyourownclassload

Re: Error handling for invalid Soap body content

2010-05-24 Thread easternwahoo
oduce > a better error message.For invalid XML, we sometimes have issues > trying to > detect that depending on the error messages that the parser provides, but > if > there is a JIRA (with preferably a test case), we can at least look and > try. > > Dan > > >

Error handling for invalid Soap body content

2010-05-24 Thread easternwahoo
On occasion, our web services clients may send us garbage messages. For example, the message may consist of a valid soap envelope, but the soap body is empty. On other occasions, the soap body contains non-xml content. CXF gets nullpointer exceptions in these cases, and returns a generic Soap fau

How to remove ws-security tokens from message, on provider side?

2010-02-25 Thread easternwahoo
When using ws-security headers with CXF, it is easy to configure logging interceptors to log the complete message. Unfortunately, this means the ws-security headers are displayed in the log. Once we have authenticated the user's credentials, could we remove the ws-security headers from the mes

Re: What companies are using CXF?

2010-01-19 Thread easternwahoo
> As a consultant/contractor I can tell you it is heavily used in Finance, > Retail and Federal settings just to mention a few. > > > On Jan 19, 2010, at 3:16 PM, easternwahoo wrote: > >> >> I am writing a justification for use of CXF at my company, and I need to >&g

What companies are using CXF?

2010-01-19 Thread easternwahoo
I am writing a justification for use of CXF at my company, and I need to list any commercial companies that are using it. I've searched the Apache CXF site and the FuseSource site. The only company I found was Sabre, but they use the ESB product, but they don't mention CXF. -- View this message

Strategy for CXF integration with Spring Security

2009-11-09 Thread easternwahoo
We have a need for application authorization using Spring security. There is a project in google containing what looks like a solution: http://code.google.com/p/cxf-spring-security/ . Is this slated for a future release of CXF? -- View this message in context: http://old.nabble.com/Strategy-fo

Can schema validation detect more than one error?

2009-11-02 Thread easternwahoo
In CXF 2.2.4, can "schema validation" validate for more than one error, and return a list of validation errors in its soap fault? It seems like it fails after the first error. -- View this message in context: http://old.nabble.com/Can-schema-validation-detect-more-than-one-error--tp26157728p2

Re: Deployment on WebSphere 6.1 Fails - Please help!

2009-10-30 Thread easternwahoo
Cool. What did your web-inf/lib end up including? oakridge wrote: > > I've managed to get this working by including the needed JAXWS Geronimo > JARs and not including the web services feature pack or a custom class > loader. I don't have all the CXF required JARs due to internal conflicts, >

Re: Deployment on WebSphere 6.1 Fails - Please help!

2009-10-30 Thread easternwahoo
We got it working with some differences described in this thread: http://www.nabble.com/Re%3A-CXF-and-WAS-6.1%28.0.19%29-p26119183.html We did not include the metadata jar in the shared lib - this jar is only in web-inf/lib. oakridge wrote: > > So I've followed the documentation here: > > h

Re: Deployment on WebSphere 6.1 Fails - Please help!

2009-10-30 Thread easternwahoo
We got it working with some differences described in this thread: http://www.nabble.com/Re%3A-CXF-and-WAS-6.1%28.0.19%29-p26119183.html We did not include the metadata jar in the shared lib - this jar is only in web-inf/lib. oakridge wrote: > > So I've followed the documentation here: > > h

Re: CXF and WAS 6.1(.0.19)

2009-10-30 Thread easternwahoo
We do not have the web services feature pack installed. oakridge wrote: > > Those of you who have fixed this issue, do you have the web services > feature pack installed? > > Thanks. > -- View this message in context: http://old.nabble.com/CXF-and-WAS-6.1%28.0.19%29-tp26028639p26128961.ht

Re: CXF and WAS 6.1(.0.19)

2009-10-29 Thread easternwahoo
We had the same symptoms using CXF 2.2.4 with WAS 6.1.0.19, and got it working by following most of the instructions here: http://cwiki.apache.org/confluence/display/CXF20DOC/Application+Server+Specific+Configuration+Guide#ApplicationServerSpecificConfigurationGuide-Addyourownclassloader A couple