oh yes - thank you I was already in doubt about my english ;-)

what you say is exactly what I tried to express and I have already tested this 
approach in the very beginning - but this is not working !


  |         ...
  | 
  |         @In(value="myBean", required=false)
  |     protected MyBean myBean;
  | 
  |         /**
  |          * begin conversation
  |          **/
  |         @Begin
  |         @Factory("myBean")
  |         public void init() {
  |                 myBean = Component.newInstance("myBean");
  |             myBean.setTheValueThatShouldBeSeenInTheForm("Hello World");
  |     }
  |          ....
  | 

ends in a recursive endless exception ! So you are also of the opinion that 
this should work ? Then this seams to be a bug ---> see my second entry at 
13:07 there is a long exception !!!

Please confirm I was already in doubt if I really undestand what's happening 
... I will try to check my code to investigate under what circumstances this 
error happens ...

thx




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

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


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to