Uploaded image for project: 'EJB 3.0'
  1. EJB 3.0
  2. EJBTHREE-1545

@RemoteBinding can clash w/ Default Remote Binding

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • Unscheduled
    • None
    • proxy
    • None

    Description

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

      Attachments

        Issue Links

          Activity

            People

              arubinge@redhat.com Andrew Rubinger (Inactive)
              arubinge@redhat.com Andrew Rubinger (Inactive)
              Votes:
              3 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated: