I use 

  | Component.getInstance("course");
  | 

Im not quite sure how the factory method works in your case... but you could 
always get courseManager...


  | CourseManager cm = (CourseManager) Component.getInstance("courseManager"); 

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

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

Reply via email to