Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
When using the org.apache.tuscany.sca.data.collection.Collection interface rather than the org.apache.tuscany.sca.binding.atom.Collection interface, an UndeclaredThrowableException is thrown whenever the invoker receives a 404 error from the http client. The invoker is always throwing NotFoundException from the atom binding but should be throwing NotFoundException from the data-api module in this case.