You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried putting mysqlJdbcEventStore before followStoreEventDispatcher in applicationContext-collaboration.xml so that the mysql is initialized first but it's not working also.
I am not a java guy so I dont actually know what's happening.
I would like to try MySQL instead of LevelDB.
The text was updated successfully, but these errors were encountered:
I tried setting
FOR_MYSQL
to true andFOR_LEVELDB
to false but the test would not proceed because of null exception.If you trace these lines:
IDDD_Samples/iddd_common/src/main/java/com/saasovation/common/port/adapter/persistence/eventsourcing/mysql/MySQLJDBCEventStore.java
Line 50 in 05d9557
The instance is not initialized.
I tried putting
mysqlJdbcEventStore
beforefollowStoreEventDispatcher
inapplicationContext-collaboration.xml
so that the mysql is initialized first but it's not working also.I am not a java guy so I dont actually know what's happening.
I would like to try MySQL instead of LevelDB.
The text was updated successfully, but these errors were encountered: