-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
10.1.0.Final
-
None
If the jboss-beans.xml file is big enough, the value of a property.may be truncated,
Fix for this problem:
In the org.jboss.as.pojo.KernelDeploymentParsingProcessor constructor, add this line of code:
inputFactory.setProperty("javax.xml.stream.isCoalescing", Boolean.valueOf(true));
It prevents the truncation.