Uploaded image for project: 'OpenWebBeans'
  1. OpenWebBeans
  2. OWB-594

create a configurable mapping Scope->ProxyMethodHandlerImplementation

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.1.0
    • 1.1.1
    • None

    Description

      I like to introduce a configurable mapping between Scopes and a Proxy MethodHandler which should get used.
      This is needed for Geronimo and TomEE integration and might as well get used to speed up external 3rd party scopes too.

      Just extend the openwebbeans.properties with something like:

      org.apache.webbeans.proxy.implementation.javax.enterprise.context.ApplicationScoped=org.apache.webbeans.intercept.ApplicationScopedBeanIntereptorHandler
      org.apache.webbeans.proxy.implementation.javax.enterprise.context.SessionScoped=org.apache.webbeans.intercept.SessionScopedBeanIntereptorHandler
      org.apache.webbeans.proxy.implementation.javax.enterprise.context.RequestScoped=org.apache.webbeans.intercept.RequestScopedBeanIntereptorHandler
      org.apache.webbeans.proxy.implementation.org.apache.myfaces.codi.scope.WindowScoped=org.apache.webbeans.intercept.RequestScopedBeanIntereptorHandlerptorHandler

      Attachments

        Activity

          People

            struberg Mark Struberg
            struberg Mark Struberg
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: