Abhitocode opened a new pull request, #2085:
URL: https://github.com/apache/incubator-kie-kogito-examples/pull/2085

   jar command java -jar target/process-saga-quarkus-runner.jar
   fails with:
   Error: Unable to access jarfile target/process-saga-quarkus-runner.jar
   needs to be updated to :
   java -jar target\quarkus-app\quarkus-run.jar
   
   Logs can be updated:
   
   Documented logs in Readme:
   
   17:16:58:864 INFO [org.kie.kogito.examples.StockService] Created Stock for 
12345678 with Id: 8ab1ac13-38d0-49e6-ab40-1edd2dc39922
   17:16:58:865 INFO [org.kie.kogito.examples.PaymentService] Created Payment 
for 12345678 with Id: 2bfc044a-ccb4-4072-a26e-5a533d835257
   17:16:58:865 INFO [org.kie.kogito.examples.ShippingService] Created Shipping 
for 12345678 with Id: 84a45015-c98b-4e08-b4cd-cf05a19b87e1
   
   Observed logs while testing:
   
   INFO [org.kie.kog.exa.StockService] (executor-thread-1) Reserve Stock for 
order 03e6cf79-3301-434b-b5e1-d6899b5639aa
   INFO [org.kie.kog.exa.PaymentService] (executor-thread-1) Process Payment 
for order 03e6cf79-3301-434b-b5e1-d6899b5639aa
   NFO [org.kie.kog.exa.ShippingService] (executor-thread-1) Schedule Shipping 
for order 03e6cf79-3301-434b-b5e1-d6899b5639aa
   INFO [org.kie.kog.exa.OrderService] (executor-thread-1) Order Success for 
order 03e6cf79-3301-434b-b5e1-d6899b5639aa
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to