WSS4J 1.5 versus 1.6 truststore question

2013-11-08 Thread Hart, Andrew B.
Hello Colm, I have a bit of an urgent question re WSS4J. I am using JBoss 6.1 which includes JBossWS 3.4.1. This version of the JBoss web services CXF stack is based on Apache CXF 2.3.1. I think this means that I am using WSS4J 1.5.8. Looking at your blog at this page, http://coheigea.blo

Re: SecurityContext AND Principal Object

2013-11-08 Thread Faz
Thanks for the response Colm. Bit confused with the 1 piece of response, could you please shed some light on '*SecurityContext Object created in AbstractHTTPDestination. *' ? So is there any useful info that I can extract out of above object??? If so how can be access them? I was successful in re

multiple WS calls to the same URL as different user from same VM

2013-11-08 Thread Samo Dadela
Hi, Searched long and wide but can't find anything on the issue... Using JDK 6. I've generated a JAX-WS client proxy using wsdl2java using Lists.wdsl (SharePoint). I can authenticate via NTLM without problem by passing the credentials via java.net.Auhtenticator (setDefault)... What I want to

Re: Wait until services are published by DOSGI

2013-11-08 Thread David Bosschaert
Hi Adrian, You might want to try using an EndpointListener [1] or an RemoteServiceAdminListener [2]. You should be able to get callbacks through those once the remoting work is done. Cheers, David [1] http://www.osgi.org/javadoc/r4v42/org/osgi/service/remoteserviceadmin/EndpointListener.html [

Wait until services are published by DOSGI

2013-11-08 Thread Adrián Roselló Rey
HI all, I'm using DOSGI to publish my OSGI service through WebService, and everything works fine. Now I'm deveoping an integration test that checks my webservice. My problem is that sometimes the test arrives to the "check" before DOSGI could publish the service, and I'm wondering if there's any

Re: Migrate SOAP cxf webservice into RESTful

2013-11-08 Thread mozahidone
Thanks Sergey. -- View this message in context: http://cxf.547215.n5.nabble.com/Migrate-SOAP-cxf-webservice-into-RESTful-tp5736138p5736142.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: Migrate SOAP cxf webservice into RESTful

2013-11-08 Thread Sergey Beryozkin
Or use JAXWS Dispatch, etc if you prefer Sergey On 08/11/13 13:20, Sergey Beryozkin wrote: On 08/11/13 13:12, mozahidone wrote: Hi Guys, I have webservices developed in cxf SOAP. I need to migrate in RESTful. Please help me. May make sense to start by reusing the code, see http://cxf.apache.

Re: Migrate SOAP cxf webservice into RESTful

2013-11-08 Thread Sergey Beryozkin
On 08/11/13 13:12, mozahidone wrote: Hi Guys, I have webservices developed in cxf SOAP. I need to migrate in RESTful. Please help me. May make sense to start by reusing the code, see http://cxf.apache.org/docs/jax-rs-and-jax-ws.html Sergey -- View this message in context: http://cxf.5472

Re: WADL: some more questions

2013-11-08 Thread Sergey Beryozkin
Hi On 08/11/13 13:05, Francesco Chicchiriccò wrote: On 08/11/2013 14:00, Sergey Beryozkin wrote: Hi Francesco, There were some issues related to the case where a bean without XmlRootElement was substituted, I got them fixed on the trunk only, as I'd be nervous a bit of merging them back to CXF

Migrate SOAP cxf webservice into RESTful

2013-11-08 Thread mozahidone
Hi Guys, I have webservices developed in cxf SOAP. I need to migrate in RESTful. Please help me. -- View this message in context: http://cxf.547215.n5.nabble.com/Migrate-SOAP-cxf-webservice-into-RESTful-tp5736138.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: WADL: some more questions

2013-11-08 Thread Francesco Chicchiriccò
On 08/11/2013 14:00, Sergey Beryozkin wrote: Hi Francesco, There were some issues related to the case where a bean without XmlRootElement was substituted, I got them fixed on the trunk only, as I'd be nervous a bit of merging them back to CXF 2.7.x. I'll let this code settle a bit on the trun

Re: WADL: some more questions

2013-11-08 Thread Sergey Beryozkin
Hi Francesco, There were some issues related to the case where a bean without XmlRootElement was substituted, I got them fixed on the trunk only, as I'd be nervous a bit of merging them back to CXF 2.7.x. I'll let this code settle a bit on the trunk, 3.0.0 beta/RC is coming really soon now so

JAXBContextProxy - WSDL first CXF server - JAXB implementation collision with eclipselink MOXy JAXB

2013-11-08 Thread Alain PANNETIER
Hi all, Problem == I'm having trouble at server startup in a WSDL first server. The server has a WSDL plus a few external XSDs. Generation of classes works OK and the server started several times without pb. At startup Reflection complains about MOXy: java.lang.NoSuchMethodException: org.ecl

Re: SecurityContext AND Principal Object

2013-11-08 Thread Colm O hEigeartaigh
Your ClassCastException is because the Object referred to as "org.apache. cxf.transport.http.AbstractHTTPDestination$2@16f3ed7*" is not an instance of AbstractHTTPDestination, but a SecurityContext Object created in AbstractHTTPDestination. The SecurityContext object is created in a few different

Re: cxf deadlock with spring 3.2?

2013-11-08 Thread Jason Pell
We use the maven wait plugin to wait for the ?wsdl url to return a 200 code for the web services we need to use in soapui for integration builds. We are now investigating other ways of working around this. But i am relieved you replied as i am a little lost and reproducing the thread dead lock is