Hello i need to do this? <bean id="masterdataService" class=" com.tsystems.ediweb.logic.command.masterdata.service.MasterdataService" />
Only this? 2007/4/18, Alexey Kakunin <[EMAIL PROTECTED]>:
Yes, could you show how MasterdataService bean defined? 2007/4/19, Jörn Zaefferer <[EMAIL PROTECTED]>: > > > <beans > > xmlns=" http://www.springframework.org/schema/beans" > > xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance" > > xsi:schemaLocation=" http://www.springframework.org/schema/beans > > [url]http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">[/url] > > > > > > <!-- ========================= GENERAL DEFINITIONS > > ========================= --> > > > > <bean id="messageSource" > > class="org.springframework.context.support.ResourceBundleMessageSource"> > > <property name="basenames"> > > <list> > > <value>br.com.teste.ui.resource.test_messages</value> > > <value>br.com.teste.ui.resource.security_messages</value> > > </list> > > </property> > > </bean> > > > > <!-- ========================= Start of SERVICE DEFINITIONS > > ========================= --> > > <bean id="loginHandler" class=" > > br.com.teste.ui.security.SimpleLoginHandler"/> > > > > <bean id="articleHandler" class=" > > br.com.teste.ui.artikeldaten.ArticleManager"> > > <property name="MasterdataService"> > > <ref bean="MasterdataService"/> > > </property> > > </bean> > > > > </beans> > > > > And i get the same error message. > > > I don't see MasterdataService defined anywhere. Am I missing something? > > -- With Best Regards, Alexey Kakunin, EmDev Limited Professional Software Development: http://www.emdev.ru
-- Att. Edney Marcel Imme

