[ https://issues.jboss.org/browse/ISPN-5448?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration commented on ISPN-5448:
-----------------------------------------------
Tristan Tarrant <ttarrant(a)redhat.com> changed the Status of [bug 1219448|https://bugzilla.redhat.com/show_bug.cgi?id=1219448] from NEW to ASSIGNED
> NPE when configuring both SSL and authentication in the same fluid configuration API for HotRod
> -----------------------------------------------------------------------------------------------
>
> Key: ISPN-5448
> URL: https://issues.jboss.org/browse/ISPN-5448
> Project: Infinispan
> Issue Type: Bug
> Components: Configuration, Remote Protocols
> Affects Versions: 7.2.1.Final
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Fix For: 7.2.2.Final, 8.0.0.Final
>
>
> ConfigurationBuilder config = new ConfigurationBuilder();
> config
> .security()
> .authentication()
> .ssl()
> .enable();
> breaks with a NullPointerException
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Tristan Tarrant created ISPN-5448:
-------------------------------------
Summary: NPE when configuring both SSL and authentication in the same fluid configuration API for HotRod
Key: ISPN-5448
URL: https://issues.jboss.org/browse/ISPN-5448
Project: Infinispan
Issue Type: Bug
Components: Configuration, Remote Protocols
Affects Versions: 7.2.1.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 7.2.2.Final, 8.0.0.Final
ConfigurationBuilder config = new ConfigurationBuilder();
config
.security()
.authentication()
.ssl()
.enable();
breaks with a NullPointerException
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
Tristan Tarrant created ISPN-5447:
-------------------------------------
Summary: Spring testsuite relies on online schemas
Key: ISPN-5447
URL: https://issues.jboss.org/browse/ISPN-5447
Project: Infinispan
Issue Type: Bug
Components: Spring Integration
Affects Versions: 7.2.1.Final
Reporter: Tristan Tarrant
Assignee: Sebastian Łaskawiec
Running the spring testsuite fails when it cannot find the schema online (http://www.infinispan.org/schemas/infinispan-spring.xsd)
This should be changed so that it doesn't require an internet connection
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)