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

Andrew Lee Rubinger (JIRA) jira-events at lists.jboss.org
Fri Oct 24 03:13:20 EDT 2008


@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-CR1


@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