[infinispan-issues] [JBoss JIRA] Created: (ISPN-1148) java.util.MissingFormatArgumentException in org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport

Jeff Ramsdale (JIRA) jira-events at lists.jboss.org
Fri Jun 3 19:37:59 EDT 2011


java.util.MissingFormatArgumentException in org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport
--------------------------------------------------------------------------------------------------------

                 Key: ISPN-1148
                 URL: https://issues.jboss.org/browse/ISPN-1148
             Project: Infinispan
          Issue Type: Bug
    Affects Versions: 5.0.0.CR4
            Reporter: Jeff Ramsdale
            Assignee: Manik Surtani
            Priority: Blocker


RemoteCacheManager.getCache() fails due to typo in org.infinispan.client.hotrod.impl.transport.tcp.TcpTransport.

Line 82 of TcpTransport contains:
         String message = String.format("Could not connect to server: %s" + serverAddress);
but should be:
         String message = String.format("Could not connect to server: %s", serverAddress);


--
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