Details
Description
We have several web applications running, all use icefaces. We put icefaces jars and dependent jars in the global class path of the application server.
If the applications use different phase listeners defined in their faces-config.xml only the one deployed first is used for all web applications.
If the applications use different phase listeners defined in their faces-config.xml only the one deployed first is used for all web applications.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Salesforce Case | [50070000009JxgH] |
| Fix Version/s | 1.8.2 [ 10190 ] | |
| Assignee Priority | P2 | |
| Assignee | Deryk Sinotte [ deryk.sinotte ] |
| Attachment | Case8402Example1.war [ 11825 ] | |
| Attachment | Case8402Example2.war [ 11826 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #19052 | Thu Jul 09 14:28:42 MDT 2009 | deryk.sinotte | |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/SwfLifecycleExecutor.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/LifecycleExecutor.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/parser/JspPageToDocument.java
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/webapp/http/core/JsfLifecycleExecutor.java
|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.8.2-RC1 [ 10210 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee Priority | P2 |

Attached my two test cases. Example1 uses a simple Phase Listener called PhaseOne. Example2 uses a Phase Listener called PhaseTwo. I added the necessary jar files to the server/default/lib directory in a standard install of JBoss 4.2.3 GA. These are regular JSF/ICEfaces examples.