Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: EE-2.0.0.GA, 2.0.2
-
Component/s: Framework
-
Labels:None
-
Environment:All
-
Assignee Priority:P1
-
Workaround Exists:Yes
-
Workaround Description:Remove component binding and utilize other ways to get component references.
Description
If an ICEfaces page has a component that uses the binding attribute the blocking connection does not get created when adding the managed bean to a PushRenderer group. This prevents the page from getting push updates.
Removing this binding allows the push connection to be created and it can receive push updates.
Removing this binding allows the push connection to be created and it can receive push updates.
-
Hide
- Case10502Example.war
- 6.42 MB
- Arran Mccullough
-
- META-INF/MANIFEST.MF 0.1 kB
- META-INF/context.xml 0.1 kB
- WEB-INF/classes/.../TestBean$Task.class 2 kB
- WEB-INF/classes/.../example/TestBean.class 3 kB
- WEB-INF/lib/commons-logging.jar 51 kB
- WEB-INF/lib/icefaces-ee-compat.jar 2.65 MB
- WEB-INF/lib/icefaces-ee-ext.jar 55 kB
- WEB-INF/lib/icefaces-ee.jar 203 kB
- WEB-INF/lib/icepush-ee.jar 240 kB
- WEB-INF/lib/jsf-api.jar 602 kB
- WEB-INF/lib/jsf-impl.jar 1.81 MB
- WEB-INF/lib/jxl.jar 689 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 148 kB
- WEB-INF/web.xml 2 kB
- test2.xhtml 0.7 kB
- testWithBinding.xhtml 0.9 kB
- testWithoutBinding.xhtml 0.9 kB
-
Hide
- Case10502Example.zip
- 19 kB
- Arran Mccullough
-
- Case10502Example/build.xml 3 kB
- Case10502Example/.../ant-deploy.xml 2 kB
- Case10502Example/.../build-impl.xml 58 kB
- Case10502Example/.../genfiles.properties 0.5 kB
- Case10502Example/.../private.properties 0.5 kB
- Case10502Example/nbproject/.../private.xml 0.2 kB
- Case10502Example/.../project.properties 3 kB
- Case10502Example/nbproject/project.xml 1 kB
- Case10502Example/src/conf/MANIFEST.MF 0.0 kB
- Case10502Example/src/.../TestBean.java 2 kB
- Case10502Example/web/.../context.xml 0.1 kB
- Case10502Example/web/test2.xhtml 0.7 kB
- Case10502Example/.../testWithBinding.xhtml 0.9 kB
- Case10502Example/.../testWithoutBinding.xhtml 0.9 kB
- Case10502Example/web/WEB-INF/web.xml 2 kB
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
After updating the test case to use ICEfaces trunk, both pages work. It is not clear, however, if this is due to fixes in ICEfaces or mojarra. Can the customer upgrade?
Show
Ted Goddard
added a comment - After updating the test case to use ICEfaces trunk, both pages work. It is not clear, however, if this is due to fixes in ICEfaces or mojarra. Can the customer upgrade?
Attached test case to show issue. Steps to reproduce: