[appengine-java] Re: Error using JPA

2010-08-05 Thread Sajid
No. it doesnt. :( opened new thread: http://groups.google.com/group/google-appengine-java/browse_thread/thread/5db77d5214d7109c# On Aug 4, 10:45 pm, Ronmell Fuentes wrote: > Ok. > hope it works. > > R. F > > 2010/8/4 Sajid > > > well, i have manually copied the files to WEB-INF/lib folder. Stil

Re: [appengine-java] Re: Error using JPA

2010-08-04 Thread Ronmell Fuentes
Ok. hope it works. R. F 2010/8/4 Sajid > well, i have manually copied the files to WEB-INF/lib folder. Still, > the same issue. > Anyway, I have now converted to JDO. > Lets see what happens next. > > On Jul 21, 9:35 pm, Ronmell Fuentes wrote: > > It seems that when deploying the .jar file use

[appengine-java] Re: Error using JPA

2010-08-04 Thread Sajid
well, i have manually copied the files to WEB-INF/lib folder. Still, the same issue. Anyway, I have now converted to JDO. Lets see what happens next. On Jul 21, 9:35 pm, Ronmell Fuentes wrote: > It seems that when deploying the .jar file used by your application are not > being uploaded to the se

Re: [appengine-java] Re: Error using JPA

2010-07-21 Thread Ronmell Fuentes
It seems that when deploying the .jar file used by your application are not being uploaded to the server in GAE. so, as I alredy told you the only thing that could be causing this error (at least the one I know) is the lack of the .jar files (libraries) in the right Directory I mean, war/WEB-INF/li

[appengine-java] Re: Error using JPA

2010-07-20 Thread Sajid
Hi Ronmell, I haven't run the examples. My application runs perfectly on local server. but after deployment, it gives the error. On Jul 21, 12:21 am, Ronmell Fuentes wrote: > when running the examples you've got the same error? > > 2010/7/20 Sajid > > > I have already checked that. All jars are

Re: [appengine-java] Re: Error using JPA

2010-07-20 Thread Ronmell Fuentes
when running the examples you've got the same error? 2010/7/20 Sajid > I have already checked that. All jars are in WEB-INF lib folder. > > On Jul 20, 11:58 pm, Ronmell Fuentes wrote: > > Hi Sajid. > > > > Try to copy all the .jar files used by your app to the /WAR/lib directory > of > > your

[appengine-java] Re: Error using JPA

2010-07-20 Thread Sajid
I have already checked that. All jars are in WEB-INF lib folder. On Jul 20, 11:58 pm, Ronmell Fuentes wrote: > Hi Sajid. > > Try to copy all the .jar files used by your app to the /WAR/lib directory of > your app. > > Ronmell > > 2010/7/20 Sajid > > > Hi > > > I am using spring 3, jsf2 and jpa.