I get the following error when I try to start jboss server 3.2.3. after this message 
the server starts normally.
-------------------------------------------------------------------
[ObjectName: jboss.jca:service=HibernateFactory, name=HibernateFactory
  |  state: CONFIGURED
  |  I Depend On:  jboss.jca:service=RARDeployer
  |  jboss.jca:service=LocalTxCM, name=MySqlDS
  | 
  |  Depends On Me: ]
  |         at 
org.jboss.deployment.MainDeployer.checkIncompleteDeployments(MainDeployer.java:1135)
  |         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:608)
  |         at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:589)
  |         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  |         at 
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  |         at 
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  |         at java.lang.reflect.Method.invoke(Method.java:324)
  |         at 
org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:2
  | )
  |         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:546)
  |         at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:177)
  |         at $Proxy5.deploy(Unknown Source)
  |         at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:384)
  |         at org.jboss.system.server.ServerImpl.start(ServerImpl.java:291)
  |         at org.jboss.Main.boot(Main.java:150)
  |         at org.jboss.Main$1.run(Main.java:395)
  |         at java.lang.Thread.run(Thread.java:534)
-------------------------------------------------------------------------


 In the jboss-service.xml file which is present in the conf directory of my deault 
folder I have the following 
---------------------------------------------------------------
<!-- 
  |  <mbean code="net.sf.hibernate.jmx.HibernateService"
  |        name="jboss.jca:service=HibernateFactory, name=HibernateFactory">
  |        <depends>jboss.jca:service=RARDeployer</depends>
  |        <depends>jboss.jca:service=LocalTxCM, name=MySqlDS</depends>
  |        <attribute name="MapResources">
  |               mappings/Address.hbm.xml,
  |               mappings/Contact.hbm.xml
  |       </attribute>
  |       <attribute name="JndiName">
  |         java:/hibernate/HibernateFactory
  |       </attribute>
  |       <attribute name="Datasource">
  |         MySqlDS
  |        </attribute>
  |        <attribute name="Dialect">
  |          net.sf.hibernate.dialect.MySQLDialect
  |        </attribute>
  |        <attribute name="TransactionStrategy">
  |           net.sf.hibernate.transaction.JTATransactionFactory
  |         </attribute>
  |         <attribute name="TransactionManagerLookupStrategy">
  |            net.sf.hibernate.transaction.JBossTransactionManagerLookup
  |          </attribute>
  |          <attribute name="UserTransactionName">
  |             java:/UserTransaction
  |          </attribute>
  |      </mbean> -->
---------------------------------------------------------------

Thanks
aditya

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3842292#3842292

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3842292


-------------------------------------------------------
This SF.Net email is sponsored by BEA Weblogic Workshop
FREE Java Enterprise J2EE developer tools!
Get your free copy of BEA WebLogic Workshop 8.1 today.
http://ads.osdn.com/?ad_id=4721&alloc_id=10040&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to