]
Galder Zamarreño updated ISPN-851:
----------------------------------
JBoss Forum Reference:
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: 5.0.0.BETA1
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: