[
https://jira.jboss.org/jira/browse/ISPN-154?page=com.atlassian.jira.plugi...
]
Vladimir Blagojevic resolved ISPN-154.
--------------------------------------
Resolution: Done
Resolved. Validation is by default turned on. It can be turned off by passing
-D"infinispan.config.validate"=false JVM parameter
DefaultCacheManager should validate XML configurations by default
-----------------------------------------------------------------
Key: ISPN-154
URL:
https://jira.jboss.org/jira/browse/ISPN-154
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 4.0.0.ALPHA6
Reporter: Galder Zamarreno
Assignee: Vladimir Blagojevic
Fix For: 4.0.0.BETA1
DefaultCacheManager(InputStream configurationStream, boolean start) should by default be
creating an infinispan configuration passing an xsd schema so that configuration
validation occurrs:
public DefaultCacheManager(InputStream configurationStream, boolean start) throws
IOException {
try {
initialize(InfinispanConfiguration.newInfinispanConfiguration(configurationStream));
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira