Omega1001

Results 4 comments of Omega1001

I did a little debuging on this and found out, that the problem is being caused in the class `org.codehaus.mojo.jaxb2.shared.FileSystemUtilities#relativize`. The problem is, that under linux the "path" is for...

@jponge Thank for the swift reply. about the main, this was only a test about how retry works, it is not an actual production snippet. It is not an issue...

One more thing to consider: I hit this issue when calling retry on a Multi that was handed to me from somewhere else. What happend, was that instead of retrying,...

@jponge thank you for the reply. You are correct, in my scenario, I would probably be better off implementing a Emitter, if not a full subscriber my self, but let's...