[jboss-user] [Spring Integration] - Re: How to access deployed bean reference from a different s

zithuba do-not-reply at jboss.com
Sat Nov 28 01:45:44 EST 2009


You must use braces '()' not qoutations '""' in your description when you define your bean factory or parentbeanfactory.


  | <beans xmlns=...
  | 
  |         <!-- This description tag doesn't work -->
  | 	<description>ParentBeanFactory=(BillingFramework)</description>
  | 
  |         <!-- access reference of billingBean, which is depoyed in BillingFramework --> 
  | 	<bean class="com.iseemedia.billing.Mediation">
  | 		<property name="url">
  | 			<value>https://localhost/test</value>
  | 		</property>
  | 		<property name="billing" ref="billingBean"/>
  | 	</bean>
  | ...
  | </beans>
  | 
  | 



View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4267881#4267881

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4267881



More information about the jboss-user mailing list