techies
Finally I have solved this problem. The bean class was having a private method which was
causing this exception. I had to change it to public. I always suspected problem with
ejb-jar.xml or jboss.xml but changing the access modifier of this method to public from
private did the real magic. ;-)
Thanks
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4172555#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...