-
Task
-
Resolution: Obsolete
-
Major
-
JBossAS-5.0.0.Beta1
-
None
Need to better understand the error handling in the BeanShell deployment.
The problem is that it is leaking bean shell errors out of the deployment layer
and onto the client doing the deployment which then hides the error because
bean shell produces exceptions that are not serializable.
For now, I've changed it to just eat all exceptions.