| Author |
JPA Application Deployment Error
|
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
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.
|
Save India From Corruption - Anna Hazare.
|
 |
Ravi Kiran Va
Ranch Hand
Joined: Apr 18, 2009
Posts: 2234
|
|
I am sorry , there is a problem in web.xml .
It has been resolved.
|
 |
 |
|
|
subject: JPA Application Deployment Error
|
|
|