What's odd here is that "persistence" is defined:
anonymous wrote : @XmlRootElement(name="persistence",
namespace=PersistenceMetaDataConstants.PERSISTENCE_NS)
| @JBossXmlSchema(namespace=PersistenceMetaDataConstants.PERSISTENCE_NS,
elementFormDefault= XmlNsForm.QUALIFIED)
| @XmlType(
| name="persistenceType",
| namespace=PersistenceMetaDataConstants.PERSISTENCE_NS,
| propOrder={"persistenceUnits"}
| )
| public class PersistenceMetaData extends JBossObject implements Serializable
And PersistenceMetaData is configured in metadata-deployers-beans.xml.
S,
ALR
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4157212#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...