Giter Site home page Giter Site logo

wicketstuff / core Goto Github PK

View Code? Open in Web Editor NEW
337.0 337.0 297.0 115.87 MB

Wicketstuff-core projects are bundled user contributions for use with Apache Wicket (https://wicket.apache.org/). They are released in step with Wicket releases to make them easy to use.

Java 57.17% HTML 5.62% CSS 3.26% JavaScript 32.91% Scala 0.70% Shell 0.03% Less 0.25% ActionScript 0.05%
apache-wicket integrations java wicket wicketstuff

core's People

Contributors

ageery avatar akiraly avatar andunslg avatar bitstorm avatar brunoborges avatar cmiles74 avatar cretzel avatar dashorst avatar dependabot[bot] avatar iluwatar avatar inaiat avatar joachimrohde avatar jsarman avatar kkaravitis avatar klopfdreh avatar martin-g avatar martinknopf avatar michaelmosmann avatar mnadeem avatar mocleiri avatar papegaaij avatar pedrosans avatar reiern70 avatar rene-d-menoto avatar robsonke avatar shuraa avatar simpuls avatar solomax avatar svenmeier avatar tfreier avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

core's Issues

jasperreports JRImageResource fails to generate image resource in jasperreports-examples

JRRImageResource.newExporter() is final and throws this exception:

ERROR - DefaultExceptionMapper     - Unexpected error occurred
org.apache.wicket.WicketRuntimeException: Method onResourceRequested of interface org.apache.wicket.IResourceListener targeted at [ResourceLink [Component id = linkToImage]] on component [ResourceLink [Component id = linkToImage]] threw an exception
    at org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:269)
    at org.apache.wicket.RequestListenerInterface.invoke(RequestListenerInterface.java:215)
    at org.apache.wicket.request.handler.ListenerInterfaceRequestHandler.invokeListener(ListenerInterfaceRequestHandler.java:171)
    at org.apache.wicket.request.handler.ListenerInterfaceRequestHandler.respond(ListenerInterfaceRequestHandler.java:157)
    at org.apache.wicket.request.RequestHandlerStack.executeRequestHandler(RequestHandlerStack.java:84)
    at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:205)
    at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:247)
    at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:138)
    at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:194)
    at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157)
    at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388)
    at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216)
    at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182)
    at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
    at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
    at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230)
    at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114)
    at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152)
    at org.mortbay.jetty.Server.handle(Server.java:326)
    at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542)
    at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923)
    at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547)
    at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212)
    at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
    at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409)
    at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)
Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.wicket.RequestListenerInterface.internalInvoke(RequestListenerInterface.java:259)
    ... 25 more
Caused by: java.lang.UnsupportedOperationException: this method is not used in this implementation
    at org.wicketstuff.jasperreports.JRImageResource.newExporter(JRImageResource.java:115)
    at org.wicketstuff.jasperreports.JRResource$4.writeData(JRResource.java:412)
    at org.apache.wicket.request.resource.AbstractResource.respond(AbstractResource.java:514)
    at org.apache.wicket.markup.html.link.ResourceLink.onResourceRequested(ResourceLink.java:114)
    ... 30 more

This is triggered by running jasperreports-example and clicking on 'Page Links to Reports' (second link) and then on 'display Image report'. All of the other examples on that page work ok.

This is in the master branch.

Avoid integration modules with same artifactId as their officials

The project jasperreports at wicketstuff will have the same artifactId as the official artifact for JasperReports.

This leads to confusion when looking at lib folders whereas one see:

  • jasperreports-1.4.17.jar
  • jasperreports-3.3.3.jar --> (imaginary version; I really don't know the current version of JR)

I suggest to rename artifacts at wicketstuff to wicketstuff-{projectname}

Anybody against this?

Create seperate wiki pages for projects tied to wicket 1.3, 1.4 and 1.5

When we port the old wiki content from confluence it is likely that many of the pages only relate to modules that were in wicket 1.3 and that some 1.4 modules are not going to be in wicket 1.5

I propose that if a project is at the end or for a specific version only that we create a new page name with the -wicket-version suffix.

For example, Prototype is in Wicket 1.4 but is not going to be ported to Wicket 1.5 (JSLibraries is to be used instead) so the Prototype page should be renamed to Prototype-1.4

We can use this same strategy for modules that only existed in 1.3 and for projects that materially change between wicket top level versions or even those that change materially within a single wicket release (i.e. look at the Push project where the current documentation says it is current from wicket 1.4.16)

Then once this definition exists we can reorder the home page project links to appear under wicket 1.3, wicket 1.4 and wicket 1.5 headings.

We could also add links between the different versions of a single module (i.e. the Project-1.3 version has a link to the Project-1.4 version that has a link to the current Project page).

upgrade InputBehavior from input-events in master

The InputBehavior.onRendered(Component c) does not have an obvious equivalent in Behavior or AbstractAjaxBehavior.

Fixing this one method will let input-events-parent to be included in jdk-1.5-parent/pom.xml

Fix compile error in gae-initializer in master

The jenkins build fails on the gae-initializer in master with the following error:

message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project gae-initializer: Compilation failure
/home/mike/.jenkins/jobs/Wicketstuff Core Java 5 Modules (wicket 1.5-SNAPSHOT)/workspace/jdk-1.5-parent/gae-initializer-parent/gae-initializer/src/main/java/org/wicketstuff/gae/GaePageManagerProvider.java:[35,24] cannot find symbol
symbol  : method getCacheSize()
location: class org.wicketstuff.gae.GaePageManagerProvider

cause : Compilation failure
/home/mike/.jenkins/jobs/Wicketstuff Core Java 5 Modules (wicket 1.5-SNAPSHOT)/workspace/jdk-1.5-parent/gae-initializer-parent/gae-initializer/src/main/java/org/wicketstuff/gae/GaePageManagerProvider.java:[35,24] cannot find symbol
symbol  : method getCacheSize()
location: class org.wicketstuff.gae.GaePageManagerProvider

Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.2:compile (default-compile) on project gae-initializer: Compilation failure
/home/mike/.jenkins/jobs/Wicketstuff Core Java 5 Modules (wicket 1.5-SNAPSHOT)/workspace/jdk-1.5-parent/gae-initializer-parent/gae-initializer/src/main/java/org/wicketstuff/gae/GaePageManagerProvider.java:[35,24] cannot find symbol
symbol  : method getCacheSize()
location: class org.wicketstuff.gae.GaePageManagerProvider

    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
    at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
    at hudson.maven.Maven3Builder.call(Maven3Builder.java:128)
    at hudson.maven.Maven3Builder.call(Maven3Builder.java:75)
    at hudson.remoting.UserRequest.perform(UserRequest.java:118)
    at hudson.remoting.UserRequest.perform(UserRequest.java:48)
    at hudson.remoting.Request$2.run(Request.java:270)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
    at java.util.concurrent.FutureTask.run(FutureTask.java:123)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
    at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
/home/mike/.jenkins/jobs/Wicketstuff Core Java 5 Modules (wicket 1.5-SNAPSHOT)/workspace/jdk-1.5-parent/gae-initializer-parent/gae-initializer/src/main/java/org/wicketstuff/gae/GaePageManagerProvider.java:[35,24] cannot find symbol
symbol  : method getCacheSize()
location: class org.wicketstuff.gae.GaePageManagerProvider

    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
    at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    ... 27 more
channel stopped

MbeanNode don't copy name property

In MBeanView project MbeanNode is not coping the name property from the parent parsed by argument, noticed by Richard Emberson

public MbeanNode(MbeanNode parent)
{
this.objectInstance = parent.objectInstance;
this.mBeanServerLocator = parent.mBeanServerLocator;
this.objectInstance = parent.objectInstance;
this.keyValue = parent.keyValue;
}

wicketstuff-jsr303 1.5-RC7 and Wicket 1.5.0

The combination of dependencies (see title) and an add(new PropertyValidation()) lead to following Exception:

INFO: ERROR o.a.wicket.DefaultExceptionMapper - Unexpected error occurred
org.apache.wicket.WicketRuntimeException: Cannot modify component hierarchy after render phase has started (page version cant change then anymore)
    at org.apache.wicket.Component.checkHierarchyChange(Component.java:3524) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.addStateChange(Component.java:3453) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Behaviors.add(Behaviors.java:62) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.add(Component.java:4430) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.markup.html.form.FormComponent.add(FormComponent.java:490) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.wicketstuff.jsr303.PropertyValidation.addValidator(PropertyValidation.java:76) ~[wicketstuff-jsr303-1.5-RC7.jar:1.5-RC7 null - mike]
    at org.wicketstuff.jsr303.PropertyValidation.access$000(PropertyValidation.java:17) ~[wicketstuff-jsr303-1.5-RC7.jar:1.5-RC7 null - mike]
    at org.wicketstuff.jsr303.PropertyValidation$JSR303ValidatorFormComponentVisitor.component(PropertyValidation.java:32) ~[wicketstuff-jsr303-1.5-RC7.jar:1.5-RC7 null - mike]
    at org.wicketstuff.jsr303.PropertyValidation$JSR303ValidatorFormComponentVisitor.component(PropertyValidation.java:22) ~[wicketstuff-jsr303-1.5-RC7.jar:1.5-RC7 null - mike]
    at org.apache.wicket.util.visit.Visits.visitChildren(Visits.java:143) ~[wicket-util-1.5.0.jar:1.5.0]
    at org.apache.wicket.util.visit.Visits.visitChildren(Visits.java:122) ~[wicket-util-1.5.0.jar:1.5.0]
    at org.apache.wicket.util.visit.Visits.visitChildren(Visits.java:191) ~[wicket-util-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.visitChildren(MarkupContainer.java:923) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.wicketstuff.jsr303.PropertyValidation.beforeRender(PropertyValidation.java:48) ~[wicketstuff-jsr303-1.5-RC7.jar:1.5-RC7 null - mike]
    at org.apache.wicket.Component.notifyBehaviorsComponentBeforeRender(Component.java:3424) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.internalRender(Component.java:2340) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.render(Component.java:2269) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1474) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1638) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1613) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1567) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.onComponentTagBody(DefaultMarkupSourcingStrategy.java:72) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.internalRenderComponent(Component.java:2511) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1576) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.internalRender(Component.java:2341) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.render(Component.java:2269) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1474) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1638) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1613) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1567) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.onComponentTagBody(DefaultMarkupSourcingStrategy.java:72) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.internalRenderComponent(Component.java:2511) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1576) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.internalRender(Component.java:2341) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.render(Component.java:2269) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1474) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1638) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Page.onRender(Page.java:904) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.markup.html.WebPage.onRender(WebPage.java:140) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.internalRender(Component.java:2341) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Component.render(Component.java:2269) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.Page.renderPage(Page.java:1035) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.request.handler.render.WebPageRenderer.renderPage(WebPageRenderer.java:105) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:224) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:147) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.request.cycle.RequestCycle$HandlerExecutor.respond(RequestCycle.java:719) ~[wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:63) ~[wicket-request-1.5.0.jar:1.5.0]
    at org.apache.wicket.request.RequestHandlerStack.execute(RequestHandlerStack.java:96) ~[wicket-request-1.5.0.jar:1.5.0]
    at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:210) [wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:253) [wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:162) [wicket-core-1.5.0.jar:1.5.0]
    at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:218) [wicket-core-1.5.0.jar:1.5.0]
    at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:256) [web-core.jar:3.1]
    at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:215) [web-core.jar:3.1]
    at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:279) [web-core.jar:3.1]
    at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175) [web-core.jar:3.1]
    at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:655) [web-core.jar:3.1]
    at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:595) [web-core.jar:3.1]
    at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:98) [web-glue.jar:3.1]
    at com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:91) [web-glue.jar:3.1]
    at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:162) [web-core.jar:3.1]
    at org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:326) [web-core.jar:3.1]
    at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:227) [web-core.jar:3.1]
    at com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:170) [kernel.jar:3.1]
    at com.sun.grizzly.http.ProcessorTask.invokeAdapter(ProcessorTask.java:822) [grizzly-http.jar:1.9.31]
    at com.sun.grizzly.http.ProcessorTask.doProcess(ProcessorTask.java:719) [grizzly-http.jar:1.9.31]
    at com.sun.grizzly.http.ProcessorTask.process(ProcessorTask.java:1013) [grizzly-http.jar:1.9.31]
    at com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:225) [grizzly-http.jar:1.9.31]
    at com.sun.grizzly.DefaultProtocolChain.executeProtocolFilter(DefaultProtocolChain.java:137) [grizzly-framework.jar:1.9.31]
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:104) [grizzly-framework.jar:1.9.31]
    at com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:90) [grizzly-framework.jar:1.9.31]
    at com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:79) [grizzly-http.jar:1.9.31]
    at com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:54) [grizzly-framework.jar:1.9.31]
    at com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:59) [grizzly-framework.jar:1.9.31]
    at com.sun.grizzly.ContextTask.run(ContextTask.java:71) [grizzly-framework.jar:1.9.31]
    at com.sun.grizzly.util.AbstractThreadPool$Worker.doWork(AbstractThreadPool.java:532) [grizzly-utils.jar:1.9.31]
    at com.sun.grizzly.util.AbstractThreadPool$Worker.run(AbstractThreadPool.java:513) [grizzly-utils.jar:1.9.31]
    at java.lang.Thread.run(Thread.java:619) [na:1.6.0_20]

Can't compile wicketstuff/core

Hi,
I forked and cloned wicketstuff/core then tried to compile. Steps are below. I also see that Jenkins on http://www.wicketstuff.org/hudson/ is "cloudy".

I have searched the Wiki, the Issues tracker and and googled a little bit.

As a habit I don't commit code if tests don't work and I think also wicketstuff maintainer don't do so the question is: is there anybody who can compile the project?

Thank you
Daniele


STEPS

From the root directory:
mvn clean install
and I get pretty nothing:

[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Building WicketStuff Core Parent
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\pom.xml to D:\.m2\org\wicketstuff\wicketstuff-core\1.5-SNAPSHOT\wicketstuff-core-1.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESSFUL
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 2 seconds
[INFO] Finished at: Mon Aug 22 18:30:05 CEST 2011
[INFO] Final Memory: 11M/27M
[INFO] ------------------------------------------------------------------------

From the directory jdk-1.5-parent
mvn clean install
and I get:

[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Java 5 Modules - Parent
[INFO]   Wicket Annotations
[INFO]   BrowserId Parent
[INFO]   BrowserId
[INFO]   BrowserId Example
[INFO]   JSLibraries
[INFO]   CalendarViews - Parent
[INFO]   CalendarViews
[INFO]   CalendarViews - Examples
[INFO]   Client and Server Validation
[INFO]   Wicket Console - Parent
[INFO]   Wicket Console - Engine
[INFO]   Wicket Console - Templates
[INFO]   Wicket Console
[INFO]   Wicket Console - Examples
[INFO]   Datatable Autocomplete - Parent
[INFO]   Datatable Autocomplete Common
[INFO]   Datatable Autocomplete
[INFO]   Datatable Autocomplete Examples
[INFO]   DataTable Autocomplete Test
[INFO]   DataTables jQuery Plugin Integration - Parent
[INFO]   DataTables jQuery Plugin Integration
[INFO]   DataTables jQuery Plugin Integration - Examples
[INFO]   Wicket-EidoGo-Parent
[INFO]   Wicket-EidoGo
[INFO]   Wicket-EidoGo
[INFO]   Wicket Flot Integration - Parent
[INFO]   Wicket Flot Integration
[INFO]   Wicket Flot Integration - Examples
[INFO]   GAE Initializer Parent
[INFO]   GAE Initializer
[INFO]   GAE Initializer example
[INFO]   Google Charts - Parent
[INFO]   Google Charts
[INFO]   Google Charts - Examples
[INFO]   GMap2 - Parent
[INFO]   GMap2
[INFO]   GMap2 - Examples
[INFO]   InMethod Grid Parent
[INFO]   InMethod Grid
[INFO]   InMethod Grid Examples
[INFO]   Input Events - Parent
[INFO]   Input Events
[INFO]   Input Events - Examples
[INFO]   JasperReports Integration - parent
[INFO]   JasperReports Integration
[INFO]   JasperReports Integration - examples
[INFO]   Minis - Parent
[INFO]   Minis
[INFO]   JQuery Integration - Parent
[INFO]   JQuery Integration
[INFO]   JQuery Integration - Examples
[INFO]   JSR303 - Parent
[INFO]   JSR303
[INFO]   JSR303 - Examples
[INFO]   maven-support
[INFO]   MBeanView - Parent
[INFO]   mbeanview
[INFO]   MBean View - Example
[INFO]   Minis - Examples
[INFO]   ModalX Parent
[INFO]   ModalX
[INFO]   ModalX Example
[INFO]   Mootools Meio-Mask Plugin Integration - Parent
[INFO]   Mootools MeioMask Plugin Integration
[INFO]   Mootools MeioMask Plugin Integration - Examples
[INFO]   Prototype Integration
[INFO]   Multi Text Input - Parent
[INFO]   Multi-Text Input
[INFO]   multi-text-input-examples
[INFO]   ObjectAutoComplete - Parent
[INFO]   ObjectAutoComplete
[INFO]   ObjectAutoComplete - Examples
[INFO]   Openlayers Integration - Parent
[INFO]   Openlayers
[INFO]   Openlayers - Proxy
[INFO]   Openlayers - Examples
[INFO]   Wicket Phonebook Example
[INFO]   Wicket Plugin Framework
[INFO]   Unnamed - org.wicketstuff:progressbar-parent:pom:1.5-SNAPSHOT
[INFO]   Unnamed - org.wicketstuff:wicketstuff-progressbar:jar:1.5-SNAPSHOT
[INFO]   Unnamed - org.wicketstuff:wicketstuff-progressbar-spring:jar:1.5-SNAPSHOT
[INFO]   Unnamed - org.wicketstuff:progressbar-example:war:1.5-SNAPSHOT
[INFO]   Push - Parent
[INFO]   Wicketstuff Push - Core
[INFO]   Wicketstuff Push - Timer
[INFO]   Wicket-Scala Parent
[INFO]   Wicket-Scala
[INFO]   Wicket-Scala Samples
[INFO]   Wicket-Scala Archetype
[INFO]   Apache Shiro Security for Wicket - Parent
[INFO]   Apache Shiro Security for Wicket
[INFO]   Apache Shiro Security for Wicket - Examples
[INFO]   Apache Shiro Security for Wicket - Example Base
[INFO]   Apache Shiro Security for Wicket - Realm Example
[INFO]   Apache Shiro Security for Wicket - Spring, JDBC Example
[INFO]   Apache Shiro Security for Wicket - Spring, Hibernate Example
[INFO]   Apache Shiro Security for Wicket - Spring, Hibernate Example, Shiro Native Sessions
[INFO]   Simile Timeline - Parent
[INFO]   Simile Timeline
[INFO]   theme-parent
[INFO]   theme-base
[INFO]   theme-standard
[INFO]   theme-tester
[INFO]   wicket-bundle-parent
[INFO]   Wicket Bundle
[INFO]   Wicket IOC Bundle
[INFO]   Wicket OSGi Parent
[INFO]   Wicket OSGi Integration
[INFO]   Wicket OSGi Test Service
[INFO]   Wicket OSGi Test Web Application
[INFO]   WicketStuff POI - Parent
[INFO]   WicketStuff POI
[INFO]   WicketStuff POI - Example Web Application
[INFO]   wicket-security
[INFO]   wasp-parent
[INFO]   Wicket Common Security
[INFO]   WASP
[INFO]   swarm-parent
[INFO]   Hive
[INFO]   SWARM
[INFO]   WicketStuff Logback - Parent
[INFO]   WicketStuff Logback
[INFO]   WicketStuff Logback - Example Web Application
[INFO]   WicketStuff SpringReference - Parent
[INFO]   WicketStuff SpringReference
[INFO]   WicketStuff SpringReference - Example Web Application
[INFO]   YAV Integration - Parent
[INFO]   Yav Integration
[INFO]   YAV Integration - Examples
[WARNING] POM for 'biz.aQute:bndlib:pom:1.15.0:runtime' is invalid.

Its dependencies (if any) will NOT be available to the current build.
[INFO] ------------------------------------------------------------------------
[INFO] Building Java 5 Modules - Parent
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [animal-sniffer:check {execution: animal-sniff-dependencies}]
[INFO] Checking unresolved references to org.codehaus.mojo.signature:java15:1.0
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\pom.xml to D:\.m2\org\wicketstuff\jdk-1.5-parent\1.5-SNAPSHOT\jdk-1.5-parent-1.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicket Annotations
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] Deleting directory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\target
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\resources
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 4 source files to D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\target\classes
[INFO] -------------------------------------------------------------
[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[21,24] package org.apache.wicket does not exist
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[22,24] package org.apache.wicket does not exist
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[23,32] package org.apache.wicket.request does not exist
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[24,42] package org.apache.wicket.request.component does not exist
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[25,39] package org.apache.wicket.request.mapper does not exist
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountList.java:[21,38] package org.apache.wicket.protocol.http does not exist
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountList.java:[22,32] package org.apache.wicket.request does not exist
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountList.java:[30,50] cannot find symbol
symbol: class IRequestMapper
public class AnnotatedMountList extends ArrayList
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[200,53] cannot find symbol
symbol  : class Page
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[213,40] cannot find symbol
symbol  : class Page
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[244,18] cannot find symbol
symbol  : class IRequestablePage
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[243,8] cannot find symbol
symbol  : class IRequestMapper
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[257,51] cannot find symbol
symbol  : class IRequestablePage
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountList.java:[43,19] cannot find symbol
symbol  : class WebApplication
location: class org.wicketstuff.annotation.scan.AnnotatedMountList
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[141,9] cannot find symbol
symbol  : class Page
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[186,19] cannot find symbol
symbol  : class Page
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[186,49] cannot find symbol
symbol  : class Page
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[246,13] cannot find symbol
symbol  : class MountedMapper
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
[ERROR] \gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountList.java:[45,7] cannot find symbol
symbol  : class IRequestMapper
location: class org.wicketstuff.annotation.scan.AnnotatedMountList
[INFO] 19 errors 
[INFO] -------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Compilation failure

\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[21,24] package org.apache.wicket does not exist
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[22,24] package org.apache.wicket does not exist
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[23,32] package org.apache.wicket.request does not exist
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[24,42] package org.apache.wicket.request.component does not exist
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[25,39] package org.apache.wicket.request.mapper does not exist
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountList.java:[21,38] package org.apache.wicket.protocol.http does not exist
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountList.java:[22,32] package org.apache.wicket.request does not exist
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountList.java:[30,50] cannot find symbol
symbol: class IRequestMapper
public class AnnotatedMountList extends ArrayList
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[200,53] cannot find symbol
symbol  : class Page
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[213,40] cannot find symbol
symbol  : class Page
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[244,18] cannot find symbol
symbol  : class IRequestablePage
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[243,8] cannot find symbol
symbol  : class IRequestMapper
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[257,51] cannot find symbol
symbol  : class IRequestablePage
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountList.java:[43,19] cannot find symbol
symbol  : class WebApplication
location: class org.wicketstuff.annotation.scan.AnnotatedMountList
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[141,9] cannot find symbol
symbol  : class Page
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[186,19] cannot find symbol
symbol  : class Page
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[186,49] cannot find symbol
symbol  : class Page
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountScanner.java:[246,13] cannot find symbol
symbol  : class MountedMapper
location: class org.wicketstuff.annotation.scan.AnnotatedMountScanner
\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.5-parent\annotation\src\main\java\org\wicketstuff\annotation\scan\AnnotatedMountList.java:[45,7] cannot find symbol
symbol  : class IRequestMapper
location: class org.wicketstuff.annotation.scan.AnnotatedMountList

[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 10 seconds
[INFO] Finished at: Mon Aug 22 18:20:09 CEST 2011
[INFO] Final Memory: 42M/102M
[INFO] ------------------------------------------------------------------------

From the directory jdk-1.6-parent
mvn clean install
and I get:

[INFO] Scanning for projects...
[INFO] Reactor build order: 
[INFO]   Java 6 Modules - Parent
[INFO]   JavaEE Inject - Parent
[INFO]   JavaEE Inject
[INFO]   JavaEE Inject - Examples
[INFO]   JavaEE Inject - Example EJB Module
[INFO]   JavaEE Inject - Example Web Module
[INFO]   JavaEE Inject - Example EAR
[INFO]   Push - Parent
[INFO]   Wicketstuff Push - CometD
[INFO]   Wicket Push Examples
[INFO]   WicketStuff Kryo serializer
[INFO]   Wicket HTML5 :: Parent
[INFO]   Wicket HTML5 :: Wicket-HTML5
[INFO]   Wicket HTML5 :: Wicket-HTML5 Examples
[INFO]   Wicket Servlet3 :: Parent
[INFO]   Wicket Servlet3
[INFO]   Wicket Servlet3 Examples
[INFO] ------------------------------------------------------------------------
[INFO] Building Java 6 Modules - Parent
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\pom.xml to D:\.m2\org\wicketstuff\jdk-1.6-parent\1.5-SNAPSHOT\jdk-1.6-parent-1.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaEE Inject - Parent
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\pom.xml to D:\.m2\org\wicketstuff\javaee-inject-parent\1.5-SNAPSHOT\javaee-inject-parent-1.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaEE Inject
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject\src\main\resources
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 10 source files to D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject\target\classes
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject\src\test\resources
[INFO] skip non existing resourceDirectory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject\src\test\java
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [jar:jar {execution: default-jar}]
[INFO] Building jar: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject\target\wicketstuff-javaee-inject-1.5-SNAPSHOT.jar
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] org already added, skipping
[INFO] org\wicketstuff already added, skipping
[INFO] org\wicketstuff\javaee already added, skipping
[INFO] org\wicketstuff\javaee\injection already added, skipping
[INFO] org\wicketstuff\javaee\naming already added, skipping
[INFO] org\wicketstuff\javaee\naming\global already added, skipping
[INFO] Building jar: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject\target\wicketstuff-javaee-inject-1.5-SNAPSHOT-sources.jar
[INFO] org already added, skipping
[INFO] org\wicketstuff already added, skipping
[INFO] org\wicketstuff\javaee already added, skipping
[INFO] org\wicketstuff\javaee\injection already added, skipping
[INFO] org\wicketstuff\javaee\naming already added, skipping
[INFO] org\wicketstuff\javaee\naming\global already added, skipping
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject\target\wicketstuff-javaee-inject-1.5-SNAPSHOT.jar to D:\.m2\org\wicketstuff\wicketstuff-javaee-inject\1.5-SNAPSHOT\wicketstuff-javaee-inject-1.5-SNAPSHOT.jar
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject\target\wicketstuff-javaee-inject-1.5-SNAPSHOT-sources.jar to D:\.m2\org\wicketstuff\wicketstuff-javaee-inject\1.5-SNAPSHOT\wicketstuff-javaee-inject-1.5-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaEE Inject - Examples
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\pom.xml to D:\.m2\org\wicketstuff\javaee-inject-examples\1.5-SNAPSHOT\javaee-inject-examples-1.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaEE Inject - Example EJB Module
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 0 resource
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ejb\target\classes
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ejb\src\test\resources
[INFO] skip non existing resourceDirectory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ejb\src\test\java
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ejb\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [ejb:ejb {execution: default-ejb}]
[INFO] Building EJB javaee-inject-example-ejb-1.5-SNAPSHOT with EJB version 3.1
[INFO] Building jar: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ejb\target\javaee-inject-example-ejb-1.5-SNAPSHOT.jar
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] org already added, skipping
[INFO] org\wicketstuff already added, skipping
[INFO] org\wicketstuff\javaee already added, skipping
[INFO] org\wicketstuff\javaee\example already added, skipping
[INFO] org\wicketstuff\javaee\example\dao already added, skipping
[INFO] org\wicketstuff\javaee\example\model already added, skipping
[INFO] Building jar: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ejb\target\javaee-inject-example-ejb-1.5-SNAPSHOT-sources.jar
[INFO] org already added, skipping
[INFO] org\wicketstuff already added, skipping
[INFO] org\wicketstuff\javaee already added, skipping
[INFO] org\wicketstuff\javaee\example already added, skipping
[INFO] org\wicketstuff\javaee\example\dao already added, skipping
[INFO] org\wicketstuff\javaee\example\model already added, skipping
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ejb\target\javaee-inject-example-ejb-1.5-SNAPSHOT.jar to D:\.m2\org\wicketstuff\javaee-inject-example-ejb\1.5-SNAPSHOT\javaee-inject-example-ejb-1.5-SNAPSHOT.jar
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ejb\target\javaee-inject-example-ejb-1.5-SNAPSHOT-sources.jar to D:\.m2\org\wicketstuff\javaee-inject-example-ejb\1.5-SNAPSHOT\javaee-inject-example-ejb-1.5-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaEE Inject - Example Web Module
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO] [compiler:compile {execution: default-compile}]
[INFO] Compiling 3 source files to D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-war\target\classes
[debug] execute contextualize
[INFO] [resources:testResources {execution: default-testResources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-war\src\test\resources
[INFO] skip non existing resourceDirectory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-war\src\test\java
[INFO] [compiler:testCompile {execution: default-testCompile}]
[INFO] No sources to compile
[INFO] [surefire:test {execution: default-test}]
[INFO] No tests to run.
[INFO] Surefire report directory: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-war\target\surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] [war:war {execution: default-war}]
[INFO] Packaging webapp
[INFO] Assembling webapp[javaee-inject-example-war] in [D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-war\target\javaee-inject-example-war-1.5-SNAPSHOT]
[INFO] Processing war project
[INFO] Copying webapp resources[D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-war\src\main\webapp]
[INFO] Webapp assembled in[485 msecs]
[INFO] Building war: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-war\target\javaee-inject-example-war-1.5-SNAPSHOT.war
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] org already added, skipping
[INFO] org\wicketstuff already added, skipping
[INFO] org\wicketstuff\javaee already added, skipping
[INFO] org\wicketstuff\javaee\example already added, skipping
[INFO] org\wicketstuff\javaee\example\pages already added, skipping
[INFO] org\wicketstuff\javaee\example\pages\InsertContact.html already added, skipping
[INFO] org\wicketstuff\javaee\example\pages\ListContacts.html already added, skipping
[INFO] Building jar: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-war\target\javaee-inject-example-war-1.5-SNAPSHOT-sources.jar
[INFO] org already added, skipping
[INFO] org\wicketstuff already added, skipping
[INFO] org\wicketstuff\javaee already added, skipping
[INFO] org\wicketstuff\javaee\example already added, skipping
[INFO] org\wicketstuff\javaee\example\pages already added, skipping
[INFO] org\wicketstuff\javaee\example\pages\InsertContact.html already added, skipping
[INFO] org\wicketstuff\javaee\example\pages\ListContacts.html already added, skipping
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-war\target\javaee-inject-example-war-1.5-SNAPSHOT.war to D:\.m2\org\wicketstuff\javaee-inject-example-war\1.5-SNAPSHOT\javaee-inject-example-war-1.5-SNAPSHOT.war
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-war\target\javaee-inject-example-war-1.5-SNAPSHOT-sources.jar to D:\.m2\org\wicketstuff\javaee-inject-example-war\1.5-SNAPSHOT\javaee-inject-example-war-1.5-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building JavaEE Inject - Example EAR
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [ear:generate-application-xml {execution: default-generate-application-xml}]
[INFO] Generating application.xml
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] skip non existing resourceDirectory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ear\src\main\java
[INFO] [ear:ear {execution: default-ear}]
[INFO] Copying artifact[war:org.wicketstuff:javaee-inject-example-war:1.5-SNAPSHOT] to[javaee-inject-example-war-1.5-SNAPSHOT.war]
[INFO] Copying artifact[ejb:org.wicketstuff:javaee-inject-example-ejb:1.5-SNAPSHOT] to[javaee-inject-example-ejb-1.5-SNAPSHOT.jar]
[INFO] Copying artifact[jar:org.slf4j:slf4j-api:1.6.1] to[slf4j-api-1.6.1.jar]
[INFO] Could not find manifest file: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ear\target\javaee-inject-example-ear-1.5-SNAPSHOT\META-INF\MANIFEST.MF - Generating one
[INFO] Building jar: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ear\target\javaee-inject-example-ear-1.5-SNAPSHOT.ear
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] Building jar: D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ear\target\javaee-inject-example-ear-1.5-SNAPSHOT-sources.jar
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ear\target\javaee-inject-example-ear-1.5-SNAPSHOT.ear to D:\.m2\org\wicketstuff\javaee-inject-example-ear\1.5-SNAPSHOT\javaee-inject-example-ear-1.5-SNAPSHOT.ear
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\javaee-inject-parent\javaee-inject-examples\javaee-inject-example-ear\target\javaee-inject-example-ear-1.5-SNAPSHOT-sources.jar to D:\.m2\org\wicketstuff\javaee-inject-example-ear\1.5-SNAPSHOT\javaee-inject-example-ear-1.5-SNAPSHOT-sources.jar
[INFO] ------------------------------------------------------------------------
[INFO] Building Push - Parent
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[INFO] [site:attach-descriptor {execution: default-attach-descriptor}]
[INFO] [source:jar-no-fork {execution: attach-sources}]
[INFO] [install:install {execution: default-install}]
[INFO] Installing D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\push-parent-jdk-1.6\pom.xml to D:\.m2\org\wicketstuff\push-parent-jdk-1.6\1.5-SNAPSHOT\push-parent-jdk-1.6-1.5-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Building Wicketstuff Push - CometD
[INFO]    task-segment: [clean, install]
[INFO] ------------------------------------------------------------------------
[INFO] [clean:clean {execution: default-clean}]
[debug] execute contextualize
[INFO] [resources:resources {execution: default-resources}]
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\push-parent-jdk-1.6\push-cometd\src\main\resources
[INFO] Copying 3 resources
[INFO] [dependency:unpack {execution: unpack-cometd-javascript}]
[INFO] Configured Artifact: org.cometd.javascript:cometd-javascript-common:2.0.0:war
[INFO] Unpacking D:\.m2\org\cometd\javascript\cometd-javascript-common\2.0.0\cometd-javascript-common-2.0.0.warto
 D:\gitrepos\wicketstuff-core-dcremonini-fork\jdk-1.6-parent\push-parent-jdk-1.6\push-cometd\target\classes\org\wicketstuff\push\cometd
with Includes **/*.js and excludes:**/*.xml
Downloading: http://efsadev.artifactoryonline.com/efsadev/repo/org/wicketstuff/wicketstuff-push-core/1.5-SNAPSHOT/wicketstuff-push-core-1.5-SNAPSHOT.pom
[INFO] Unable to find resource 'org.wicketstuff:wicketstuff-push-core:pom:1.5-SNAPSHOT' in repository EFSA repository (https://devtools2.efsa.europa.eu/artifactory/release-only)
Downloading: http://efsadev.artifactoryonline.com/efsadev/repo/org/wicketstuff/wicketstuff-push-core/1.5-SNAPSHOT/wicketstuff-push-core-1.5-SNAPSHOT.pom
[INFO] Unable to find resource 'org.wicketstuff:wicketstuff-push-core:pom:1.5-SNAPSHOT' in repository wicket-snapshots (http://repository.apache.org/snapshots)
Downloading: http://efsadev.artifactoryonline.com/efsadev/repo/org/wicketstuff/wicketstuff-push-core/1.5-SNAPSHOT/wicketstuff-push-core-1.5-SNAPSHOT.jar
[INFO] Unable to find resource 'org.wicketstuff:wicketstuff-push-core:jar:1.5-SNAPSHOT' in repository EFSA repository (https://devtools2.efsa.europa.eu/artifactory/release-only)
Downloading: http://efsadev.artifactoryonline.com/efsadev/repo/org/wicketstuff/wicketstuff-push-core/1.5-SNAPSHOT/wicketstuff-push-core-1.5-SNAPSHOT.jar
[INFO] Unable to find resource 'org.wicketstuff:wicketstuff-push-core:jar:1.5-SNAPSHOT' in repository wicket-snapshots (http://repository.apache.org/snapshots)
[INFO] ------------------------------------------------------------------------
[ERROR] BUILD ERROR
[INFO] ------------------------------------------------------------------------
[INFO] Failed to resolve artifact.

Missing:
----------
1) org.wicketstuff:wicketstuff-push-core:jar:1.5-SNAPSHOT

  Try downloading the file manually from the project website.

  Then, install it using the command: 
      mvn install:install-file -DgroupId=org.wicketstuff -DartifactId=wicketstuff-push-core -Dversion=1.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file

  Alternatively, if you host your own repository you can deploy the file there: 
      mvn deploy:deploy-file -DgroupId=org.wicketstuff -DartifactId=wicketstuff-push-core -Dversion=1.5-SNAPSHOT -Dpackaging=jar -Dfile=/path/to/file -Durl=[url] -DrepositoryId=[id]

  Path to dependency: 
    1) org.wicketstuff:wicketstuff-push-cometd:jar:1.5-SNAPSHOT
    2) org.wicketstuff:wicketstuff-push-core:jar:1.5-SNAPSHOT

----------
1 required artifact is missing.

for artifact: 
  org.wicketstuff:wicketstuff-push-cometd:jar:1.5-SNAPSHOT

from the specified remote repositories:
  repo (http://efsadev.artifactoryonline.com/efsadev/repo)



[INFO] ------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 23 seconds
[INFO] Finished at: Mon Aug 22 18:25:48 CEST 2011
[INFO] Final Memory: 43M/104M
[INFO] ------------------------------------------------------------------------

Fix compile error in mootools-meiomask in core-1.4.x branch

When building the current core-1.4.x branch the jenkins build fails on the mootools-meiomask project with the following error:

mavenExecutionResult exceptions not empty
message : Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project mootools-meiomask: Compilation failure
cause : Compilation failure
Stack trace : 
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:2.3.1:compile (default-compile) on project mootools-meiomask: Compilation failure
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:213)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
    at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
    at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
    at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:319)
    at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
    at org.jvnet.hudson.maven3.launcher.Maven3Launcher.main(Maven3Launcher.java:79)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launchStandard(Launcher.java:329)
    at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:239)
    at org.jvnet.hudson.maven3.agent.Maven3Main.launch(Maven3Main.java:158)
    at hudson.maven.Maven3Builder.call(Maven3Builder.java:128)
    at hudson.maven.Maven3Builder.call(Maven3Builder.java:75)
    at hudson.remoting.UserRequest.perform(UserRequest.java:118)
    at hudson.remoting.UserRequest.perform(UserRequest.java:48)
    at hudson.remoting.Request$2.run(Request.java:270)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:417)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:269)
    at java.util.concurrent.FutureTask.run(FutureTask.java:123)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:651)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:676)
    at java.lang.Thread.run(Thread.java:595)
Caused by: org.apache.maven.plugin.CompilationFailureException: Compilation failure
    at org.apache.maven.plugin.AbstractCompilerMojo.execute(AbstractCompilerMojo.java:656)
    at org.apache.maven.plugin.CompilerMojo.execute(CompilerMojo.java:128)
    at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:107)
    at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
    ... 27 more
channel stopped
Finished: FAILURE

Fix wicket-scala-sample in master branch due to upstream change

In recent builds on the master branch the wicket-scala-sample module is failing. The problem is:

[ERROR] /home/hudson/work/workspace/Wicket Stuff Core Java5 (wicket   1.5-SNAPSHOT)/jdk-1.5-parent/scala-extensions-parent/wicket-scala-sample/src/main/scala/org/wicketstuff/scala/sample/HelloWicketWorld.scala:71: error: ambiguous reference to overloaded definition,
[INFO] both method add in class FormComponent of type    (org.apache.wicket.validation.IValidator[_ >: T])org.apache.wicket.markup.html.form.FormComponent[T]
[INFO] and  method add in class Component of type 
(org.apache.wicket.behavior.Behavior*)org.apache.wicket.Component

[INFO] match argument types (org.apache.wicket.validation.validator.EmailAddressValidator)
[INFO]       add(new TextField("email").add(EmailAddressValidator.getInstance))
[INFO]                                  ^
[ERROR] one error found

Could someone who knows Scala remove the ambiguity so that the file will compile properly?

The full build log is here: http://wicketstuff.org/hudson/job/Wicket%20Stuff%20Core%20Java5%20%28wicket%201.5-SNAPSHOT%29/86/org.wicketstuff.scala$sample/console

JDK-1.5-parent can't be build

Child module wicketstuff-core/jdk-1.5-parent/push-parent-jdk-1.5/pom.xml of wicketstuff-core/jdk-1.5-parent/pom.xml does not exist

And it's true, I can't see a pom.xml for push-parent-jdk-1.5...

rename core to wicketstuff-core

Within the user wicketstuff the name 'core' seems fine for a project name, but when the core project is forked within github it looses this context.

Relax inmethod DataGrid generics parameter rules

Currently:

class DataGrid<T> extends AbstractGrid<IDataSource<T>, T>

This should probably be:

class DataGrid<D extends IDataSource<T>, T> extends AbstractGrid<D, T>

And this change implies several changes troughout the codebase.

Older swarm and wasp not available from maven repository

I have an open source app that uses Wicket 1.3, including swarm and wasp. The wicketstuff.org maven repository appears to have gone away, and the only versions of swarm and wasp on maven central are 1.5 release candidate versions. Should I assume that wasp and swarm 1.5 are compatible with all versions of wicket ;-) ?

Why would the repository not have all released versions of wicket-security-swarm and wicket-security-wasp, just as it does for wicket itself?

Error on phonebook example

I'm getting an error when trying to run phonebook. It was deployed on apache 7 from eclipse wtp and jetty from maven. It is the version on trunk.

Root cause:

org.apache.wicket.markup.MarkupException: Unable to find component with id 'focus-tracker' in [ [Component id = filter-form]]. This means that you declared wicket:id=focus-tracker in your markup, but that you either did not add the component to your page at all, or that the hierarchy does not match.
[markup = file:/Users/cvgaviao/Development/Development_Wicket/OPENSOURCE/wicket-stuff/wicketstuff-core/jdk-1.5-parent/phonebook/target/classes/wicket/contrib/phonebook/web/page/ListContactsPage.html

[call to focus restore script] , index = 2, current = '' (line 5, column 2)] at org.apache.wicket.markup.MarkupStream.throwMarkupException(MarkupStream.java:536) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1437) at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1537) at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1512) at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1466) at org.apache.wicket.markup.html.form.Form.onComponentTagBody(Form.java:1546) at org.apache.wicket.extensions.markup.html.repeater.data.table.filter.FilterForm.onComponentTagBody(FilterForm.java:68) at org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.onComponentTagBody(DefaultMarkupSourcingStrategy.java:69) at org.apache.wicket.Component.internalRenderComponent(Component.java:2502) at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1475) at org.apache.wicket.Component.internalRender(Component.java:2366) at org.apache.wicket.Component.render(Component.java:2294) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1414) at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1537) at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1512) at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1466) at org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.onComponentTagBody(DefaultMarkupSourcingStrategy.java:69) at org.apache.wicket.Component.internalRenderComponent(Component.java:2502) at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1475) at org.apache.wicket.Component.internalRender(Component.java:2366) at org.apache.wicket.Component.render(Component.java:2294) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1414) at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1537) at org.apache.wicket.MarkupContainer.renderComponentTagBody(MarkupContainer.java:1512) at org.apache.wicket.MarkupContainer.onComponentTagBody(MarkupContainer.java:1466) at org.apache.wicket.markup.html.panel.DefaultMarkupSourcingStrategy.onComponentTagBody(DefaultMarkupSourcingStrategy.java:69) at org.apache.wicket.Component.internalRenderComponent(Component.java:2502) at org.apache.wicket.MarkupContainer.onRender(MarkupContainer.java:1475) at org.apache.wicket.Component.internalRender(Component.java:2366) at org.apache.wicket.Component.render(Component.java:2294) at org.apache.wicket.MarkupContainer.renderNext(MarkupContainer.java:1414) at org.apache.wicket.MarkupContainer.renderAll(MarkupContainer.java:1537) at org.apache.wicket.Page.onRender(Page.java:1055) at org.apache.wicket.Component.internalRender(Component.java:2366) at org.apache.wicket.Component.render(Component.java:2294) at org.apache.wicket.Page.renderPage(Page.java:1204) at org.apache.wicket.request.handler.render.WebPageRenderer.renderPage(WebPageRenderer.java:145) at org.apache.wicket.request.handler.render.WebPageRenderer.respond(WebPageRenderer.java:253) at org.apache.wicket.request.handler.RenderPageRequestHandler.respond(RenderPageRequestHandler.java:139) at org.apache.wicket.request.RequestHandlerStack.executeRequestHandler(RequestHandlerStack.java:84) at org.apache.wicket.request.cycle.RequestCycle.processRequest(RequestCycle.java:205) at org.apache.wicket.request.cycle.RequestCycle.processRequestAndDetach(RequestCycle.java:247) at org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilter.java:138) at org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java:194) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) at org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198) at org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76) at org.mortbay.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1157) at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:388) at org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:216) at org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:182) at org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765) at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418) at org.mortbay.jetty.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:230) at org.mortbay.jetty.handler.HandlerCollection.handle(HandlerCollection.java:114) at org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:152) at org.mortbay.jetty.Server.handle(Server.java:326) at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:542) at org.mortbay.jetty.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:923) at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:547) at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:212) at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404) at org.mortbay.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:409) at org.mortbay.thread.QueuedThreadPool$PoolThread.run(QueuedThreadPool.java:582)

tinymce: JS error in post-request in wicket 1.4.18

I use a textarea in a form with tinyMCE like this:

TextArea<String> textArea = new TextArea<String>("freitext");
textArea.add(new TinyMceBehavior());

With wicket 1.4.17 it worked, but since wicket 1.4.18, i get a JS error in Internet Explorer 8 when I submit the form:

Details zum Fehler auf der Webseite

Benutzer-Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Zeitstempel: Mon, 5 Sep 2011 12:08:17 UTC

Meldung: 'id' ist Null oder kein Objekt
Zeile: 1
Zeichen: 125200
Code: 0
URI: http://localhost:8080/tkl/resources/wicket.contrib.tinymce.InPlaceEditBehavior/tiny_mce/tiny_mce.js

Only displaying the form works.

The problem is, that in this case, the JS script that is generated by TinyMceBehavior contains a remove:

<script type="text/javascript" >]]>*/</script>

If I change the code in TinyMceBehavior.getAddTinyMceSettingsScript to

protected String getAddTinyMceSettingsScript(Mode mode, Collection<Component> components) {

StringBuilder script = new StringBuilder(128);

// If this behavior is run a second time, it means we're redrawing this
// component via
// an ajax call. The tinyMCE javascript does not handle this scenario,
// so we must
// remove the old editor before initializing it again.
// Korrektur RCO: Zusätzlich "&& AjaxRequestTarget.get() != null"
if (rendered && AjaxRequestTarget.get() != null) {
    // Ende Korrektur RCO
    for (Component c : components) {
    script.append("tinyMCE.remove(tinyMCE.get('");
    script.append(c.getMarkupId());
    script.append("'));\n");
    }
}

script.append(settings.getLoadPluginJavaScript());
script.append(" tinyMCE.init({");
script.append(settings.toJavaScript(mode, components));
script.append(" });\n");
script.append(settings.getAdditionalPluginJavaScript());
rendered = true;

return script.toString();
}

it seemed to work in my case.

ObjectAutocomlpete

Hi,
I am trying to use object autoComplete and i find it very useful and extremely configurable.
I am just having a problem populating existing values onto the field.
So when i hit save the value in the field gets saved but when i open the form again it does not display it again.
I am using object auto complete using as follows:

ObjectAutoCompleteField<City, String> autoCompleteCities = //builder.build("cities", new Model<String>());
new ObjectAutoCompleteBuilder(getCityChoiceProvider())
.updateOnSelectionChange(new ObjectAutoCompleteSelectionChangeListener<String>(){
    @Override
    public void selectionChanged(AjaxRequestTarget pTarget,
            IModel<String> pModel) {
    myCity.setDefaultModel(pModel);
    pTarget.addComponent(myCity);

    }
}).preselect().delay(300).build("cities", new PropertyModel<String>(form.getDefaultModelObject(), "city"));

the city field is set and has a value but on the form it just shows up as a blank element with the search image at the end.
Any help is greatly appriciated.
Thank You

Upgrade wicketstuff-jquery lib

wicketstuff-jquery uses the ancient jquery lib 1.3.2 from February 2009.
It would be great if it could be upped to a more recent version.

TinyMCE doesn't work for wicket 1.5 (baseURL problem)

Hello,

I have following page:

@MountPath("/editpage/${pageId}")
@AuthorizeInstantiation("ADMIN")
public class EditPagePage extends GenericPage<Page>
{

and

        form.add(new TextArea("content").add(new TinyMceBehavior()));

And durung loading of page I recive following:

Failed to load: http://localhost:8080/editpage//themes/simple/editor_template.js
Failed to load: http://localhost:8080/editpage//langs/en.js

By tracing of code I realize that baseURL can't be calculated in tinymce._init method because some incorrectness in:

function getBase(n) {
if (n.src && /tiny_mce(|_gzip|_jquery|_prototype|_full)(_dev|_src)?.js/.test(n.src)) {
if (/_(src|dev)\.js/g.test(n.src))
t.suffix = '_src'; 

because URL of script for tinymce to include is following:

../wicket/resource/wicket.contrib.tinymce.InPlaceEditBehavior/tiny_mce/tiny_mce_src-ver-1321430948000.js

Test failing in kyro-serializer

When building the 1.5-RC7 release I am seeing this test failure.

I just forced the build to skip the test case but if this can be fixed It will get included in the 1.5.0 release.


Test set: org.wicketstuff.pageserializer.kryo.KryoSerializerTest

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.939 sec <<< FAILURE!
homepageRendersSuccessfully(org.wicketstuff.pageserializer.kryo.KryoSerializerTest) Time elapsed: 0.863 sec <<< FAILURE!
java.lang.AssertionError: The produced data should not be null! expected:<437> but was:<432>
at org.junit.Assert.fail(Assert.java:91)
at org.junit.Assert.failNotEquals(Assert.java:645)
at org.junit.Assert.assertEquals(Assert.java:126)
at org.junit.Assert.assertEquals(Assert.java:470)
at org.wicketstuff.pageserializer.kryo.KryoSerializerTest.homepageRendersSuccessfully(KryoSerializerTest.java:45)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:20)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:31)
at org.junit.runners.BlockJUnit4ClassRunner.runNotIgnored(BlockJUnit4ClassRunner.java:79)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:71)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:49)
at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)

Grid content columns alignment goes wrong in Chrome 12

Steps to repro:

  1. Deploy inmethod-grid-examples from trunk (1.5-SNAPSHOT) to tomcat.
  2. Go to homepage in Chrome 12. Should show "Simple DataGrid" page and the row columns aligning with the header columns in the grid.
  3. Go to the second page by clicking "2" at the bottom of the grid. Grid should ajax update and now the content columns do not align with the header columns anymore. (Resizing the browser window fixes the alignment.)

Does not happen with FF5, Opera11.50 and IE9.

Fix compile errors in jasperreports-parent in master

I used the subtree merge strategy to pull in the latest jasperreports-parent changes from core-1.4.x into the master branch. see here: https://github.com/wicketstuff/core/wiki/Helpful-Git-Commands (section: Port Features from core-1.4.x into master)

Unfortunately, There are compile errors that prevent jasperreports-parent being included in the upcoming 1.5-RC1 release.

The main issue is that JRResource used to extend DynamicWebResource which has been removed from 1.5. It needs to be modified to use one of the new classes, perhaps ByteArrayResource or ResourceStreamResource.

Navigator under grid dances in IE 9

Steps to repro:

  1. Deploy inmethod-grid-examples from trunk (1.5-SNAPSHOT) to tomcat.
  2. Go to homepage in IE 9. Should show "Simple DataGrid" page and the navigator toolbar is placed correctly under the grid.
  3. Mouse over the rows. The navigator toolbar should go up and down under the grid (funny animation) while moving the mouse over the rows.

Does not happen with Chrome12, FF5 and Opera11.50.

push-cometd: use ws: URLs in Javscript for Google Chrome

Google Chrome requires a proper Websocket URL starting with "ws:" for a Websocket handshake, but push-cometd is supplying a scheme-less relative url like "/cometd" via Javascript. This becomes e.g. "http://localhost:8080/cometd", and Chrome complains in the error console with
Wrong url scheme for WebSocket http://localhost:8080/cometd/handshake

URLs supplied to cometd in Javascript must start with "ws:" if the browser supports Websockets, or with "http:" (for long-polling transport) if the browser does not support Websockets.

InputBehavior executes multiple times after AJAX update

When a component with an attached InputBehavior is updated via AJAX, a key stroke will trigger the behavior multiple times. That's because the old event listeners are still registered in JavaScript and every rendering will add an additional listener.

Port confluence wiki content into github wiki

The old confluence wiki content is temporarily available here:
http://wicketstuff.org/STUFFWIKI/index.html

This issue is about porting the missing project info from it into the github based wiki.

Please comment on this ticket for the modules you are going to port to keep us organized.

Consider using the template on this page as the base for each module: https://github.com/wicketstuff/core/wiki/Editing-Wiki-Locally

Also if there are images on the page being ported remember that they can only be added by checking out the wiki using git and that the recommended location for them is in /projects/images/$projectname/image.png

The modules that need content are:

annotation

artwork
calendar views
client and server validation
ddcalendar
fixed feedback
flot
google maps v2
input events
jquery
jasper reports
jslibraries
jsr303
jwicket
maven support
minis and misc (I think these 2 might be merged)
multiline text input
object autocomplete
openlayers
phonebook
plugin
prototype (doesn't exist in 1.5 but we should still port in the 1.4 help)
scala extensions
scriptaculus
shiro security
simile timeline project
sitemap xml
theme
tinymce
YAV
YUI

wicket-scala unit tests fail with maven-surefire-plugin 2.9

I tried to update the maven-surefire-plugin from 2.6 to 2.9 but the wicket-scala unit tests (written in scala) failed with the new version. The cause for the exception seems to be a class loader problem: o.a.w.application.AbstractClassResolver.resolveClass(AbstractClassResolver.java:110) does not find o.a.w.Initializer class.

Exception snippet:

166 [main] WARN org.apache.wicket.util.lang.WicketObjects - Could not resolve class [org.apache.wicket.Initializer]
java.lang.ClassNotFoundException: org.apache.wicket.Initializer
    at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
    at java.security.AccessController.doPrivileged(Native Method)
    at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:268)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
    at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:242)
    at org.apache.wicket.application.AbstractClassResolver.resolveClass(AbstractClassResolver.java:110)
    at org.apache.wicket.util.lang.WicketObjects.resolveClass(WicketObjects.java:68)
    at org.apache.wicket.util.lang.WicketObjects.newInstance(WicketObjects.java:376)
    at org.apache.wicket.Application.addInitializer(Application.java:577)
    at org.apache.wicket.Application.load(Application.java:615)
    at org.apache.wicket.Application.initializeComponents(Application.java:501)
    at org.apache.wicket.Application.initApplication(Application.java:806)
    at org.apache.wicket.util.tester.BaseWicketTester.<init>(BaseWicketTester.java:295)
    at org.apache.wicket.util.tester.BaseWicketTester.<init>(BaseWicketTester.java:239)
    at org.apache.wicket.util.tester.BaseWicketTester.<init>(BaseWicketTester.java:209)
    at org.apache.wicket.util.tester.WicketTester.<init>(WicketTester.java:170)
    at org.wicketstuff.scala.ComponentSpecs$$anonfun$4$$anonfun$apply$9.apply(ComponentSpecs.scala:41)
    at org.wicketstuff.scala.ComponentSpecs$$anonfun$4$$anonfun$apply$9.apply(ComponentSpecs.scala:41)
    at org.specs.specification.BeforeAfter$$anonfun$stackActions$1.apply(Context.scala:81)
    at org.specs.specification.ExampleContext$$anonfun$executeActions$1$$anonfun$apply$1.apply(ExampleContext.scala:59)
    at org.specs.specification.LifeCycle$class.withCurrent(ExampleLifeCycle.scala:66)
    at org.specs.specification.Examples.withCurrent(Examples.scala:52)
    at org.specs.specification.ExampleContext$$anonfun$executeActions$1.apply(ExampleContext.scala:59)
    at org.specs.specification.ExampleContext$$anonfun$executeActions$1.apply(ExampleContext.scala:58)
    at scala.Option.map(Option.scala:134)
    at org.specs.specification.ExampleContext$class.executeActions(ExampleContext.scala:58)
    at org.specs.specification.ExampleContext$class.beforeExample(ExampleContext.scala:53)
    at org.specs.specification.Examples.beforeExample(Examples.scala:52)
    at org.specs.specification.ExampleContext$$anonfun$beforeExample$2.apply(ExampleContext.scala:48)
    at org.specs.specification.ExampleContext$$anonfun$beforeExample$2.apply(ExampleContext.scala:48)
    at scala.Option.map(Option.scala:134)
    at org.specs.specification.ExampleContext$class.beforeExample(ExampleContext.scala:48)
    at org.specs.specification.Examples.beforeExample(Examples.scala:52)
    at org.specs.specification.ExampleExecution$$anonfun$3.apply(ExampleLifeCycle.scala:201)
    at org.specs.specification.ExampleExecution$$anonfun$3.apply(ExampleLifeCycle.scala:198)
    at org.specs.specification.ExampleExecution$$anonfun$2.apply(ExampleLifeCycle.scala:181)
    at org.specs.specification.ExampleExecution.execute(ExampleLifeCycle.scala:252)
    at org.specs.specification.SpecificationExecutor$$anonfun$executeExample$3.apply(SpecificationExecutor.scala:70)
    at org.specs.specification.SpecificationExecutor$$anonfun$executeExample$3.apply(SpecificationExecutor.scala:70)
    at scala.Option.map(Option.scala:134)
    at org.specs.specification.SpecificationExecutor$class.executeExample(SpecificationExecutor.scala:70)
    at org.specs.specification.BaseSpecification.executeExample(BaseSpecification.scala:58)
    at org.specs.specification.BaseSpecification.executeExample(BaseSpecification.scala:58)
    at org.specs.specification.ExampleLifeCycle$$anonfun$executeExample$1.apply(ExampleLifeCycle.scala:125)
    at org.specs.specification.ExampleLifeCycle$$anonfun$executeExample$1.apply(ExampleLifeCycle.scala:125)
    at scala.Option.map(Option.scala:134)
    at org.specs.specification.ExampleLifeCycle$class.executeExample(ExampleLifeCycle.scala:125)
    at org.specs.specification.Examples.executeExample(Examples.scala:52)
    at org.specs.specification.Examples.executeExample(Examples.scala:52)
    at org.specs.specification.Examples$$anonfun$executeExamples$2.apply(Examples.scala:80)
    at org.specs.specification.Examples$$anonfun$executeExamples$2.apply(Examples.scala:80)
    at scala.Option.map(Option.scala:134)
    at org.specs.specification.Examples.executeExamples(Examples.scala:80)
    at org.specs.specification.ExampleStructure$class.ownSkipped(ExampleStructure.scala:60)
    at org.specs.specification.Examples.ownSkipped(Examples.scala:52)
    at org.specs.runner.ExampleTestCase.run(JUnit.scala:205)
    at junit.framework.TestSuite.runTest(TestSuite.java:243)
    at junit.framework.TestSuite.run(TestSuite.java:238)
    at org.specs.runner.JUnitSuite$class.run(JUnit.scala:62)
    at org.specs.runner.ExamplesTestSuite.run(JUnit.scala:167)
    at junit.framework.TestSuite.runTest(TestSuite.java:243)
    at junit.framework.TestSuite.run(TestSuite.java:238)
    at org.specs.runner.JUnitSuite$class.run(JUnit.scala:62)
    at org.specs.SpecificationWithJUnit.run(SpecificationWithJUnit.scala:29)
    at org.specs.runner.JUnitSuiteRunner.run(JUnitSuiteRunner.scala:45)
    at org.apache.maven.surefire.junit4.JUnit4TestSet.execute(JUnit4TestSet.java:53)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:123)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:104)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:592)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:164)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:110)
    at org.apache.maven.surefire.booter.SurefireStarter.invokeProvider(SurefireStarter.java:172)
    at org.apache.maven.surefire.booter.SurefireStarter.runSuitesInProcessWhenForked(SurefireStarter.java:104)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:70) 

Change to source 1.6 target 1.5 for jdk-1.5-parent modules

We could change the build system so we can use java 1.6 source for jdk-1.5-parent modules too while preserving the jdk 1.5 compatibility.
The benefit would be to use for example @OverRide for interfaces too. That would give us more type safety.

After this change we would use jdk 1.6 for compilation and jdk 1.5 for tests. I think this is possible with 2 environment variables (pointing to the different jdk-s) and proper maven config.
This means that if this change is implemented anyone building wicketstuff on the command line will need 2 env variables to be set.

Opinions?

Fix InMethodGrid compile error in master branch

My jenkins server fails to build the inmethod-grid plugin due to the following error:

ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Wicketstuff Core Java 5 Modules (wicket 1.5-SNAPSHOT)/workspace/jdk-1.5-parent/inmethod-grid-parent/inmethod-grid/src/main/java/com/inmethod/grid/DataProviderAdapter.java:[102,146] incompatible types
found   : com.inmethod.grid.datagrid.DataGrid<capture of ? extends com.inmethod.grid.IDataSource<T>,T>
required: com.inmethod.grid.datagrid.DataGrid<? extends com.inmethod.grid.IDataSource<T>,T>
[INFO] 1 error

inmethod datagrid is not ready for use with JavascriptFilteredIntoFooterHeaderResponse

I have using JavascriptFilteredIntoFooterHeaderResponse strategy for rendering javascript on my sites. Now I have looking for ways to integrate inmethod DataGrid component and have stuck with javascript initialization issue - in javascript console I've got
"Uncaught ReferenceError: InMethod is not defined" on line "InMethod.XTableManager.instance.register("gride", columns, submitStateCallback);". Is there workaround for the issue ?

Env: Wicket 1.4.17, inmethod-grid-1.4.17.1, JDK 1.6u25, Jetty 6

Thank you,
Alexander.

Artifacts for 1.5.0

Hi!

Wicket 1.5.0 has been release, and it would be great if you could push the artifacts to maven central.

Thanks!

Fix Java 6 dependency in kyro-serializers or move the project to jdk-1.6-parent

The de.javakaffee:kyro-serializers:0.9 artifact was compiled with java6 unless an alternative can be found the kyro-serializers project needs to be moved from jdk-1.5-parent to jdk-1.6-parent.

This the error I see on my private jenkins server (the one currently building the snapshots)

[ERROR] COMPILATION ERROR : 
[INFO] -------------------------------------------------------------
[ERROR] /var/lib/jenkins/jobs/Wicketstuff Core Java 5 Modules (wicket 1.5-SNAPSHOT)/workspace/jdk-1.5-parent/serializer-kryo/src/main/java/org/wicketstuff/pageserializer/kryo/KryoSerializer.java:[25,-1] cannot access de.javakaffee.kryoserializers.ArraysAsListSerializer
bad class file: /var/lib/jenkins/.m2/repository/de/javakaffee/kryo-serializers/0.9/kryo-serializers-0.9.jar(de/javakaffee/kryoserializers/ArraysAsListSerializer.class)
class file has wrong version 50.0, should be 49.0
mojoFailed org.apache.maven.plugins:maven-compiler-plugin:2.3.2(default-compile)[INFO] 1 error
[INFO] -------------------------------------------------------------

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.