On Wed, 2009-06-17 at 16:11 -0400, Dan Allen wrote:
If the DefinitionException is no longer specified, what is the
recommend exception to throw/check for when there is a deployment
problem? I'd hate to have to write tests that simply checks for
Throwable as that would be too general.
There is no expected exception since the Specification does not actually
say that. Instead we'll need to update the TCK SPI to include the
functionality to detect the errors as specified in the specification.
-Dan