[jboss-user] [Installation, Configuration & Deployment] - Solved
kevinstembridge
do-not-reply at jboss.com
Thu Sep 28 07:01:10 EDT 2006
The contents of the EntityMap attribute is expected to be in java.util.Properties format, so the whitespace in the key needs to be escaped. This is the complete service.xml file that works.
| <server>
| <mbean code="org.jboss.services.xml.JBossEntityResolverMgr" name="jboss.xml:service=JBossEntityResolverMgr">
| <attribute name="WarnOnNonFileURLs">true</attribute>
| <attribute name="EntityMap">
| -//SPRING//DTD\ BEAN//EN=org/springframework/beans/factory/xml/spring-beans.dtd
| </attribute>
| </mbean>
| </server>
|
Thanks to David Boeren from JBoss for finding the solution to this problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3974832#3974832
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3974832
More information about the jboss-user
mailing list