[jboss-jira] [JBoss JIRA] Closed: (JBREM-64) Need MarshalFactory to produce new instance per get request
David Lloyd (JIRA)
jira-events at lists.jboss.org
Wed Sep 26 05:31:02 EDT 2007
[ http://jira.jboss.com/jira/browse/JBREM-64?page=all ]
David Lloyd closed JBREM-64.
----------------------------
> Need MarshalFactory to produce new instance per get request
> -----------------------------------------------------------
>
> Key: JBREM-64
> URL: http://jira.jboss.com/jira/browse/JBREM-64
> Project: JBoss Remoting
> Issue Type: Bug
> Components: marshall
> Affects Versions: 1.0.1 final
> Reporter: Tom Elrod
> Assigned To: Tom Elrod
> Fix For: 1.2.0 final
>
>
> Currently the MarshalFactory will keep the instance of the Marshaller/UnMarshaller and hand that same instance out per get request. Therefore, each instance is being used by all the invokers that make the same request. This is a potential problem because the invokers could be setting their custom classloader that they want to use on this instance that is being shared. The result is that invoker A could be using unmarshaller's classloader from invoker B at some point.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list