Hello all,
I am a newbie, please be gentle!
I've been following some tutorials
http://duckranger.com/2012/04/spring...-add-some-jpa/
and I am hitting a problem when trying to set up JPA with STS and ROO.
I'm running Kubuntu / Linux and I'm using
JDK 1.7.0_05
STS 2.9.2

I've tried ROO
1.1.5
1.2.2

I basically open a new roo shell

I've tried the following commands

jpa setup --provider HIBERNATE --database MYSQL
jpa setup --provider HIBERNATE --database H2_IN_MEMORY

Both of which give me

____ ____ ____
/ __ \/ __ \/ __ \
/ /_/ / / / / / / /
/ _, _/ /_/ / /_/ /
/_/ |_|\____/\____/ 1.2.2.RELEASE [rev 7d75659]


Welcome to Spring Roo. For assistance press CTRL+SPACE or type "hint" then hit ENTER.
roo> jpa setup --provider HIBERNATE --database H2_IN_MEMORY
Premature end of file.
roo>

I've read a bit about this but cannot seem to get anywhere.

One post said try Roo 1.1.5, which I have tried (use 'persistence' in command not JPA) - I get the same results.

Nothing of any relevance appears in my Eclipse logs.

Any tips would be greatly appreciated,

Many thanks
Kai