Try this:
Object obj = CMSService.getCommandFactory();
System.out.println(""cmd factory is a " + obj.getClass());
Then you will know what to cast it to. Or we can discuss why the object rerturned by
getCommandFactory is what it is.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3971953#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...