I would like to inject an ejb running on one instance of AS6.1 into an ejb running on a separate instance of AS6.1. Is it possible to use dependency injection of ejbs across servers of the same version or are you limited to jndi lookups? Found a few dated answers, but didn't see a definitive yes or no.
Thanks,
Howard
No, there is no way of simply injecting ejbs across different servers - if they don't form a cluster.