[
http://jira.jboss.com/jira/browse/JBIDE-1291?page=comments#action_12397986 ]
Juergen Zimmermann commented on JBIDE-1291:
-------------------------------------------
The wizard "Add and Remove Projects" works fine when using just JSF-RI and
Facelets. I guess the problem is related to Ajax4jsf because the following tags in web.xml
are required when using RichFaces.
What is org.ajax4jsf.Filter doing when this filter class is initialized?
<filter>
<display-name>RichFaces Filter</display-name>
<filter-name>richFacesFilter</filter-name>
<filter-class>org.ajax4jsf.Filter</filter-class>
<init-param>
<param-name>enable-cache</param-name>
<param-value>true</param-value>
</init-param>
</filter>
<filter-mapping>
<filter-name>richFacesFilter</filter-name>
<servlet-name>jsfServlet</servlet-name>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
<dispatcher>INCLUDE</dispatcher>
</filter-mapping>
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/s...
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