"berkgypsy" wrote : more changes to make this 4.0.0 compatible, and now it's working, for those interested: | | | | <server> | | <mbean code="org.jboss.hibernate.jmx.Hibernate" name="jboss.har:service=Hibernate"> | | <depends>jboss.jca:service=LocalTxCM,name=TxOracleDS</depends> | | | | <attribute name="SessionFactoryName">java:/HibernateFactory</attribute> | | <attribute name="DatasourceName">java:/TxOracleDS</attribute> | | <attribute name="Dialect">net.sf.hibernate.dialect.Oracle9Dialect</attribute> | | <attribute name="CacheProviderClass">net.sf.hibernate.cache.HashtableCacheProvider</attribute> | | <attribute name="Hbm2ddlAuto">update</attribute> | | </mbean> | | | | </server> | | | |
Hi, i'm at the stage you were at when wrtting this article and well and truely stuck. My structure thus far is: hibernate.har inside the .har file I have two folders 1. meta-inf - containing hibernate-service.xml 2. test - containing my *.Class and *.hbm.xml files (Is this correct ?) Do i have to call the test folder test.war or some such name? In what file do i specify my mapresources? is it the hibernate-service.xml file itself? If so how do I specify the files. I have scaned the available resources on this issue but the solutions are for different incarnations of jboss which have all have different implentations, and thus don't work. I am currently running JBoss 3.2.6 many thanks for your help and time Andrew View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3852271#3852271 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3852271 ------------------------------------------------------- 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
