Probably should give the error as well just in case, it's a typical spring one when it can't find a bean:
Cannot resolve reference to bean 'context' while setting bean property 'context'; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'context' is defined On 9/19/07, Ryan Moquin <[EMAIL PROTECTED]> wrote: > > I'm still having a hard time figuring out how to replicated my > interservice communication through the bus between two CXF services in > Servicemix. My latest problem is that this doesn't appear to work: > > <cxfse:endpoint> > <cxfse:pojo> > <bean id="cxfServiceBean" class=" > notification.NotificationServiceImpl"> > <property name="context" ref="context" /> > </bean> > </cxfse:pojo> > </cxfse:endpoint> > > According to the servicemix docs, it says I should be able to reference > the context which was created as a parent bean. > > Is there an xsd I can look at for cxfse? I need to figure out how I can > do interservice communication with it over the bus still. >
