-->
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.  [ 6 posts ] 
Author Message
 Post subject: Connexion hibernate avec oracle sous eclipse Galileo
PostPosted: Wed Mar 03, 2010 5:31 pm 
Newbie

Joined: Tue Mar 02, 2010 7:46 pm
Posts: 2
Bonsoir ,
Je suis débutante j'ai récemment installer hibernate sous eclipse galileo le problème c'est que j'ai pas arrivée à connecter ma base de donnée sous eclipse avec hibernate mon fichier hibernate.cfg.xml:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE hibernate-configuration PUBLIC
      "-//Hibernate/Hibernate Configuration DTD 3.0//EN"
      "http://hibernate.sourceforge.net/hibernate-configuration-3.0.dtd">
<hibernate-configuration>
    <session-factory>
        <property name="hibernate.connection.driver_class">oracle.jdbc.driver.OracleDriver</property>
        <property name="hibernate.connection.password">tiger</property>
        <property name="hibernate.connection.url">jdbc:oracle:thin:@localhost:1521:orcl</property>
        <property name="hibernate.connection.username">system</property>
        <property name="hibernate.dialect">org.hibernate.dialect.Oracle10gDialect</property>
        <property name="hibernate.show_sql">true</property>
           <property name="hibernate.current_session_context_class">thread</property>
     
      <property name="transaction.factory_class">org.hibernate.transaction.JDBCTransactionFactory</property>
    </session-factory>
</hibernate-configuration>


Top
 Profile  
 
 Post subject: Re: Connexion hibernate avec oracle sous eclipse Galileo
PostPosted: Wed Mar 03, 2010 5:42 pm 
Regular
Regular

Joined: Thu May 07, 2009 5:56 am
Posts: 94
Location: Toulouse, France
c'est quoi le problème en fait? Tu lances ton appli et qu'est-ce que se passe ? as-tu pensé à mettre le .jar du driver dans le chemin de compilation.

_________________
everything should be made as simple as possible, but not simpler (AE)


Top
 Profile  
 
 Post subject: Re: Connexion hibernate avec oracle sous eclipse Galileo
PostPosted: Wed Mar 03, 2010 6:03 pm 
Newbie

Joined: Tue Mar 02, 2010 7:46 pm
Posts: 2
oui j'ai déja fait ça le problème c'est que dans la partie show view de hibernate configurations après database il m'affiche pas mes tables de base de donnée je doute que le problème est due au fichier de configuration


Top
 Profile  
 
 Post subject: Re: Connexion hibernate avec oracle sous eclipse Galileo
PostPosted: Thu Mar 04, 2010 4:43 am 
Regular
Regular

Joined: Thu May 07, 2009 5:56 am
Posts: 94
Location: Toulouse, France
est-ce que quand tu étends le noeud "Session Factory" tu vois tes entités ? sinon, as-tu créé le schéma dans la base de données ? sinon, clique sur la racine de la configuration puis "Run SchemaExport"...cela va te créer les tables correspondant aux classes Java selon le fichier de mapping (les .hbm)

_________________
everything should be made as simple as possible, but not simpler (AE)


Top
 Profile  
 
 Post subject: Re: Connexion hibernate avec oracle sous eclipse Galileo
PostPosted: Mon Aug 06, 2012 1:01 pm 
Newbie

Joined: Mon Aug 06, 2012 12:31 pm
Posts: 1
salut,
j'ai le même problème que vous s'il vous plait si vous trouver une solution prière de me l'expliquer je travaille sous eclipse europa mais ça ne change rien j'ai bien j'ai bien crée une table j'ai crée mon fichier hibernate.cfg.xml les jar sont au bon chemin pour mysql c'était suffisant pour la connexion n'est il pas la même procédure pour oracle


Top
 Profile  
 
 Post subject: Re: Connexion hibernate avec oracle sous eclipse Galileo
PostPosted: Mon Jan 07, 2013 8:52 am 
Newbie

Joined: Mon Jan 07, 2013 8:45 am
Posts: 1
Tu lances ton appli et qu'est-ce que se passe ? as-tu pensé à mettre le .jar du driver dans le chemin de compilation...!!! :)

_________________
!!!..<<..Usman Gee..>>..!!!


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 6 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.