[weld-issues] [JBoss JIRA] Created: (WELD-566) SPI needs proxy services to support serialization/deserialization of proxies

David Allen (JIRA) jira-events at lists.jboss.org
Wed Jul 21 13:47:52 EDT 2010


SPI needs proxy services to support serialization/deserialization of proxies
----------------------------------------------------------------------------

                 Key: WELD-566
                 URL: https://jira.jboss.org/browse/WELD-566
             Project: Weld
          Issue Type: Feature Request
          Components: Weld SPI
    Affects Versions: 1.0.1.Final
            Reporter: David Allen
            Assignee: David Allen


A set of services are needed to allow containers to specify class loaders to use for proxy class generation and to load classes using the correct class loader during deserialization operations.

The interface for these services is org.jboss.weld.serialization.spi.ProxyServices.

A default implementation is provided that is currently suitable for JBoss AS and may work for some other containers as well.  This implementation is org.jboss.weld.bean.proxy.util.SimpleProxyServices.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the weld-issues mailing list