[jboss-dev-forums] [Design of EJB 3.0] - Re: trunk Ejb3Deployment is incompatible with jbossas trunk

scott.stark@jboss.org do-not-reply at jboss.com
Tue Jun 10 08:09:35 EDT 2008


deployers/metadata-deployer-beans.xml has mappings from uri locations to the metadata class in the SchemaResolverConfig bean:


  |       <!-- schemaLocation to JBossXBuilder binding classes -->
  |       <property name="bindingClassesByLocations">
  |          <map keyClass="java.lang.String" valueClass="java.lang.String">
  |             <!-- EarMetaData -->
  |             <entry>
  |                <key>application</key>
  |                <value>org.jboss.metadata.ear.spec.Ear13DTDMetaData</value>
  |             </entry>
  |             <entry>
  |                <key>application_1_2.dtd</key>
  |                <value>org.jboss.metadata.ear.spec.Ear13DTDMetaData</value>
  |             </entry>
  | 
  | 

A new set of entrys for the persistence.xml schemaLocation uri xsd need to be added and mapped to the new PersistenceMetaData.


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

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



More information about the jboss-dev-forums mailing list