Re: restful parameters setting

2008-06-25 Thread rm-ramos
Hey Sergey, In my case no NPE, just an empty String ("") set in the URL's parameter. I'm using 2.0.6. Think it might me fixed in later versions? Thanks, Rui Ramos Sergey Beryozkin wrote: > > Are you seeing a NPE ? If yes then 2.1.1 shoukd have it fixed... > > Cheers, Sergey > >> >> Same p

Re: restful parameters setting

2008-06-25 Thread rm-ramos
Same problem here. Things like @HttpResource(location = "/{id}/details") don't seem to work either. Any thoughs on this? Thanks, Rui Ramos -- View this message in context: http://www.nabble.com/restful-parameters-setting-tp11931194p18113430.html Sent from the cxf-user mailing list archive at

Re: @XmlRootElement name not working in 2.0.6?

2008-05-20 Thread rm-ramos
Dan, thank you for your quick reply. You nailed down the problem really well, I was indeed using jax-ws services (well, REST but using http bindings) and I should have used the @WebResult annotation directly on the SEI instead of annotating the types. I fixed it and it works perfectly now. My S

@XmlRootElement name not working in 2.0.6?

2008-05-19 Thread rm-ramos
Hi guys, I just recently upgraded from version 2.0.3 to .6 and I'm having a problem defining names in a @XmlRootElement annotation for my response classes. When in 2.0.3 adding: @XmlAccessorType(XmlAccessType.FIELD) @XmlRootElement(name="userInfoResponse", namespace="http://webservices.messagin