[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-851) Locate Marshaller implementation using helper methods
Sanne Grinovero (JIRA)
jira-events at lists.jboss.org
Wed Jan 5 09:28:22 EST 2011
[ https://issues.jboss.org/browse/ISPN-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Sanne Grinovero resolved ISPN-851.
----------------------------------
Resolution: Done
> Locate Marshaller implementation using helper methods
> -----------------------------------------------------
>
> Key: ISPN-851
> URL: https://issues.jboss.org/browse/ISPN-851
> Project: Infinispan
> Issue Type: Task
> Components: Marshalling
> Affects Versions: 4.2.0.Final, 5.0.0.ALPHA1
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Fix For: 4.2.1.Final, 5.0.0.BETA1, 5.0.0.Final
>
>
> Use:
> Marshaller.getMarshallerFactory("river");
> Instead of:
> (MarshallerFactory)
> Thread.currentThread().getContextClassLoader().loadClass("org.jboss.marshalling.river.RiverMarshallerFactory").newInstance();
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list