Hi Ted,

On 31 Dec 2025, at 13:07, Theodore Petrosky <[email protected]> wrote:

> It did not work. There seems to be a problem with the app.
> 
> When I run 'mvn package' in the root folder, the compressed file 
> Book.woapplication.tar.gz appears to be incomplete.
> 
You're not giving us a lot to go on here.

After collecting up your various dependencies, there are at least the following 
problems:

1. build.properties has principalClass set to "com.eltek.Book.app.Application" 
which doesn't exist, so you need to change that to "com.eltek.Application".

2. The furthest I can get is this exception:

IllegalArgumentException: Entity is not suitable: Person
  at 
er.corebl.ERCoreBL.addPreferenceRelationshipToActorEntity(ERCoreBL.java:159)

at which point it's over to Ramsey! I can't diagnose this.

As an aside, are you launching this out of Eclipse? (I just fired it up on the 
command line to get the above results.) There's something missing from your 
project that's preventing WOLips from offering to "Run As > WOApplication", but 
I'm not sure what the secret is there.

Tell us how far you got though: what did you do, what did you see, what's the 
"problem with the app" and why do you think the built bundle appears to be 
incomplete?


-- 
Paul Hoadley
https://logicsquad.net/
https://www.linkedin.com/company/logic-squad/



Reply via email to