Closed
Description
Elyes Gherib opened DATAMONGO-1490 and commented
The XSD file for the Spring Data MongoDB project specifies that the value of the "ssl" attribute for the mongo:options tag should be a boolean.
A direct consequence of this is that this property cannot be read from a property file. It needs t be hard-coded into the Spring XML configuration file and thus it cannot be given different values for different environments (DEV, PROD, ...)
Affects: 1.8.4 (Gosling SR4), 1.9.2 (Hopper SR2), 1.10 M1 (Ingalls)
Issue Links:
- DATAMONGO-1018 In spring-data-mongodb, the XSD should specifiy 'ssl' as a string
("supersedes")
Referenced from: pull request #389