Re: Deploy my service implementation separately from my security configuration?

2008-02-15 Thread Daniel Kulp
meters.HTTPInvoke.HTTPInvokeParmSetter(HTTPInvok >e.java:105) at > com.ibm.ws390.orb.CommonBridge.nativeRunApplicationThread(Native > Method) at com.ibm.ws390.orb.CommonBridge.runApplicationThread(Unknown > Source) > at > com.ibm.ws.util.ThreadPool$ZOSWorker.run(ThreadPo

Re: Deploy my service implementation separately from my security configuration?

2008-02-15 Thread jason . laskowski
.apache.org To cxf-user@incubator.apache.org cc Subject Re: Deploy my service implementation separately from my security configuration? Did you check all the information about websphere at: http://cwiki.apache.org/CXF20DOC/appserverguide.html Honestly, I don't know what would cau

Re: Deploy my service implementation separately from my security configuration?

2008-02-14 Thread Daniel Kulp
.java:160) .at > org.apache.cxf.transport.servlet.AbstractCXFServlet.invoke(AbstractCXF >Servlet.java:170) .at > org.apache.cxf.transport.servlet.AbstractCXFServlet.doPost(AbstractCXF >Servlet.java:148) etc > > I am stuck at this point wondering what is happening to the SOAP >

Re: Deploy my service implementation separately from my security configuration?

2008-02-13 Thread jason . laskowski
cc [EMAIL PROTECTED] Subject Re: Deploy my service implementation separately from my security configuration? You MAY be able to do this by writing a completely generic Provider based service that just forwards onto another service. The security information would be set on that and the spring co

Re: Deploy my service implementation separately from my security configuration?

2008-02-05 Thread Daniel Kulp
You MAY be able to do this by writing a completely generic Provider based service that just forwards onto another service. The security information would be set on that and the spring could configure in a URL to the service it then sends the SOAP messages onto. It would then use the dispa

Deploy my service implementation separately from my security configuration?

2008-02-04 Thread jason . laskowski
Hello, I am working with CXF 2.0.4 with javaFirst/Spring/CXF Servlet. I have the jaxws setup using Timestamp, Signature, and Encypt. I have some customized interceptors and a handler. This is all included in one war file (just like the demos) that I deploy to JBoss (and eventually Websphere).