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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...