[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-1545) @RemoteBinding can clash w/ Default Remote Binding

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Mon Jan 19 04:55:14 EST 2009


     [ https://jira.jboss.org/jira/browse/EJBTHREE-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew Lee Rubinger updated EJBTHREE-1545:
------------------------------------------

    Fix Version/s: 1.0.0-CR2
                       (was: 1.0.0-CR1)


> @RemoteBinding can clash w/ Default Remote Binding
> --------------------------------------------------
>
>                 Key: EJBTHREE-1545
>                 URL: https://jira.jboss.org/jira/browse/EJBTHREE-1545
>             Project: EJB 3.0
>          Issue Type: Bug
>          Components: proxy
>            Reporter: Andrew Lee Rubinger
>            Assignee: Andrew Lee Rubinger
>             Fix For: 1.0.0-CR2
>
>
> @Stateless(name="MyBean")
> @Remote(MyRemote.class)
> @RemoteBinding(jndiBinding="MyBean")
> class MyBean{...}	
> ...produces:
> /MyBean - Explicit from @RemoteBinding
> /MyBean/remote - Default Remote Business Interface Proxy Binding	
> ...and results in CCE.
> Propose not applying default remote business interface binding if at least 1 @RemoteBinding is specified.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list