Re: Deploying web services in tomcat.

2010-02-08 Thread Ashishz
Hello Sergey, I am uploading both the wadl which I generated by including 5 jars and without 5 jars. As you know, I am working with OSGI environment, When I include 5 jars and include jaxb-api-2.1.12.jar in my bundle, I get error Could not initialize class

Re: Deploying web services in tomcat.

2010-02-08 Thread Sergey Beryozkin
Hi The 2nd wadl is indeed broken but as I said, we don't interact directly with any of the jars you've mentioned. We simply use a JAXB context to generate the schemas thus I've no idea why the schema is generated without complex type definitions... By the way, one will be able to configure

Re: Http basic authentication in JAX RS

2010-02-08 Thread SaravananRamamoorthy
Hi Andreas, Thanks for your information. Regards Saravanan R Andreas Veithen-2 wrote: For basic authentication, only the 401 response from the server contains a realm (as part of the WWW-Authenticate header). On the other hand, an authenticated request only contains the username and

RE: Getting SOAP Header in WSDL

2010-02-08 Thread Sharma, Abhishek
Please respond I just want Authentication to be implemented thru JSESSIONID in my Webservices. Thanks Abhishek -Original Message- From: Sharma, Abhishek [mailto:abhishek.sha...@safenet-inc.com] Sent: Thursday, February 04, 2010 2:28 PM To: 'users@cxf.apache.org' Subject: Getting SOAP

Re: GWT service from CXF?

2010-02-08 Thread Michael Guyver
Hi Sergey, I've mocked up something which produces a similar output to the payload referred to in the linked page (see older post). The HTTP request, Java service interface and the relevant parts of the web.xml appear below: POST /myservice/remote/service/path HTTP/1.1 Host: 127.0.0.1:

CXF - Webwervices problem in brief : Interceptor has thrown exception, unwinding now

2010-02-08 Thread Naveenbabuk
I am able to excute this webservice through windows by using jdk 1.6.0_11 but the same is not able execute in linux in jboss1.4.0.5.GA server. the log is 010-02-08 02:52:59,006 ERROR [STDERR] Feb 8, 2010 2:52:59 AM org.apache.cxf.phase.PhaseInterceptorChain doIntercept INFO: Interceptor has

Re: Problems setting up DOSGI Mutli Bundle Dist in Eclipse

2010-02-08 Thread Marc Schaaf
Hi FrozenQ, I just stumbled across the same issue with the dOSGi trunk version on Felix and it turned out that I was able to solve the error by making sure that the spring-osgi-extender bundle is completely started before the dOSGi DSW is started. I would suggest to file a Jira issue for it.

java2ws problem

2010-02-08 Thread jsaridis
Hi, I'm new with CXF. I'm using version 2.1.3. When I try to use java2ws goal from cxf-java2ws-plugin maven plugin, I get: java.lang.ClassNotFoundException: com.inworx.insurix.commontables.dto.MonedaDTO This class is in a jar that is correctly configured as a maven dependency. What do I have to

Re: GWT service from CXF?

2010-02-08 Thread Sergey Beryozkin
Hi Michael Introducing the Iterable InputStream impl should also work, sounds like a neat idea... but the runtime itself will unlikely use it itself, you'd need to check in MessageBodyReader.readFrom(). As far as JAXRS is concerned, the portable approach is not to have more than one method

Re: GWT service from CXF?

2010-02-08 Thread Michael Guyver
Some quick dirty testing shows that doing a transparent read reset on the InputStream before wrapping it in a GWTObjectInputStream (using iterator semantics) does actually let you access the parameters in series. I see your point about the API and the annotations. I'm mildly annotation-phobic

Re: case-insensitive RS query parameters?

2010-02-08 Thread Sergey Beryozkin
Just FYI, one can now set a org.apache.cxf.http.case_insensitive_queries jaxrs:property on a given endpoint for case-insensitive query lookups be supported cheers, Sergey - Original Message - From: Linus Kamb k...@emsc-csem.org To: users@cxf.apache.org Sent: Tuesday, February

JAXRS : WADL and external schemas

2010-02-08 Thread Sergey Beryozkin
I've updated the WADL Generator to support the inclusion of the external schemas. The following options are supported : 1. Schemas are classpath resources, schemas are inlined. JAXB is used to generate the referencs to schema elements. This option is a similar to the existing one but the

Re: Getting SOAP Header in WSDL

2010-02-08 Thread Christian Schneider
Hi Abhishek, there is a sectionin a FAQ: How can I add soap headers to the request/response? see: http://cxf.apache.org/faq.html Is that what you are searching for? You can use the annotation @WebParam(header = true) to add the header to the WSDL generated from your java interface.

Re: enforce correct SOAP headers on request

2010-02-08 Thread Arik Gorelik
Thank you. In what IN Phase would you recommend the interceptor? I am trying to avoid parsing the header, etc if it is already parsed somewhere in the interceptor chain on the server side. On Thu, Feb 4, 2010 at 2:02 PM, Daniel Kulp dk...@apache.org wrote: On Tue February 2 2010 1:40:38 pm Arik

support for WSA with SOAP/JMS

2010-02-08 Thread etingertal
Hey, I follow this topic: https://issues.apache.org/jira/browse/CXF-183 and i've wondered when it'll be possible? Is it going to be part of 2.3 version or later? Do you have any roadmap for this feature? Thanks, Tal -- View this message in context:

Re: JAXRS : WADL and external schemas

2010-02-08 Thread Gabo Manuel
Hi Sergey, Just to confirm. Both features will be included in 2.2.7 or are they already included in 2.2.6? Thanks again! Gabo Sergey Beryozkin wrote: I've updated the WADL Generator to support the inclusion of the external schemas. The following options are supported : 1. Schemas are

https in webservice client using cxf

2010-02-08 Thread SaravananRamamoorthy
Hi Experts, I have created a webservice client using cxf. It works fine with http protocol. When I invoke the webservice having https protocol. It throws the error like: HttpsURLConne I org.apache.cxf.transport.https.SSLUtils getCiphersuites The cipher suites have not been configured, falling