]
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: