This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Servlets and the fly likes Servlet JPA problem Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "Servlet JPA problem" Watch "Servlet JPA problem" New topic
Author

Servlet JPA problem

Zaeed McColin
Ranch Hand

Joined: Jan 13, 2009
Posts: 90
hi guys
I developed my Entities and use JPA for connect to DBs
alright I have a problem

I developed a Servlet that shown all of the records from test table
it's work good except first time
for first time glassfish return

" Exception [EclipseLink-8034] (Eclipse Persistence Services - 1.0.1 (Build 20080905)): org.eclipse.persistence.exceptions.JPQLException Exception Description: Error compiling the query [all: select t from test t]. Unknown abstract schema type [test]. "


bty;this servlet uses of JPQL


and this return error just for 1st time
and i don't have any problem with adding or removing datas

an the servlet


respect developers


Open source
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Servlet JPA problem
 
Similar Threads
javax.servlet.ServletException: PWC1381: Error allocating a servlet instance
error message
JPA problem
derby problem
how to extract data to an xl sheet