-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: Transaction avec WebSphere
PostPosted: Fri Jun 17, 2005 3:22 am 
Newbie

Joined: Fri May 20, 2005 3:54 am
Posts: 15
Bonjour,

j'ai réussi à utiliser Hibernate sur un serveur Websphere et à créer un ejb qui se sert d'hibernate.
Il me reste malheureusement encore un problème de transaction avec la base de donnée.

Quelqu'un pourrait-il me montrer à quoi ressemble le hibernate.cfg.xml pour une utilisation sur WebSphere.

Pour le moment, j'ai ceci :



Code:
<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE hibernate-configuration
   PUBLIC "-//Hibernate/Hibernate Configuration DTD 2.0//EN"
   "http://hibernate.sourceforge.net/hibernate-configuration-2.0.dtd">
   
<hibernate-configuration>
   
   <session-factory>

      <property name="hibernate.connection.datasource">jdbc/Perso</property>
      <property name="hibernate.show_sql">true</property>
      <property name="hibernate.dialect">net.sf.hibernate.dialect.SQLServerDialect</property>

      <property name="hibernate.transaction.factory_class">net.sf.hibernate.transaction.JTATransactionFactory</property>
      <property name="hibernate.transaction.manager_lookup_class">net.sf.hibernate.transaction.WebSphereTransactionManagerLookup</property>

      <mapping resource="T_Agence.hbm.xml"/>
      <mapping resource="T_Groupe.hbm.xml"/>
      <mapping resource="T_Titulaire.hbm.xml"/>

   </session-factory>
   
</hibernate-configuration>


Merci de m'indiquer si ça semble correct ou non.

Une autre question.
Faut-il utiliser une source de données XA ou non ???

Merci.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 17, 2005 6:18 am 
Newbie

Joined: Fri May 20, 2005 3:54 am
Posts: 15
Lorsque j'utilise une transaction JTA, j'ai l'erreur suivante

Code:
net.sf.hibernate.transaction.JTATransaction Could not find UserTransaction in JNDI


Comment faire pour utiliser une transaction JTA sur un serveur Websphere ???


Merci.


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.