xoom-examples icon indicating copy to clipboard operation
xoom-examples copied to clipboard

The VLINGO XOOM examples demonstrating features and functionality available in the reactive components. See each of the submodules for specific examples.

Results 5 xoom-examples issues
Sort by recently updated
recently updated
newest added

- Port and enable tests that are in `xoom-petclinic` to `xoom-petclinic-2` to ensure all is working - Note that no custom code was written in `xoom-petclinic-2` - Ensure `xoom-petclinic` can...

Following the README: ``` docker-compose up -d mvn clean package java -jar target/xoom-iddd-agilepm-1.6.1-SNAPSHOT-jar-with-dependencies.jar ```` ```bash curl -X POST http://localhost:8080/products \ -H "Content-Type: application/json" \ --data-binary @-

While all tests are passing, the xoom-eventjournal example fails to start: ``` Exception in thread "main" java.lang.NullPointerException at io.vlingo.xoom.actors.Stage.actorFor(Stage.java:485) at io.vlingo.xoom.actors.Stage.actorFor(Stage.java:106) at io.vlingo.xoom.actors.Stage.actorFor(Stage.java:95) at io.vlingo.xoom.symbio.store.journal.Journal.using(Journal.java:76) at io.vlingo.xoom.examples.eventjournal.Bootstrap.main(Bootstrap.java:51) 13:12:43.853 [pool-2-thread-5] ERROR...

There are details in the `README` that are not in the `docs.vlingo.io`. The details must be in the docs and removed from the `README`.

I get the following error when I run the project as per the instructions in README ```zsh ./gradlew backend:shadowJar FAILURE: Build failed with an exception. * Where: Build file '/Users/gaurav/repos/vlingo/vlingo-examples/vlingo-iot-android/app/build.gradle'...