I have found the condition to make it happen - when I have @Remote on both 
interface and class (bad EJB):

@Remote
public interface CounterRemote extends Counter { }

and 

@Stateful
@Remote(CounterBean.class)
public class CounterBean implements CounterRemote { }

When this is deployed and undeployed, it remains somehow "half-deployed", and 
can't be un-half-deployed  nor (re)deployed.

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

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

Reply via email to