[jboss-user] [EJB 3.0] - Re: Stateful EJB hanging in JNDI namespace - JBAS bug?

ozizka@redhat.com do-not-reply at jboss.com
Mon Jun 22 19:32:21 EDT 2009


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



More information about the jboss-user mailing list