It should be possible, but we don't have the process documented. There's a class called ENCConfigBuilder that resolves (among other things) local EJB references, and you should be able to use similar code to look up a local EJB from your custom service. Unfortunately, the code in question is pretty complex IIRC, so it may be hard to figure out exactly what it's doing without a bit of debugging, but once you've got it your service can probably use a more straightforward procedure to construct the EJB references you need.
Thanks, Aaron On 5/25/06, Alex Andrushchak <[EMAIL PROTECTED]> wrote:
Hello! I have custom geronimo service that should interaction with enterprise application deployed to geronimo. I like this service will be client for this enterprise application. Is it possible? If yes is it possible to use local interfaces in client code instead of remote interfaces? Best regards, Alex Andrushchak
