From: <ale...@jb...> - 2005-04-28 12:55:22
|
"ad...@jb..." wrote : 2) Even though I've told it the schema with the schema binding (including the real local | location) this has no affect on the entity resolver: | | | 4625 WARN [EntityResolver] Entity is not registered, publicId=null systemId=file:/home/ejort/jboss-head/workspace/kernel/src/resources/xml-test/org/jboss/test/kern | | el/xml/test/pojo-deployer_1_0.xsd | | This is logged by the | package org.jboss.util.xml; | public class JBossEntityResolver implements EntityResolver | { | private static final Logger log = Logger.getLogger(EntityResolver.class); | From getLocalEntityName method. Since this schema is not registered there yet. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875760#3875760 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875760 |