This class has been renamed to UrlResourceReference. Remove 'External' and it should work.
On Mon, Sep 17, 2012 at 11:41 PM, sfwicket <[email protected]> wrote: > > > > ChartsResourceReference.java will not compile with a missing import on: > > import org.apache.wicket.request.resource.ExternalUrlResourceReference; > > This is with the Wicket version set in the pom.xml as either 6.0-SNAPSHOT > (as it currently is) or changing it to 6.0.0. > > also, the pom.xml will not resolve this dependency: > > <dependency> > <groupId>org.apache.wicket</groupId> > > <artifactId>wicket-native-websocket-tomcat</artifactId> > <version>0.1-SNAPSHOT</version> > </dependency> > > but I found version 0.2 or 0.3-SNAPSHOT do resolve. similarly for the > wicket-native-websocket-jetty artifact. > > > > Quoting Martin Grigorov <[email protected]>: > >> Hi, >> >> http://wicketinaction.com/2012/07/wicket-6-native-websockets/ >> >> This is the Java example. >> What is the problem with compiling it ? >> >> On Mon, Sep 17, 2012 at 11:13 PM, sfwicket <[email protected]> wrote: >>> >>> >>> Is there a working Wicket 6.0.0 Websocket example written in Java? The >>> only >>> demo provided here on the wiki page is written in Scala. >>> >>> https://cwiki.apache.org/WICKET/wicket-native-websockets.html >>> >>> The other demo I found has outdated dependencies on Wicket 6.0-SNAPSHOT >>> and >>> wicket-native-websocket-tomcat 0.1-SNAPSHOT and will not compile after >>> altering these dependencies to 6.0.0 and 0.2 respectively. >>> >>> Can someone point me to a working Wicket 6.0.0 Websocket demo? >>> >>> Thanks! >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [email protected] >>> For additional commands, e-mail: [email protected] >>> >> >> >> >> -- >> Martin Grigorov >> jWeekend >> Training, Consulting, Development >> http://jWeekend.com >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > -- Martin Grigorov jWeekend Training, Consulting, Development http://jWeekend.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
