bonjour je viens d'installer une application Open Source qui s'appelle Archimède http://www.bibl.ulaval.ca/archimede/...ancais.en.html mais j'ai un problème avec sa configuration.
j'utilise une base de données Oracle et je n'arrive pas à modifier les paramètres du fichier archimede-conf.xml :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- Database connection parameters -->
	<database>
		<!-- Torque must know the target database platform in order to generate the appropriate Java and SQL code. Currently supported values are: axion, cloudscape, db2, db2400, hypersonic, interbase, mssql, mysql, oracle, postgresql, sapdb, and sybase. --> 
		<adapter>oracle</adapter>
		<!-- The fully qualified Java class name of the JDBC driver to be used. --> 
		<driver>com.mysql.jdbc.Driver</driver>
		<!-- The connection URL to be passed to our JDBC driver to establish a connection. Note: there is a bug when using MySQL if autoReconnect is not set to true  -->
		<url>jdbc:mysql:///archimede</url>
		<!-- The connection username to be passed to our JDBC driver to establish a connection. -->
		<user>user</user>
		<!-- The connection password to be passed to our JDBC driver to establish a connection. -->
		<password>pass</password>
	</database>
je ne sais pas par quoi remplacer la ligne : "com.mysql.jdbc.Driver"

si quelqu'un pouvait m'aider ce serait super
merci