Hi
I created a sample JPA Application . But this is not getting deployed . Please help .
I created a Simple Entity for my Table
Test
package mypack;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Id;
import javax.persistence.Table;
Persisting this Test Entity with the help of ContainerManaged Entity in
servlets :
But i am getting this Error when deploying in Weblogic 11.