Re: How can cxf.xml refer to beans defined in the application context? (Xfire to CXF migration)

2007-07-18 Thread Jacob Marcus
e spring syntext should be >> > > > implementor="#helloService" serviceClass="com.test.Hello"> >> > >> > >> > Because I checked the trunk code, it only deals with the attribute >> > implementor now. >> > >>

Re: How can cxf.xml refer to beans defined in the application context? (Xfire to CXF migration)

2007-07-17 Thread Willem Jiang
llem. > > -Original Message- > From: Jacob Marcus [mailto:[EMAIL PROTECTED] > Sent: Tue 7/17/2007 22:55 > To: cxf-user@incubator.apache.org > Subject: Re: How can cxf.xml refer to beans defined in the application > context? (Xfire to CXF migration) > > I am

Re: How can cxf.xml refer to beans defined in the application context? (Xfire to CXF migration)

2007-07-17 Thread Dan Diephouse
.Hello"> > > > Because I checked the trunk code, it only deals with the attribute > implementor now. > > Willem. > > -Original Message- > From: Jacob Marcus [mailto:[EMAIL PROTECTED] > Sent: Tue 7/17/2007 22:55 > To: cxf-user@incubator.apache.org &g

Re: How can cxf.xml refer to beans defined in the application context? (Xfire to CXF migration)

2007-07-17 Thread Jacob Marcus
f-user@incubator.apache.org Subject: Re: How can cxf.xml refer to beans defined in the application context? (Xfire to CXF migration) I am using the Simple front end approach without annotations. I think the problem is in the SpringBus. The CXFServlet does not seem to have access to the ApplicationContext

RE: How can cxf.xml refer to beans defined in the application context? (Xfire to CXF migration)

2007-07-17 Thread Jiang, Ning \(Willem\)
cxf.xml refer to beans defined in the application context? (Xfire to CXF migration) I am using the Simple front end approach without annotations. I think the problem is in the SpringBus. The CXFServlet does not seem to have access to the ApplicationContext I have loaded using the

Re: How can cxf.xml refer to beans defined in the application context? (Xfire to CXF migration)

2007-07-17 Thread Jacob Marcus
I am using the Simple front end approach without annotations. I think the problem is in the SpringBus. The CXFServlet does not seem to have access to the ApplicationContext I have loaded using the ContextLoaderLister in the web.xml Is there some additional configuration required? Thanks, Ja

RE: How can cxf.xml refer to beans defined in the application context? (Xfire to CXF migration)

2007-07-17 Thread Jiang, Ning \(Willem\)
I think you could try to use the endpoint's attribute implementor. It should be workable with the # convention. Here is an example for it Willem -Original Message- From: Jacob Marcus [mailto:[EMAIL PROTECTED] Sent: Tue 7/17/2007 21:59 To: cxf-user@incubator.apache.org Subject: How can