here are the files that i have: hibernate-service.xml
| <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE server> | | <server> | <!-- | Forces the deployement of HARDeployer | Defines the HAR (Hibernate ARchive) deployer service. See the javadocs for | org.jboss.hibernate.har.HARDeployer for more info. | --> | | <mbean code="org.jboss.hibernate.har.HARDeployer" name="jboss.har:service=HARDeployer"> | <attribute name="ValidateDTDs">false</attribute> | </mbean> | | </server> | jboss-service.xml | <?xml version="1.0" encoding="UTF-8"?> | <!DOCTYPE server> | | <!-- Generated file - Do not edit! --> | | <server> | <mbean code="org.jboss.hibernate.jmx.Hibernate" name="jboss.har:service=Hibernate"> | <depends>jboss.har:service=HARDeployer</depends> | <depends>jboss.jca:service=LocalTxCM,name=SigoDS</depends> | <attribute name="DatasourceName">java:/SigoDS</attribute> | <attribute name="SessionFactoryName">java:/hibernate/SessionFactory</attribute> | <attribute name="Dialect">org.hibernate.dialect.SQLServerDialect</attribute> | <attribute name="CacheProviderClass">org.hibernate.cache.HashtableCacheProvider</attribute> | <attribute name="ShowSqlEnabled">true</attribute> | </mbean> | </server> | This files are in the META-INF directory of my hibernate-service.har. If i need to put more files in here, please tell me. Thanks, Pedro View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3923907#3923907 Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3923907 ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ JBoss-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-user
