In addition, I use POJOs :

@Name("bean1")
  | @Scope(ScopeType.CONVERSATION)
  | public class Bean1...

@Name("bean2")
  | @Scope(ScopeType.CONVERSATION)
  | public class Bean2 {
  |  @In
  |  private Bean1 bean1; 

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

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

Reply via email to