Thanks,
I thought that if they are both on the same Tomee (same JVM) that @Local
was sufficient and that @Remote was only needed if you deploy your
application on another application server.
I had to change the initialisation of the InitialContext. I use the
'Remote Client with HTTP (in TomEE)' from the
http://openejb.apache.org/clients.html page and it now works.
Regards,
Marco
Op 26-06-12 00:32, Romain Manni-Bucau schreef:
add @Remote on II18nTekst
and use I18nTekstManagerRemote jndi name
- Romain