| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2019-04-08 | Update Codebase to Match MZS Schema Changes | Christof Rabensteiner | 2 | -2/+12 | |
| - Important Fix: I forgot to annotate App2MzsService with @Service and autowire the App2MzsService object when creating the endpoint bean. For this reason, Spring did not autowire the dependencies in App2MzsService and I ended up with NullPointerExceptions in the testsuite. - Updated some more namespaces - Add objectFactory bean. objectfactory is autogenerated via the cxf-code-generation plugin, so i cannot annotate it with @Component or @Service. Alternative: create the @Bean by myself - Update the validDeliveryRequest SOAP Message to match the mzs 2.0.0 scheme. | |||||
| 2019-04-08 | Update Namespace Package References to Schema files | Christof Rabensteiner | 3 | -7/+5 | |
| 2019-04-03 | Add Stubs for RequestHandler and MZS2AppClient | Christof Rabensteiner | 2 | -0/+40 | |
| 2019-04-03 | Init: Add Timeout to Delivery Request Handler | Christof Rabensteiner | 1 | -12/+54 | |
| 2019-03-19 | Add Unit Test Stub for App2MzsService | Christof Rabensteiner | 2 | -3/+4 | |
| - Unit test makes a http request to the service - Fix NPE by adding endpoint.setAdress("/") - Choose better name for App2MzsService | |||||
| 2019-03-19 | Add App2MzsService Stub | Christof Rabensteiner | 3 | -0/+69 | |
| - Try it out with mvn spring-boot:run | |||||
