-
Bug
-
Resolution: Cannot Reproduce
-
Major
-
3.0.0.Alpha1
-
None
-
None
The following configuration causes an out of memory exception:
{"name" : "sample", "jndiName" : "modeshape_repo1"}
The following test can be used to reproduce in RepositoryConfigurationTest:
@Test public void shouldAllowValidRepo() { assertValid("{ \"name\" : \"sample\", \"jndiName\" : \"modeshape_repo1\"}"); }