does the petclinic schema exist in the database? you'll have to create it and give the user that you connect with the rights to modify it. I've not done the tutorial, so just a suggestion.
On Thu, Mar 10, 2016 at 2:53 AM, Angel Manuel Barrera Lugo < [email protected]> wrote: > Hello, > > I'm doing the petclinic-extenden tutorial, at the beginning all runs > normally but after the the step 5 "Refactoring the app - making it your > own" > making all the changes in the files and in Dom.xml we're getting this > error: > > Caused by: java.sql.SQLException: schema name incorrect: PETCLINIC in > statement [CREATE TABLE petclinic."Pet" > > even i had done the persistence change in pet > @javax.jdo.annotations.PersistenceCapable( > identityType=IdentityType.DATASTORE, > schema = "petclinic", > table = "Pet" > ) > > But still nothing. > > >
