2 Replies Latest reply on Jul 10, 2008 9:34 PM by emsa

    Seam, Wicket and Incremental Seam Deploy

    emsa

      Hi,


      still playing with the Wicket support but I cannot make the seam incremental deploy to work. 


      Is it so that the seam /dev deployment won't work with Wicket?


      /Magnus



      org.apache.wicket.WicketRuntimeException: Unable to create application of class com.land.wicket.MailApplication
           at org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.createApplication(ContextParamWebApplicationFactory.java:82)
           at org.apache.wicket.protocol.http.ContextParamWebApplicationFactory.createApplication(ContextParamWebApplicationFactory.java:49)
           at org.apache.wicket.protocol.http.WicketFilter.init(WicketFilter.java:543)
           at org.jboss.seam.web.WicketFilter.init(WicketFilter.java:98)
           at org.jboss.seam.servlet.SeamFilter.init(SeamFilter.java:97)


        • 1. Re: Seam, Wicket and Incremental Seam Deploy
          pmuir

          Correct. You could file a bug in JIRA, but I'm not sure if I can fix that.

          • 2. Re: Seam, Wicket and Incremental Seam Deploy
            emsa

            Been reading here and there; in Wicket Development mode the Resources (ie html-files) are hot deployed and if I understand everything correctly, if you use the ReloadingWicketFilter instead of the WicketFilter in the WicketFilterInstantiator code will be hot deploayed as well.


            How this will play with Seam with or w/out Seam hot deploy I cannot say ...


            What do you think Pete?