Overriding metadata through XML, which file should the following contents be put?
| <entity-mappings | xmlns="http://java.sun.com/xml/ns/persistence/orm" | xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | xsi:schemaLocation="http://java.sun.com/xml/ns/persistence/orm orm_1_0.xsd" | version="1.0"> | | <persistence-unit-metadata> | <xml-mapping-metadata-complete/> | <persistence-unit-defaults> | <schema>myschema</schema> | <catalog>mycatalog</catalog> | <cascade-persist/> | </persistence-unit-defaults> | </persistence-unit-metadata> View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4136521#4136521 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4136521 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
