[jbossseam-issues] [JBoss JIRA] Created: (JBSEAM-1634) More customizable hot redeployment

Christian Bauer (JIRA) jira-events at lists.jboss.org
Tue Jul 10 07:21:31 EDT 2007


More customizable hot redeployment
----------------------------------

                 Key: JBSEAM-1634
                 URL: http://jira.jboss.com/jira/browse/JBSEAM-1634
             Project: JBoss Seam
          Issue Type: Feature Request
          Components: Core
            Reporter: Christian Bauer
            Priority: Minor
         Attachments: flexible_hot_redployment.patch

The attached patch adds several things:

- ability to specify the hot deployment directory as a servlet context init parameter (seam.HOT_DEPLOY_DIRECTORY)
- ability to access the used RedeployableStrategy from the application context (to get the classloader, etc)
- an additional descriptor (hot-components.xml) that can be used in the hot deploy directory

I use this to boot Seam from an embeddable webserver with a custom parent classloader and to start Embedded JBoss with the same child classloader that Seam is using. I effectively get complete hot redeployment of all Seam components, EJBs, and persistence units.

-- 
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 seam-issues mailing list