Hi:
I like to check out event store in file system ( aContact folder
being placed in the temporary folder) by running war file downloaded
from ( "https://github.com/downloads/AxonFramework/AxonFramework/axon-
addressbook-flexui-war-1.1.1.war).
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
Web browser can open http://localhost:9090/axon-addressbook-flexui-war-1.1.1/
and add a new contact is working also.
I could not find aContact folder.
In side of message-push-content.xml, there are below lines
<flex:message-destination id="event-bus"/>
<bean id="defaultMessageTemplate"
class="org.springframework.flex.messaging.MessageTemplate">
<property name="defaultDestination" value="event-bus"/>
</bean>
Should I change 'event-bus" to event-store" in order to have event
store's aContact folder?
Where is source codes for AddressBook Sample 1.1.1 ?
git://github.com/AxonFramework/Addressbook-Sample.git only has
master
When I tried to compile master AddressBook-Sample.
below are errors
[ERROR]BUILD FAILURE