It shouldn't but I guess the test is easy for you ;) Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau
2014-02-13 16:19 GMT+01:00 Olivier Paquet <[email protected]>: > 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.
