Uploaded image for project: 'Application Server 7'
  1. Application Server 7
  2. AS7-4879

Objects implementing javax.naming.Referenceable are not bound to jndi correctly

    XMLWordPrintable

Details

    Description

      Normally when those object are to be bound to the jndi its getReference() method is called and this reference is then bound. When looking up this reference from a remote client it is resolved and instantiated with the ObjectFactory class stored in this Reference object. All this corrently does not work (the invocation of getReference() and the instantiation of the object).

      One little workaround is only to bind the Reference object directly, i.e. create the Referenceable object, call the getReference() and bind this reference to the jndi. But the instantiation only works with local clients (inside jboss jvm), not with remote clients.

      Attachments

        Activity

          People

            johnbailey_jira John Bailey (Inactive)
            Michael_Gronau Michael Gronau (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: