Am 10.01.2012 17:22, schrieb Howard Lewis Ship: >> In the AppModule class we defined a custom component transaction >> filter. When this filter throws an exception, it is not rendered with >> the exception report page, instead we are getting this stacktrace: > Order counts; your filter needs to be ordered after Tapestry's > "ErrorFilter" contribution; otherwise, there's nothing to catch the > exception and report it.
For each of my handlers I added "after:ErrorFilter"
-----
configuration.add("ajaxComponentTransactionFilter",
ajaxComponentTransactionFilter, "after:ErrorFilter");
configuration.add("componentTransactionFilter",
componentTransactionFilter, "after:ErrorFilter");
configuration.add("pageTransactionFilter", pageTransactionFilter,
"after:ErrorFilter");
-----
but this did not change anything, I am still getting the stacktrace page
from JBoss.
- Stephan
signature.asc
Description: OpenPGP digital signature
