maybe I missed something, you don't need to bring openejb from tomee. Only in a remote client which is not in tomee (main standalone for instance). Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau
2014-04-08 11:33 GMT+02:00 ttran <[email protected]>: > Hi, > > Yes, i've tried all: > > PersonneFacadeRemote pfl = (PersonneFacadeRemote) > ic.lookup("java:global/Ejb3/PersonneFacadeImpl!com.training.domain.ejb.facade.PersonneFacadeRemote"); > then > PersonneFacadeRemote pfl = (PersonneFacadeRemote) > ic.lookup("java:PersonneFacadeRemote"); > then > PersonneFacadeRemote pfl = (PersonneFacadeRemote) > ic.lookup("PersonneFacadeRemote"); > > nothing works. But I don't really understand why do i need openejb when > using Ejb3 and Tomee ? Tomee does not already have a ejb container ? > > thks > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/Problem-to-create-initialContext-tp4668512p4668644.html > Sent from the OpenEJB Dev mailing list archive at Nabble.com.
