|
From: Patrick Y. <kc...@ce...> - 2003-03-26 07:51:18
|
Thank you for your note. We will modify it, and include it in 0.9.3.0 sp2 later. We will release 0.9.3.1 soon. Actually, in every release we will perform a number of tests. However, our testing team is small when compared with commercial teams. So, we cannot cover all cases, e.g. MySQL. We count on users like yourself to report problems. Wanna use Hermes as production? Wow, we are excited about this. Here in Hong Kong, Hermes has been deployed in several production systems. In the first few cases, a lot of nursing is needed. Now, we have more confidence on it. Of course, a lot of testing is recommended. Regards, -Patrick ----- Original Message ----- From: "Jean-Baptiste Gadenne" <jbg...@re...> To: <ebx...@li...> Sent: Wednesday, March 26, 2003 3:30 PM Subject: [ebxmlms-develop] MSH v.0.9.3.0-sp1 / MySQL Bug > Hi, > > we are currently building an ebxml platform. > I'm interested in your project, as it seems to be an > excellent basis for our project. > So I'm currently evaluating it, in order to see if it fullfull > our requirements. > > Using msh 0.9.3.0 / Tomcat 4.1.18 / MySQL 4.0 > I had a error during msh initialization. > Here is the exact error msg : > "Cannot insert into database: New database connections created are invalid" > > I had a look in DbConnectionPool.java : > the function isValid(Connection connection) cannot work under MysQL > as MySQL is case sensitive regarding table names. > > So I changed "select distinct 1 from mshconfig" with > "select distinct 1 from MSHConfig" and it solved my problem. > > Hope this helps... > > By the way : can we use the current version of MSH for production use > or is it to early as it seems to be alpha state ? > > Tkx > > jb > > > > > > > > > > ------------------------------------------------------- > This SF.net email is sponsored by: > The Definitive IT and Networking Event. Be There! > NetWorld+Interop Las Vegas 2003 -- Register today! > http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en > _______________________________________________ > ebxmlms-develop mailing list > ebx...@li... > https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop > |