Hi,

I added wicket-contrib-dojo 0.3.1 to app and when it's redeployed I
get...

java.lang.IllegalStateException: WicketServlet cannot be changed once it
is set
        
wicket.protocol.http.WebApplication.setWicketServlet(WebApplication.java
:400)
        wicket.protocol.http.WicketServlet.init(WicketServlet.java:283)
        javax.servlet.GenericServlet.init(GenericServlet.java:211)
        
org.apache.catalina.authenticator.AuthenticatorBase.invoke(Authenticator
Base.java:524)
        
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java
:105)
        
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:1
48)
        
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:86
9)
        
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.proc
essConnection(Http11BaseProtocol.java:664)
        
org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint
.java:527)
        
org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollow
erWorkerThread.java:80)
        
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool
.java:684)
        java.lang.Thread.run(Thread.java:595)

It does not even need to reference any of the contrib-dojo classes to
break it.

The app uses tomcat form based auth (via NTLM) then forwards to the
wicket servlet, it's after the user is authenicated that the exception
is thrown.

Remove the wicket-contrib-dojo jar from the classpath and everything
works again.

Any ideas where I could start looking for the problem?

I'm actually just after FXFeedbackIndicator - are there any other
alternatives that people are using?

Wicket: 1.2.4
Wicket-contrib-dojo 0.3.1
Tomcat 5.5.20
Java: 1.5

Thanks for your time,
Tim

________________________________________________________________________
The Information contained in this e-mail message is intended only for
the individuals named above. If you are not the intended recipient,
you should be aware that any dissemination, distribution, forwarding
or other duplication of this communication is strictly prohibited.
The views expressed in this e-mail are those of the individual
author and not necessarily those of LINK Interchange Network Ltd.
Prior to taking any action based upon this e-mail message you should
seek appropriate confirmation of its authenticity. If you have
received this e-mail in error, please notify the sender immediately.
________________________________________________________________________

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to