..my fix for this was to type-coerce the path into a resource and call
.exists() on it.
the runtime exception was thrown from the assetSource.getExpandedAsset method
in this case.
Am 24.11.2011 um 09:04 schrieb Ville:
> Hi,
>
> https://issues.apache.org/jira/browse/TAP5-1425 was f
Hi,
https://issues.apache.org/jira/browse/TAP5-1425 was fixed, but it breaks a
lot of existing functionality.
Resource has method exists(), but what is the point of this method if the
service throws RuntimeException when loading resources that doesn't exist?
This is from Tap5Jquer