Look at value attribute of @Out and @In annotations. It lets you specify name of the
component. So you can do something like this:
| @Out(value="charge1")
| private Charge chargeItem1;
|
| @Out(value="charge2")
| private Charge chargeItem2;
|
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3972908#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...