From: <ale...@jb...> - 2005-04-28 12:43:55
|
I just tried commenting out schema location in testGenericBeanFactory.xml | <!-- | <deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="urn:jboss:xml-deployer xml-deployer_1_0.xsd" | xmlns="urn:jboss:xml-deployer"> | --> | <deployment xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xmlns="urn:jboss:xml-deployer"> | It worked fine. Warnings like this | WARN [AttributesHandler] Attribute is not bound: element owner {urn:jboss:xml-deployer}deployment, attribute {http://www.w3.org/2001/XMLSchema-instance}schemaLocation | can be ignored. In fact, there is a property that doesn't include schema instance attributes into Attributes object. Setting it will remove these warnings. I don't understand why NULL is returned. Passing SchemaBinding with handlers should do the job. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3875758#3875758 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3875758 |