[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1075) Ensure Session Beans with Incomplete 2.1 View Fail Deployment
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Tue Dec 4 20:01:51 EST 2007
[ http://jira.jboss.com/jira/browse/EJBTHREE-1075?page=comments#action_12390608 ]
Andrew Lee Rubinger commented on EJBTHREE-1075:
-----------------------------------------------
Not invalidated by EJBTHREE-1127; just redefined. Bean Provider does *not* need to explicitly-specify Remote interface if RemoteHome is provided; the return type can be inferred by the container by the return type of the RemoteHome's "create" method. Therefore, this issue is valid, but the container may discover the Remote interface via the RemoteHome at deployment time.
> Ensure Session Beans with Incomplete 2.1 View Fail Deployment
> -------------------------------------------------------------
>
> Key: EJBTHREE-1075
> URL: http://jira.jboss.com/jira/browse/EJBTHREE-1075
> Project: EJB 3.0
> Issue Type: Task
> Reporter: Andrew Lee Rubinger
> Assigned To: Andrew Lee Rubinger
> Fix For: AS 5.0.0.Beta3
>
>
> For an EJB 2.1 view to be realized, ensure both Home/LocalHome and Remote/Local interfaces are provided. If only one is, an exception should be thrown on deployment with descriptive error message to the bean provider.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list