Hi!

Is it somehow possible to use JavaBeans as properties and configure them via 
components.xml.

Like this:

  | public class MyClass
  | {
  |   private MyJavaBean bean;
  |   ...
  |   public void setBean(MyJavaBean bean) {..}
  | }
  | 

and this:

  |   <component name="xxx" class="MyClass">
  |     <property name="bean">
  |        <bean>
  |           <property name="beanProp1">beanPropVal1</property>
  |           ...
  |        </bean>
  |     </property>
  |   </component>
  | 

And if yes .. how do you do that with Collections of Beans?

Thomas

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

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4096028
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to