Hi all, Someone knows how to configure the xml file in order to declare a sybase database???
I have write a xml config file like this, but it doesn't work ! <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE databases PUBLIC "-//EXOLAB/Castor JDO Configuration DTD Version 1.0//EN" "http://castor.exolab.org/jdo-conf.dtd"> <database name="dataBaseName" engine="Sybase" > <driver class-name="com.sybase.jdbc2.jdbc.SybDriver" url="jdbc:sybase:Tds:HostServer:5000"> <param name="user" value="pwd"/> <param name="password" value="pwd"/> </driver> <mapping href="USImapping.xml" /> </database> ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en fran�ais ! Yahoo! Courrier : http://courrier.yahoo.fr ----------------------------------------------------------- If you wish to unsubscribe from this mailing, send mail to [EMAIL PROTECTED] with a subject of: unsubscribe castor-dev
