[
http://jira.jboss.com/jira/browse/JBSEAM-1168?page=all ]
Gavin King closed JBSEAM-1168.
------------------------------
Fix Version/s: 1.3.0.ALPHA
Resolution: Done
Assignee: Gavin King
Attempting to configure parent conversation id parameter throws
exception
-------------------------------------------------------------------------
Key: JBSEAM-1168
URL:
http://jira.jboss.com/jira/browse/JBSEAM-1168
Project: JBoss Seam
Issue Type: Bug
Components: Core
Affects Versions: 1.1.6.GA
Environment: Any
Reporter: Mike Quilleash
Assigned To: Gavin King
Fix For: 1.3.0.ALPHA
Defining this (note this is what the xsd defines)
<core:manager conversation-timeout="5000"
conversation-id-parameter="cid"
conversation-is-long-running-parameter="clr"
parent-conversation-id-parameter="pcid"/>
Throw the following:
java.lang.IllegalArgumentException: no such setter method:
org.jboss.seam.core.Manager.parentConversationIdParameter
at org.jboss.seam.util.Reflections.getSetterMethod(Reflections.java:198)
at org.jboss.seam.Component.initInitializers(Component.java:375)
at org.jboss.seam.Component.<init>(Component.java:266)
at org.jboss.seam.Component.<init>(Component.java:207)
at org.jboss.seam.init.Initialization.addComponent(Initialization.java:781)
at org.jboss.seam.init.Initialization.addComponents(Initialization.java:690)
at org.jboss.seam.init.Initialization.init(Initialization.java:451)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:33)
As Manager.setParentConversationIdParameter() is protected, not public.
--
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