[infinispan-issues] [JBoss JIRA] Created: (ISPN-851) Locate Marshaller implementation using helper methods

Galder Zamarreño (JIRA) jira-events at lists.jboss.org
Mon Jan 3 04:28:18 EST 2011


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: 5.0.0.ALPHA1, 4.2.0.Final
            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: http://www.atlassian.com/software/jira

       



More information about the infinispan-issues mailing list