You should copy your business interfaces to the global class loader on top of your ear
class loader. Let's say that you have
@Remote
MyInterfate{}
@Stateless
MyBean implements MyInterface{
}
So you should place MyBean in your ear, but MyInterface should be located outside ear,
directly in your deploy directory.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4194881#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...