| Author |
EJB und MySQL
|
Georg Joo
Ranch Hand
Joined: Feb 24, 2004
Posts: 49
|
|
Hi I am using J2EE Sun Server, Mysql with its MySQL Connector/J 3.0. Everything goes ok (deploying,..) Statement : Aussteller aussteller = home.create(args[1], args[2]); But I get the following exception message : RemoteException occurred in server thread; nested exception is: java.rmi.RemoteException: nested exception is: java.sql.SQLException: Syntax error or access violation, message from server: "You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"AusstellerBeanTable" WHERE "ausstellername" = 'ich'' at line 1"; nested exception is: java.sql.SQLException: Syntax error or access violation, message from server: "You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near '"AusstellerBeanTable" WHERE "ausstellername" = 'zob'' at line 1" Where can I change the syntax for MySQL Statements (ejbCreate,..) I have changed the finders, the are ok. thanks Georg
|
SCJP, SCWCD, SCBCD<br /> <br />Vienna, Austria
|
 |
 |
|
|
subject: EJB und MySQL
|
|
|