users@glassfish.java.net

Re: Glassfish embedded specification violation...I think...

From: Marina Vatkina <marina.vatkina_at_oracle.com>
Date: Mon, 31 Jan 2011 20:44:08 -0800

This is a regression... I have a devtest that is not part of the suit,
but was passing before when executed manually. Now it fails with the
same error.

-marina

Laird Nelson wrote:
> I sincerely hope this is my error and not Glassfish's.
>
> http://java.net/jira/browse/GLASSFISH-15775
>
> Briefly, it seems that Glassfish embedded requires remote business
> interfaces to extend java.rmi.Remote, even though that is not a
> requirement of remote business interfaces (as spelled out in EJB 3.1
> section 4.9.7):
>
> "If the business interface is a remote business interface, the
> argument and return values must be of valid types for RMI/IIOP. The
> remote business interface is not required or expected to be a
> java.rmi.Remote interface."
>
> I hope that I'm doing something wrong.
>
> Thanks,
> Laird