Re: Jumpstart 6.10 Installation

2015-10-26 Thread Geoff Callender
Hi Adam, Trust me, the thing you think is missing isn’t needed. Eclipse builds the project on-the-fly and the collapser copies the classes to collapsed/ on-the-fly. The “artefact” in this case is an “collapsed EAR”, which is the collapsed/ directory. See

Re: Jumpstart 6.10 Installation

2015-10-26 Thread Adam X
Hi Geoff, It seems to me that the documentation on running jumpstart locally completely misses entire section on setting up and deploying JEE server such and OpenEJB. All it talks about is downloading OpenEJB but there is nothing about which build to invoke to build which artifact, and where and

Re: Jumpstart 6.10 Installation

2015-10-25 Thread Geoff Callender
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.

Jumpstart 6.10 Installation

2015-10-24 Thread Adam X
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

Re: Jumpstart 6.10 Installation

2015-10-24 Thread Geoff Callender
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