Trying to get hibernate working with jboss4.0.0. I've got a hibernate .har which is pretty much empty except for the META-INF/hibernate-service.xml file
| | <server> | <mbean code="net.sf.hibernate.jmx.HibernateService" name="jboss.jca:service=Hibernate"> | <depends>jboss.jca:service=LocalTxCM,name=TxOracleDS</depends> | <attribute name="MapResources"> | <!--some files--> | </attribute> | <attribute name="JndiName">java:/HibernateFactory</attribute> | <attribute name="Datasource">java:/TxOracleDS</attribute> | <attribute name="Dialect">net.sf.hibernate.dialect.Oracle9Dialect</attribute> | <!--<attribute name="UseOuterJoin">true</attribute>--> | <attribute name="ShowSql">true</attribute> | <attribute name="UserTransactionName">UserTransaction</attribute> | <attribute name="TransactionStrategy">net.sf.hibernate.transaction.JTATransactionFactory</attribute> | <attribute name="TransactionManagerLookupStrategy">net.sf.hibernate.transaction.JBossTransactionManagerLookup</attribute> | </mbean> | </server> | | This fails to deploy due to: deployer: [EMAIL PROTECTED] status: Deployment FAILED reason: Failed to set HarUrl attribute: not found: HarUrl; - nested throwable: (javax.management.AttributeNotFoundException: not found: HarUrl) OK, so I tried adding a HarUrl attribute but got a different error. I can't find any documentation about this attribute. What is it? Thanks! View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3851030#3851030 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3851030 ------------------------------------------------------- This SF.net email is sponsored by: IT Product Guide on ITManagersJournal Use IT products in your business? Tell us what you think of them. Give us Your Opinions, Get Free ThinkGeek Gift Certificates! Click to find out more http://productguide.itmanagersjournal.com/guidepromo.tmpl _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user