cxf in tomcat without geronimo dependency.

2014-07-16 Thread cxfnewbieTest
How to create a server without having geronimo jar in the ext folder of jre? I get classnotfoundexception for ServletInputStream. -- View this message in context: http://cxf.547215.n5.nabble.com/cxf-in-tomcat-without-geronimo-dependency-tp5746562.html Sent from the cxf-user mailing list

NullPointer in ...sts.event.map.EventMapper

2014-07-16 Thread Stephen.CTR.Chappell
I recently enabled audit logging in my STS (based on 2.7.12-SNAPSHOT), by configuring eventListener in my TokenIssueOperation with an org.apache.cxf.sts.event.map.EventMapper object. This works great in most cases. But when my incoming RST contains an ActAs element, I get a

RE: NullPointer in ...sts.event.map.EventMapper

2014-07-16 Thread Stephen.CTR.Chappell
Oops, sorry about the mangled source line in my original message. This is the line the exception is referencing... map.put(KEYS.ONBEHALFOF_PRINCIPAL.name(), params.getTokenRequirements().getActAs().getPrincipal().getName()); Stephen W. Chappell -Original Message- From: Chappell,

A question on using jaxws:client definition for multiple clients

2014-07-16 Thread Giriraj Bhojak
Hello, I have used Spring based configuration to define a jaxws client. The spring bean looks something on following lines: jaxws:client id=id serviceClass=SomeClass address=someAddress jaxws:inInterceptors ref bean=inInterceptor / bean

Re: A question on using jaxws:client definition for multiple clients

2014-07-16 Thread Jose María Zaragoza
2014-07-16 23:29 GMT+02:00 Giriraj Bhojak girira...@gmail.com: Hello, I have used Spring based configuration to define a jaxws client. The spring bean looks something on following lines: jaxws:client id=id serviceClass=SomeClass address=someAddress jaxws:inInterceptors

Re: A question on using jaxws:client definition for multiple clients

2014-07-16 Thread Giriraj Bhojak
Thank you for the quick response. Could you point me to an example of using JAXWS proxy-client's factory? Did you mean org.apache.cxf.jaxws.JaxWsProxyFactoryBean class? Thanks, Giriraj. On Wed, Jul 16, 2014 at 5:55 PM, Jose María Zaragoza demablo...@gmail.com wrote: 2014-07-16 23:29