>
> >
> > here's my call to get the applicationContext:
> >
> >
> > org.springframework.context.ApplicationContext applicationContext =
> >
> > (org.springframework.context.ApplicationContext)
> >
> org.springframework.context.access.ContextSingletonBeanFactoryLocator./getInstance/("beanRefFactory.xml").useBeanFactory("beanRefFactory").getFactory();
> >
>

Hi Abraham,

I could see the issue that your are facing while using the code you shown
above to create the application context. By creating a application context
in this manner, does not use the implementation provided by Tuscany to
support <sca:service>. Tuscany supports xmlns:sca="
http://www.springframework.org/schema/sca"; using SCANamespaceHandlerResolver
by extending the DefaultNamespaceHandlerResolver. Tuscany creates a
application context for you, when you want to use spring implementation with
your composite.

I could not understand exactly, what you are trying to achieve?

Just FYI.... To get an understanding on how Tuscany supports spring
implementation please refer to sample
http://svn.apache.org/repos/asf/tuscany/java/sca/samples/simple-bigbank-spring

-- 
Thanks & Regards,
Ramkumar Ramalingam

Reply via email to