From Sturts Action class, I am invoking a remote session bean, which in turn invokes Local Entity bean to insert a record in product table in MySql Db using
JBoss 4.2.2 GA application server (
EJB 2.0).
I want to generate the primary key for the product_id.
I have created the table product as below:
In my ProductBean local entity bean, I am using:
The jbosscmp-jdbc.xml is having following:
I am getting the following error while inserting the record in product table through entity bean. When I checked the table, the records got inserted, but I am getting the following error:
Can anyone help on this?