[jboss-jira] [JBoss JIRA] Commented: (EJBTHREE-1545) @RemoteBinding can clash w/ Default Remote Binding
Andrew Lee Rubinger (JIRA)
jira-events at lists.jboss.org
Fri Nov 21 02:34:36 EST 2008
[ https://jira.jboss.org/jira/browse/EJBTHREE-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12439237#action_12439237 ]
Andrew Lee Rubinger commented on EJBTHREE-1545:
-----------------------------------------------
It's not just the default remote business interface that's the problem; it's the whole namespace. So the only way out is if there's a collision, change the base namespace.
A similar thing is done in JBMETA-83/JBMETA-86 when the collision is at the EAR level.
> @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