Hello,
I am trying to get jumpstart running locally. I got it to the point it
builds and boots without errors, but I have two issues I don't seem to be
able to resolve:\
* First *
Populating openejb HSQL database. Executing data_util >
repopulate_database_prompted results in the following error:
Hi Adam,
The second issue is because PersonFinderServiceLocal has not been built. You’ll
find the cause of that early in the log, which will probably be a database
mapping problem, most likely an inability to map the Person entity to the
PERSON table. So its cause is probably the same as the fi
I’m guessing that you had a hiccup, perhaps permissions problems, along the
way. Try this:
- Delete directory [openejb]/data/hsqldb.
- Go back to the step "Start JumpStart”. This step recreates the database
because of the system property -Dhibernate.hbm2ddl.auto=update .
- Do the next steps.
I’