Update dependencies to Oxalis and vefa-peppol #20
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This brings vefa-srest to a somewhat working state when used with Oxalis 4.0.2 and vefa-peppol 1.0.4, but there is still problems with ringo-standalone that I haven't yet been able to work out. This PR is to request feedback from maintainers as to what could be the issue.
Exception in thread "main" com.google.inject.ProvisionException: Unable to provision, see the following errors:
at no.difi.oxalis.outbound.OxalisOutboundComponent.(OxalisOutboundComponent.java:43)
at no.sr.ringo.guice.OxalisOutboundModule.configure(OxalisOutboundModule.java:11)
while locating no.difi.oxalis.outbound.OxalisOutboundComponent
for the 1st parameter of no.sr.ringo.oxalis.OxalisDocumentSender.(OxalisDocumentSender.java:26)
while locating no.sr.ringo.oxalis.OxalisDocumentSender
while locating no.sr.ringo.oxalis.PeppolDocumentSender
for the 1st parameter of no.sr.ringo.usecase.SendQueuedMessagesUseCase.(SendQueuedMessagesUseCase.java:40)
while locating no.sr.ringo.usecase.SendQueuedMessagesUseCase
1 error