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

ProxyFactory's not using Util.rebind

    XMLWordPrintable

Details

    • Patch
    • Resolution: Done
    • Minor
    • Preview 3
    • Preview 3
    • None
    • None

    Description

      in start() method of both BaseStatefulProxyFactory and BaseStatelessProxyFactory (on line 45 in both),

      ctx.rebind(jndiName, createProxy())

      should be

      Util.rebind(ctx, jndiName, createProxy())

      Also, in stop() methods

      ctx.unbind should probably be Util.unbind

      Attachments

        Activity

          People

            patriot1burke@gmail.com Bill Burke (Inactive)
            rorydouglas_jira Rory Douglas (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Time Tracking

                Estimated:
                Original Estimate - 2 minutes
                2m
                Remaining:
                Remaining Estimate - 2 minutes
                2m
                Logged:
                Time Spent - Not Specified
                Not Specified