[jboss-jira] [JBoss JIRA] Commented: (JBAS-4887) Port beanshell deployer to VDF

Adrian Brock (JIRA) jira-events at lists.jboss.org
Thu Nov 15 05:28:18 EST 2007


    [ http://jira.jboss.com/jira/browse/JBAS-4887?page=comments#action_12387679 ] 
            
Adrian Brock commented on JBAS-4887:
------------------------------------

You need to add *.bsh to the FileStructure deployer in bootstrap-beans.xml

This deployer determines what otherwise unrecognised files in subdeployments
get deployed as subdeployments.

e.g.

    <!-- File Structure -->
    <bean name="FileStructure" class="org.jboss.deployers.vfs.plugins.structure.file.FileStructure">
       <!-- Unless specified the default list of suffixes is -service.xml, -beans.xml, -ds.xml, -aop.xml -->
       <constructor>
          <parameter>
             <set elementClass="java.lang.String">
                <value>-service.xml</value>
                <value>-beans.xml</value>
                <value>-ds.xml</value>
                <value>-aop.xml</value>
                <value>.bsh</value>
             </set>
          </parameter>
       </constructor>
    </bean>


> Port beanshell deployer to VDF
> ------------------------------
>
>                 Key: JBAS-4887
>                 URL: http://jira.jboss.com/jira/browse/JBAS-4887
>             Project: JBoss Application Server
>          Issue Type: Sub-task
>      Security Level: Public(Everyone can see) 
>          Components: Deployment services
>            Reporter: Dimitris Andreadis
>         Assigned To: Ales Justin
>             Fix For:  JBossAS-5.0.0.Beta3
>
>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list