Hi,

Ok currently we use our stateful bean in this way:

@Stateful
public myFul {
...
      @Remove
      method();
...
}

caller code:

myFul = context.lookup(...)

myFul .method();

So we use a NoView bean (no interface) because ee 6 provided this new
feature.

Do you think it makes a difference using an interface or using no interface?

Regards





--
View this message in context: 
http://openejb.979440.n4.nabble.com/Stateful-EJB-not-removed-after-Remove-annontation-tp4667763p4667767.html
Sent from the OpenEJB User mailing list archive at Nabble.com.

Reply via email to