Hi there,
I'm trying to establish a connection from an
EJB module running on
Jboss 4 to a Mysql 5 database.
When I try to run the modue from a simple client I get the following error:
Exception is caught: EJBException:; nested exception is:
javax.ejb.EJBException: ejbCreate: Tabella non trovata in statement [insert into savingsaccount values ( ? , ? , ? , ? )]
It basically says that the table has not been found in the statement.
The query shoulb be ok, I did some
test in the mysql client. It may not have the default database set. But in the
jdbc parameters it has it (after the url).
Does anyone have an idea on what my problem is?
Thank in advance.