[jboss-jira] [JBoss JIRA] Resolved: (EJBTHREE-1454) Encapsulate Container infomation in TO/VO
jaikiran pai (JIRA)
jira-events at lists.jboss.org
Thu Dec 16 05:38:18 EST 2010
[ https://issues.jboss.org/browse/EJBTHREE-1454?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
jaikiran pai resolved EJBTHREE-1454.
------------------------------------
Resolution: Deferred
> Encapsulate Container infomation in TO/VO
> -----------------------------------------
>
> Key: EJBTHREE-1454
> URL: https://issues.jboss.org/browse/EJBTHREE-1454
> Project: EJB 3.0
> Issue Type: Task
> Components: proxy
> Reporter: Andrew Rubinger
> Assignee: jaikiran pai
> Attachments: EJBTHREE-1454 with review comments incorporated.patch, EJBTHREE-1454.patch
>
> Original Estimate: 0 minutes
> Remaining Estimate: 0 minutes
>
> Take for instance:
> public StatefulSessionProxyFactoryBase(final String name, final String containerName, final String containerGuid,
> final JBossSessionBeanMetaData metadata, final ClassLoader classloader, final Advisor advisor)
> Where containerName, containerGuid, metadata, CL, and Advisor are all properties of the target container.
> This makes for a cluttered API, and affects constructors of Proxy Factories, Handlers, and the JNDI Registrars. Clean it up.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list