1

I am using JPA, MySQL and GlassFish in a simple java web servlet netbeans project. It is possible to access (login) but list, edit, destroy and create doesn´t work...

"org.apache.jasper.JasperException: java.lang.ClassCastException: model.Person cannot be cast to model.Person"

and sometimes nothing work!

java.lang.IllegalStateException: This web container has not yet been started 

https://www.dropbox.com/s/isazdnwizxth3lt/WebApplication2.zip?dl=0

user1801745
  • 391
  • 2
  • 18

1 Answers1

0

I got it. Must implement transaction em.getTransaction.begin() and .commit(). And restart GlassFish server!!

user1801745
  • 391
  • 2
  • 18