Hi Geeks

I ran into a problem and looking for quick anwser because
I am in a discussion on another mailing-list.

I have a Home-interface with this create() method:
- public A create() throw CreateException;

Now I have this Remote-interface:
- public interface B extends A {}

In the ejb-jar.xml interface B is the declared Remote-
interface.But the JBoss verifier is complaining that the
Home-interface has to return "B" in its create method
and I get some exception thrown.
I heard that this scenario is allowed by the EJB spec.

xxxxxxxxxxxxxxxxx
Andreas Schaefer
Senior Consultant
JBoss Group, LLC
xxxxxxxxxxxxxxxxx



_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to