Re: CXF 2.1.4 / Xerces problem using SpringBusFactory

2009-03-27 Thread Stephen G. Walizer
Well now I feel like an idiot I must have gotten an older version of the xercesImpl jar from one of the other packages we were using inadvertently. I just downloaded a fresh copy of Xerces 2.9.1 and it seems to be working fine now. Thanks

Re: Re: OSGI Transport

2009-03-27 Thread Josh Holtzman
Thanks David, this helps a lot! Is there an equivalent technique for registering jax-rs endpoints with the same osgi http service?I want it all, of course... a war, ws endpoint, and a jax-rs endpoint. I'm greedy ;) Josh David Bosschaert wrote: Hi Josh, We are doing this in the CXF-bas

Re: Jow to publish web service using port 443 (SSL) / java.net.SocketException: Permission denied issue

2009-03-27 Thread XyLus
Thanks for a hint Regards, Maciej Eoghan Glynn-4 wrote: > > Are you running on Linux perchance? > > AFAIK most *nix variants disallow non-root users from listening on ports > less than 1024. > > To avoid running your server with root privileges, you can use xinetd to > re-direct any traffic

Re: CXF 2.1.4 / Xerces problem using SpringBusFactory

2009-03-27 Thread Benson Margulies
What version of Xerces? 2.9.1 works for me. On Fri, Mar 27, 2009 at 11:59 AM, Stephen G. Walizer wrote: > I'm getting an exception initializing CXF when the xercesImpl.jar is in my > classpath. CXF initializes normally when the Xerces jar isn't there. Xerces > is required for some functionality i

RE: Using Jersey 1.x for JAX-RS along CXF 2.1.x for JAX-WS

2009-03-27 Thread Sergey Beryozkin
Hi Arul > Sorry for the discomfort this has caused. I never meant to hurt anyone on this forum. Not at all - it was just a bit of pressure which was getting on me :-) > I am really excited about 2.2 since it fully supports JSR311 API Some bugs are still lurking there :-), just fixed an embarr

Re: Using Jersey 1.x for JAX-RS along CXF 2.1.x for JAX-WS

2009-03-27 Thread Arul Dhesiaseelan
Hi Sergey, Sorry for the discomfort this has caused. I never meant to hurt anyone on this forum. You have been providing outstanding support in making the CXF JAX-RS implementation more robust and feature rich and compelling choice for CXF users. I have been liking both these frameworks an

RE: Using Jersey 1.x for JAX-RS along CXF 2.1.x for JAX-WS

2009-03-27 Thread Sergey Beryozkin
Hi Arul By the way, I've no problems at all with users choosing alternative implementations. I guess I might've been uncomfortable with it - but I'm much less so today. I know we're getting pretty strong, though a lot of work still has to be done, but we have the ideas on how to move forward. For

Version of WSRM

2009-03-27 Thread Bryan Kearney
Just wanted to follow up from an earlier conversation. Is 2005/08 support for wsrm in CXF yet? If not, is it on the roadmap? Thanks! -- bk

Re: Using Jersey 1.x for JAX-RS along CXF 2.1.x for JAX-WS

2009-03-27 Thread Sergey Beryozkin
Hi Guys Can such issues be discussed on a Jersey list please :-) ? In CXF we're obviously interested in discussing CXF JAXRS related issues. Users are totally free which versions to choose and it is a Jersey specific issue on how to ensure it works in environments where other JAXRS implementatio

Re: Using Jersey 1.x for JAX-RS along CXF 2.1.x for JAX-WS

2009-03-27 Thread Arul Dhesiaseelan
You may want to try disabling Jersey classpath scanning for resources and providers and instead use PackagesResourceConfig. This can be done by configuring web.xml: Jersey Web Application com.sun.jersey.spi.container.servlet.ServletContainer com.sun.jersey

Re: Using Jersey 1.x for JAX-RS along CXF 2.1.x for JAX-WS

2009-03-27 Thread Sergey Beryozkin
You may also want to check the Jersey user list - I thiink there were some suggestions on how to deal with it - you need to setup some Jersey (servlet ?) properties Cheers, Sergey - Original Message - From: "Daniel Kulp" To: Cc: Sent: Friday, March 27, 2009 3:27 PM Subject: Re

Re: Using Jersey 1.x for JAX-RS along CXF 2.1.x for JAX-WS

2009-03-27 Thread Daniel Kulp
On Mon March 16 2009 2:52:16 pm robertojimen...@terra.es wrote: > I already have an application using Jersey 1.x for JAX-RS but I want to use > CXF 2.1.x for JAX-WS but when I include CXF Jersey seems to try to use CXF > providers and gives these errors. Are any of you guys using CXF with > Jersey?

Re: LoggingInterceptor and ResourceInjetction

2009-03-27 Thread Daniel Kulp
Slowing working backword through my overloaded inbox.. On Wed March 18 2009 6:14:21 am Marc Logemann wrote: > 2) CXF always tries to inject into webservice classes where i have > @Resource annotations on properties. This fails. But these @Resource > annotations were fulfilled by Spring, so C

Re: client apache cxf-2.2 jar dependencies

2009-03-27 Thread Daniel Kulp
On Fri March 27 2009 5:47:52 am Vassilis Virvilis wrote: > Hi, > > I am using a cxf frontend with the simple client frontend and the aegis > databinding. I want my client to be compatible with both 1.5 and 1.6. I > don't use JAX-WS > > Here are the required jars > > --- Mentioned in WHICH_JARS

CXF 2.1.4 / Xerces problem using SpringBusFactory

2009-03-27 Thread Stephen G. Walizer
I'm getting an exception initializing CXF when the xercesImpl.jar is in my classpath. CXF initializes normally when the Xerces jar isn't there. Xerces is required for some functionality in the application that there is no workaround for. I'm under a tight deadline and need to get this worki

Re: [JAX-RS] pb while passing array as parameter

2009-03-27 Thread Sergey Beryozkin
Hi I'll try to fix it asapI'll let you know, cheers, Sergey - Original Message - From: "Priscille Durville" To: Sent: Friday, March 27, 2009 2:51 PM Subject: Re: [JAX-RS] pb while passing array as parameter ok! I understand. :-) Thanks a lot! So I will wait for your work :-)

Re: [JAX-RS] pb while passing array as parameter

2009-03-27 Thread Priscille Durville
ok! I understand. :-) Thanks a lot! So I will wait for your work :-) because I can't modify the signature of my method (from String[] to List) for internally reasons. Cheers, Priscille. Sergey Beryozkin a écrit : Hi If you change it to List then it should work - but I will do some work to e

Re: [JAX-RS] pb while passing array as parameter

2009-03-27 Thread Sergey Beryozkin
Hi If you change it to List then it should work - but I will do some work to ensure arrays are supported too The reason the MessageBodyReader provider is not invoked is that it's not a request body but a parameter orignated from a request uri. That's where ParameterHandler CXF extensions can be

[JAX-RS] pb while passing array as parameter

2009-03-27 Thread Priscille Durville
Hi! I have defined (and implemented) the method below : @WebMethod @GET @Path("/xxx/") @ConsumeMime({"text/plain", "application/xml", "application/json"}) @ProduceMime({"text/plain", "application/xml", "application/json"}) public String[] getXXX(@QueryParam("index") String[] index); My client i

Re: HTTPS: custom keystore: regression in 2.2 from 2.1.3

2009-03-27 Thread Daniel Kulp
If you CAN make a JIRA with a test case, that would be great. Would definitely help debugging it. For a workaround, you could try using the URL for the name: https://foo.com.*";> . (the .* is a pattern match for everything at http://foo.com) Dan On Fri March 27 2009 5:53:59

AW: Anoying problems with string2stringMap and Aegis databinding

2009-03-27 Thread Christofer Dutz
ing2stringMap. >> >> >> >> I currently solved the problem by creating my own CxfSoapEncoder, which >> simply returns "string2stringMap" when getting a String2stringMap object, >> but I can't think of it any more than a hack. >&g

AW: Anoying problems with string2stringMap and Aegis databinding

2009-03-27 Thread Christofer Dutz
ently solved the problem by creating my own CxfSoapEncoder, which > simply returns "string2stringMap" when getting a String2stringMap object, > but I can't think of it any more than a hack. > > > > Would it be a great problem to make CXF and Aegis generate types

Re: Anoying problems with string2stringMap and Aegis databinding

2009-03-27 Thread Benson Margulies
lem by creating my own CxfSoapEncoder, which >> simply returns "string2stringMap" when getting a String2stringMap object, >> but I can't think of it any more than a hack. >> >> >> >> Would it be a great problem to make CXF and Aegis generate type

Re: Anoying problems with string2stringMap and Aegis databinding

2009-03-27 Thread Benson Margulies
s "string2stringMap" when getting a String2stringMap object, > but I can't think of it any more than a hack. > > > > Would it be a great problem to make CXF and Aegis generate types with names > starting with capital letters? > > > > Chris > > > &g

Re: Multiple collections in JSON Dto mixed up

2009-03-27 Thread felixsch
Hi, thank you both for your replies. Dan, I followed your suggestion, turns out this is a jettison bug. I could reproduce it just using a JAXBContext and a jettison MappedXMLStreamWriter. Looks like this bug was already reported at jettison for a few month ago (http://jira.codehaus.org/browse/J

HTTPS: custom keystore: regression in 2.2 from 2.1.3

2009-03-27 Thread Vassilis Virvilis
Hi everybody, I have the following regression in https usage. My previous setup in 2.1.3 was working correctly with a custom keystore in resources. My cxf.xml was like this http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:

client apache cxf-2.2 jar dependencies

2009-03-27 Thread Vassilis Virvilis
Hi, I am using a cxf frontend with the simple client frontend and the aegis databinding. I want my client to be compatible with both 1.5 and 1.6. I don't use JAX-WS Here are the required jars --- Mentioned in WHICH_JARS -- --- used instead of cxf.jar cxf-api-2.2.jar

AW: Anoying problems with string2stringMap and Aegis databinding

2009-03-27 Thread Christofer Dutz
gMap" when getting a String2stringMap object, but I can't think of it any more than a hack. Would it be a great problem to make CXF and Aegis generate types with names starting with capital letters? Chris __ Hinweis von ESET NOD32 Antivirus, Signaturdatenbank-Version 3968 (2009

Anoying problems with string2stringMap and Aegis databinding

2009-03-27 Thread Christofer Dutz
Hi, I am having a little problems with the automatically generated string2stringMap type. All of the types generated by CXF have names starting with capital letters. All but string2stringMap. This causes the Flex builder to have problems automatically generating clients for Webservices using

Re: Getting lists as I want them...?

2009-03-27 Thread MagnusEd
Thanks for your help. After testing with wrapper beans and XmlElementWrapper, the only way I got it to work was the following (XmlElementWrapper is not that much fore method INPUT parameters?): 1. Create a wrapper bean for the List public class Attributes { private List attributes;