Sumit Kumar Tyagi

Greenhorn
+ Follow
since Sep 14, 2009
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Sumit Kumar Tyagi

view plaincopy to clipboardprint?
@NamedQueries({
@NamedQuery(name = "Employee.findAll", query = "SELECT EMP FROM EMPLOYEE AS EMP")
})

Put Class name in place of table name .
The Entity name which is bound to table EMPLOYEE.
This will be the port avilablety problem. The port required by glassfish server are not free.
Check weather all the port required by glassfish are free or not.