[jboss-dev-forums] [Design of JBossXB] - Re: SchemaBindingResolver.resolve based on ns to class

scott.stark@jboss.org do-not-reply at jboss.com
Wed Oct 10 19:09:58 EDT 2007


That is what I added. 


  |    <bean name="WarSchemaResolverConfig"
  |      class="org.jboss.xb.binding.sunday.unmarshalling.SchemaResolverConfig">
  |       <!-- schemaLocation to JBossXBuilder binding classes -->
  |       <property name="bindingClassesByLocations">
  |          <map keyClass="java.lang.String" valueClass="java.lang.String">
  |          <entry>
  |             <key>http://java.sun.com/dtd/web-app_2_3.dtd</key>
  |             <value>org.jboss.metadata.web.spec.Web23MetaData</value>
  |          </entry>
  |          </map>
  |       </property>
  |    </bean>
  | 


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4093774#4093774

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4093774



More information about the jboss-dev-forums mailing list