[jbossseam-issues] [JBoss JIRA] Commented: (JBSEAM-3421) Update support for Wicket to 1.4

Martijn Lindhout (JIRA) jira-events at lists.jboss.org
Mon Sep 15 07:13:20 EDT 2008


    [ https://jira.jboss.org/jira/browse/JBSEAM-3421?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12429580#action_12429580 ] 

Martijn Lindhout commented on JBSEAM-3421:
------------------------------------------

I changed the call in SeamWebApplication to addPostComponentOnBeforeRenderListener, updated the depency in root.pom.xml to 1.4-m3 and removed the wicket-ioc depency from wicket.pom.xml
after a rebuild of Seam I was able to deploy may webapplication based on 1.4-m3

> Update support for Wicket to 1.4
> --------------------------------
>
>                 Key: JBSEAM-3421
>                 URL: https://jira.jboss.org/jira/browse/JBSEAM-3421
>             Project: Seam
>          Issue Type: Feature Request
>          Components: Wicket
>    Affects Versions: 2.1.0.BETA1
>            Reporter: Martijn Lindhout
>
> When using Wicket 1.4-m3, I got this exception:
> 12:31:27,650 ERROR [[/jobiq]] Exception starting filter Seam Filter
> java.lang.NoSuchMethodError: org.jboss.seam.wicket.SeamWebApplication.addComponentOnBeforeRenderListener(Lorg/apache/wicket/application/IComponentOnBeforeRenderListener;)V
> 	at org.jboss.seam.wicket.SeamWebApplication.initializeSeamStatusMessages(SeamWebApplication.java:143)
> 	at org.jboss.seam.wicket.SeamWebApplication.init(SeamWebApplication.java:123)
> 	at org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:561)
> 	at org.jboss.seam.wicket.web.WicketFilterInstantiator$1.init(WicketFilterInstantiator.java:80)
> 	at org.jboss.seam.web.WicketFilter.init(WicketFilter.java:94)
> 	at org.jboss.seam.servlet.SeamFilter.init(SeamFilter.java:97)
> 	at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:275)
> It seams that this method is split up in addPreComponentOnBeforeRenderListener and addPostComponentOnBeforeRenderListener

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the seam-issues mailing list