[infinispan-issues] [JBoss JIRA] (ISPN-3535) ConfigurationBuilder.withProperties adds empty address when SERVER_LIST not defined
Radim Vansa (JIRA)
jira-events at lists.jboss.org
Fri Sep 20 08:15:03 EDT 2013
Radim Vansa created ISPN-3535:
---------------------------------
Summary: ConfigurationBuilder.withProperties adds empty address when SERVER_LIST not defined
Key: ISPN-3535
URL: https://issues.jboss.org/browse/ISPN-3535
Project: Infinispan
Issue Type: Bug
Components: Remote protocols
Affects Versions: 6.0.0.Beta1
Reporter: Radim Vansa
Assignee: Galder Zamarreño
Priority: Minor
ConfigurationBuilder.withProperties uses getProperty(SERVER_LIST, "") with the default empty string and passes that to addServers. This one adds one server with empty address (=localhost) and default port.
Because of that, it's not possible to use withProperties and setting the servers in proper way. However, IPv6 addresses cannot be parsed in addServers.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list