create a configurable mapping Scope->ProxyMethodHandlerImplementation
---------------------------------------------------------------------

                 Key: OWB-594
                 URL: https://issues.apache.org/jira/browse/OWB-594
             Project: OpenWebBeans
          Issue Type: Improvement
          Components: Interceptor and Decorators
    Affects Versions: 1.1.0
            Reporter: Mark Struberg
            Assignee: Mark Struberg
             Fix For: 1.1.1


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





--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to