Re: Newbie-question. No bean named 'cfx' is defined.

2007-10-22 Thread Glen Mazza
What I did for my simple web service[1] might(?) be of help for you. Glen [1] http://www.jroller.com/gmazza/date/20071019#step7 (steps 7 and 8) Am Montag, den 22.10.2007, 00:33 -0700 schrieb thomaslarsson: > > Yea, I see that I missed those import statements now. > The reason why I have been h

Re: Newbie-question. No bean named 'cfx' is defined.

2007-10-22 Thread thomaslarsson
Yea, I see that I missed those import statements now. The reason why I have been having problems with this is probably that I am trying to mix the setup shown in the sample java_first_jaxws with an existing spring setup. The java_first_jaxws sample does not contain any spring context files and ju

Re: Newbie-question. No bean named 'cfx' is defined.

2007-10-22 Thread thomaslarsson
Hi, Yes, since I am using the CXFServlet I am by default using the SpringBusFactory. -- View this message in context: http://www.nabble.com/Newbie-question.-No-bean-named-%27cfx%27-is-defined.-tf4668972.html#a13337689 Sent from the cxf-user mailing list archive at Nabble.com.

Re: Newbie-question. No bean named 'cfx' is defined.

2007-10-22 Thread Willem Jiang
Hi You can take [1] as an example which use the spring to setup the endpoint information. [1] http://cwiki.apache.org/CXF20DOC/writing-a-service-with-spring.html Willem. thomaslarsson wrote: I misspelled cxf down below but that was only here in the forum post. The question is still valid.

Re: Newbie-question. No bean named 'cfx' is defined.

2007-10-21 Thread Willem Jiang
Hi Do you use the SpringBusFactory to load the Spring configuration file ? If not , you need to include the below files to start a soap over http service. Willem. thomaslarsson wrote: Hello, During startup of my application which is just a simple jax-ws service I get the message org.

Re: Newbie-question. No bean named 'cfx' is defined.

2007-10-21 Thread thomaslarsson
I misspelled cxf down below but that was only here in the forum post. The question is still valid. Here is my CXFServlet definition if its of any value: cxf cxf Apache CXF Endpoint org.apache.cxf.tr

Newbie-question. No bean named 'cfx' is defined.

2007-10-21 Thread thomaslarsson
Hello, During startup of my application which is just a simple jax-ws service I get the message org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'cxf' is defined So the obvious question was first if there was a context file within my classpath with a bean named 'cf