Greetings!
I am having some problem in inserting some records in MySQL 5 database using
EJB 3 Stateless SessionBean with the EntityManager injected in it.
persistence.xml
EmployeeBeanImpl.java
Test1.java
When I’d ran the Test1.java it returns the following error below:
My suspected problem were on the EntityManager, but not perfectly sure about that, and how to persist an entity in a session beans.
Hoping for your help with regards to the stated problems.
Thanks very much. I really appreciated your time.
Cheers!