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