1 Reply Latest reply on Jan 11, 2004 1:11 AM by warnickr

    BeanShellSubDeployer: Excluding nested bsh files from deploy

    drapp

      I'm trying to deploy our application on 3.2.0RC2 and am encountering a problem with the BeanShellSubDeployer.

      I'm using a third party library that int turn utilizes beanshell scripts internally. When I deploy the library, the nested deployment of the bsh files cause a number of exceptions to be thrown (AbstraceMethodError, etc.) and ultimately ends up failing the deployment of the jar. These scripts are not services and I don't want them treated as such.

      My question is: Is there anyway to exclude specific jars from BeanShellSubDeployer?

      --Dan