Apologize for the incomplete message, clicked on the send button accidentally.
On Thu, Sep 11, 2008 at 2:36 PM, Ramkumar R <[EMAIL PROTECTED]> wrote: > Currently Tuscany Spring Implementation does not seem to support the > <custructor-arg/> element in the application context XML file. > > Here the issue is, Tuscany fails to identify this tag and ignores the > configuration done from these tags. > > Spring uses <constructor-arg> element for the following configuration..... > > <bean id="beanRefFactory" class="org.springframework. > context.support.ClassPathXmlApplicationContext"> > <constructor-arg><list> > <value>Organization-spring-context.xml</value> > </list></constructor-arg> > </bean> > > In this instance, it tries to load the SCA aware Spring application context > using ClassPathXmlApplicationContext. > > <bean id="orderService" class="com.lizjason.spring.OrderService"> > <property name="companyName"> > <value>lizjason</value> > </property> > <constructor-arg> > <ref bean="orderDAO"> > </constructor-arg> > </bean> > > I have opened TUSCANY- > I have opened TUSCANY-2596 to take care of this. -- Thanks & Regards, Ramkumar Ramalingam
