Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-24 Thread Gabo Manuel
) You mentioned the Spring version in the subject in the first email in this thread and we noticed it only today, LOL :-) Cheers, Sergey - Original Message - From: "Gabo Manuel" To: Sent: Tuesday, March 24, 2009 12:19 PM Subject: Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-24 Thread Sergey Beryozkin
pring2.0.6] spring unable to find namespace Hi Sergey, Thanks for that. I did not notice that part. It was the cause of the problem. Sorry for the trouble. :( Its going through now. Gabo Sergey Beryozkin wrote: Hi, Actually, CXF 2.2 depends on Spring 2.5.x, while you.re using Sppring 2.0

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-24 Thread Gabo Manuel
Hi Sergey, Thanks for that. I did not notice that part. It was the cause of the problem. Sorry for the trouble. :( Its going through now. Gabo Sergey Beryozkin wrote: Hi, Actually, CXF 2.2 depends on Spring 2.5.x, while you.re using Sppring 2.0.6 (as the subject says) - can that be the ca

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-24 Thread Sergey Beryozkin
PLANET6sp6][Spring2.0.6] spring unable to find namespace Hi All, I am not sure if this would be an accurate comparison. I dug up my old old old test app. I created this when I first got wind of CXF from XFire. Below is the difference of this scenario from the one earlier posted: Spring-2.0.4

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-24 Thread Gabo Manuel
or something. Gabo Sergey Beryozkin wrote: Hi Gabo Nearly every CXF component has a file META-INF/spring.handlers, jaxws and jaxrs componets ship such files. It appears Spring can not find these files for some reasons on the classpath... Cheers, Sergey ----- Original Message - From: &

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-24 Thread Sergey Beryozkin
iel Kulp" Sent: Tuesday, March 24, 2009 3:11 AM Subject: Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace Hi Dan, Are you using something like "dependency:unpack-dependencies" or something to combine the various jars into a single jar/war? If so, that wil

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-23 Thread Gabo Manuel
Hi Dan, Are you using something like "dependency:unpack-dependencies" or something to combine the various jars into a single jar/war? If so, that will DEFINITELY cause this. Nope. Unless it is used by something by default. I am not using any war. Check the stuff you are deploying for

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-23 Thread Daniel Kulp
Are you using something like "dependency:unpack-dependencies" or something to combine the various jars into a single jar/war? If so, that will DEFINITELY cause this. Check the stuff you are deploying for a META-INF/spring.handlers file and make sure it contains mapping for the required ha

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-22 Thread Gabo Manuel
Hi amine (or Salam?), Try the following annotations in your object declaration: import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; @XmlType(name="MyObject") @XmlAccessorType(XmlAccessType.PROPERTY) @

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-20 Thread amine amine
Salam, Hi Gabo, I want to ask you about combining JAX-WS and JAX-RS, for me it's my interface that contains annotations (WS & RS) and I'm using @XmlElement, @XmlRootelement and @XmlWrapper. it works both services WS and RESTfulWS are available, but the XML structure of the responses give double

Re: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-20 Thread Gabo Manuel
Hi Sergey, I have modified the beans.xml as follows: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:jaxws="http://cxf.apache.org/jaxws"; xmlns:soap="http://cxf.apache.org/bindings/soap"; xsi:schemaLocation=" h

RE: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-20 Thread Sergey Beryozkin
Sent: 20 March 2009 06:24 To: users@cxf.apache.org Subject: [CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace Hi guys, First of all, since CXF2.2 is out... WHOOO!!! I have the following configuration in beans.xml: http://www.springframework.org/schema/beans";

[CXF2.2][IPLANET6sp6][Spring2.0.6] spring unable to find namespace

2009-03-19 Thread Gabo Manuel
Hi guys, First of all, since CXF2.2 is out... WHOOO!!! I have the following configuration in beans.xml: http://www.springframework.org/schema/beans"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xmlns:jaxws="http://cxf.apache.org/jaxws"; xmlns:jaxrs="http://cxf.