Hello,
I'm writing a java-based web mail client using   JavaMail and ejb, and i want to know 
if i can use mysql server for databases.
 For the moment I use a postgreSQL database and the application works.
 I tried to make the application work with mysql. 
 I tried to create a database using the mysql driver but it didn't work out for me. 
 When I try to create a row using ejb I obtain this exception:
   java.sql.SQLException: Can't call commit when autocommit=true
        at org.gjt.mm.mysql.Connection.commit(Connection.java:520)
        at com.evermind.sql.ap.commit(JAX)
        at com.evermind.sql.al.commit(JAX)

 I also found the documentation is very scarce in what regards Orion-MySQL 
integration.   

 I want to know if  mysql-orionserver-ejb can work together , and if it does then i 
want to know how..

Thank you very much for your assistance.
Adi.

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to