users@glassfish.java.net

Problem with RMI - EJB Remote invocation with Embedded EJBContainer

From: emiddio-frontier <emiddio_at_frontier.com>
Date: Sun, 15 May 2011 16:54:15 -0700

i have test EJB with no-interface, local interface, and remote interface views.

when deployed to embedded EJBContainer i can only get the local, and no interface views to work;

when deployed to a glassfish v301 non-embedded instance -- i can via application client
invoke the remote EJB interface successfully.

I get a classcast/naming exception in some portable to remote narrow method layer.

I thought @Remote was allowed for EJB Embedded Container usage ???

thanks

gary