The war file is deployed on Jetty which created a folder under c:
\temp1
such as Jetty_0_0_0_0_9090_axon.addressbook.flexui.war.
1.1.1.war__axon.addressbook.flexui.war.1.1.1__.q00ti3
the sample application uses a JPAEventStore with an in-memory database. The source code is still located in the old
Google Code repository (code.google.com/p/axonframework). I still need to migrate that. You'll need to change the JPAEventStore to a FileSystemEventStore in one of the application context files.
And de sample has not been refactored yet to meet the changes made in Axon 2.0. That's why it doesn't compile. If you change the version in the Axon dependencies in the poms to 1.2.1, it will probably work.
I'll try to migrate the sources as soon as possible. Sorry for the inconvenience.
To switch event store into file system in version Addressbook-sample
2.0-snapshot, in Axon Address Book Sample-Application Core module,
src/main/resources/META-INF/Spring/application-context.xml,
replacing <axon:jpa-event-store id="eventStore"/> with
<axon:filesystem-event-store id="eventStore" base-dir="c:\\temp2"/>
After war being deployed, a folder with name "Contact" will be
created to host a few files with extension ".events "