[infinispan-issues] [JBoss JIRA] Updated: (ISPN-851) Locate Marshaller implementation using helper methods
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Jan 10 12:37:51 EST 2011
[ https://issues.jboss.org/browse/ISPN-851?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-851:
----------------------------------
Fix Version/s: 5.0.0.ALPHA2
(was: 5.0.0.BETA1)
> 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.ALPHA2, 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