[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-1291) Utilize JMX DeploymentScanner to ensure proper deployment

Juergen Zimmermann (JIRA) jira-events at lists.jboss.org
Thu Feb 14 05:21:26 EST 2008


    [ http://jira.jboss.com/jira/browse/JBIDE-1291?page=comments#action_12399402 ] 
            
Juergen Zimmermann commented on JBIDE-1291:
-------------------------------------------

Using RF 3.1.4SR1 there are 2 changes:
a) richfaces-impl-3.1.4.SR1.jar and richfaces-ui-3.1.4.SR1.jar can be deleted.
b) jsf-facelets.jar cannot be deleted any more :-(

They still hold any resources. Perhaps because web.xml need this context parameter:
 <context-param>
  <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
  <param-value>com.sun.facelets.FaceletViewHandler</param-value>
 </context-param>

> Utilize JMX DeploymentScanner to ensure proper deployment
> ---------------------------------------------------------
>
>                 Key: JBIDE-1291
>                 URL: http://jira.jboss.com/jira/browse/JBIDE-1291
>             Project: Tools (JBoss Tools)
>          Issue Type: Feature Request
>          Components: JBossAS
>    Affects Versions: 2.0.0.CR1
>            Reporter: Max Andersen
>         Assigned To: Rob Stryker
>            Priority: Critical
>             Fix For: 2.1
>
>
> Jmx DeploymentScanner has suspendDeployment() and resumeDeployment() which could be usefull to call before/after deployment.
> See: http://docs.jboss.org/jbossas/javadoc/4.0.4/system/org/jboss/deployment/scanner/URLDeploymentScanner.html
> addURL() could be used to have our own eclipse workspace local deployment which won't pollute existing configurations.

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