Details
Description
The Seam method org.jboss.seam.core.Manager. encodeConversationId takes different parameters in Seam 1.2.0 and Seam 1.2.1. ICEfaces reflectively discovers this method and fails when the new method isn't found.
Issue Links
- blocks
-
ICE-1810 Support Integration with JBoss Seam
- Closed
The fix is to detect the new method and pass in the viewId. Note that we are implementing this so that either the new method or the old method can be discovered (preference given to the new method). This complicates the implementation slightly but will allow us to test against older versions of Seam.