Ok I think that then the problem is that since I am using tapestry-hibernate
https://repository.apache.org/content/repositories/snapshots/org/apache/tapestry/tapestry-hibernate/ and in there there is no alpha-23, so what should I use? On Mon, Nov 4, 2013 at 7:22 PM, Chris Poulsen <mailingl...@nesluop.dk>wrote: > > https://repository.apache.org/content/groups/staging/org/apache/tapestry/tapestry-core/ > ? > > > On Mon, Nov 4, 2013 at 7:11 PM, Boris Horvat <horvat.z.bo...@gmail.com > >wrote: > > > I was unable to find any alpha version in > > > > <repository> > > <id>apache-staging</id> > > <name>Apache staging</name> > > <url>https://repository.apache.org/content/groups/staging > > </url> > > </repository> > > > > <repository> > > <id>apache-snapshot</id> > > <name>Apache snapshot</name> > > <url>https://repository.apache.org/content/groups/snapshots > > </url> > > </repository> > > > > Am I looking into the wrong repository? > > > > Cheers > > > > > > > > On Mon, Nov 4, 2013 at 2:20 AM, Thiago H de Paula Figueiredo < > > thiag...@gmail.com> wrote: > > > > > I'll try to give a shot at cloning the repository and getting this to > > work > > > this week. > > > > > > By the way, I noticed you're trying to use 5.4-SNAPSHOT. Due to some > > > problems the team is already taking care, no snapshots have been > uploaded > > > to the repository. In addition, snapshots may not work. I'd try > > > 5.4-alpha-23. > > > > > > > > > On Sun, 03 Nov 2013 19:47:25 -0200, Boris Horvat < > > horvat.z.bo...@gmail.com> > > > wrote: > > > > > > Sadly even after removing all the tapestry5-jquery dependency (there > was > > >> one transient), and doing a clean build I still have the same problem. > > >> I have also tried to create an object of > AjaxUploadServletRequestFilter > > in > > >> order to see where does it come from but it simple doesnt exist in my > > >> project since I cant import it > > >> > > >> org.apache.shiro.subject.ExecutionException: > > >> java.lang.NoSuchMethodError: > > >> org.apache.tapestry5.services.javascript.JavaScriptSupport. > > >> importStylesheet(Lorg/apache/tapestry5/Asset;)V > > >> at org.apache.shiro.subject.support.DelegatingSubject. > > >> execute(DelegatingSubject.java:382) > > >> at org.tynamo.security.services.impl.SecurityConfiguration. > > >> service(SecurityConfiguration.java:54) > > >> at $HttpServletRequestFilter_27b927612afe0.service(Unknown > > >> Source) > > >> at $HttpServletRequestHandler_27b927612afe3.service(Unknown > > >> Source) > > >> at org.got5.tapestry5.jquery.services. > > >> AjaxUploadServletRequestFilter.service(AjaxUploadServletRequestFilter > > >> .java:27) > > >> > > >> > > >> Here is a depndency tree if it helps > > >> > > >> > > >> com.bomahabo:flow:war:0.6.1.0 > > >> +- org.apache.tapestry:tapestry-hibernate:jar:5.4-SNAPSHOT:compile > > >> | +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile > > >> | +- org.apache.tapestry:tapestry-core:jar:5.4-SNAPSHOT:compile > > >> | | +- org.antlr:antlr-runtime:jar:3.3:compile > > >> | | +- org.apache.tapestry:tapestry-ioc:jar:5.4-SNAPSHOT:compile > > >> | | | +- org.apache.tapestry:plastic:jar:5.4-SNAPSHOT:compile > > >> | | | +- > org.apache.tapestry:tapestry5-annotations:jar:5.4-SNAPSHOT: > > >> compile > > >> | | | +- javax.inject:javax.inject:jar:1:compile > > >> | | | \- org.apache.tapestry:tapestry-func:jar:5.4-SNAPSHOT:compile > > >> | | \- org.apache.tapestry:tapestry-json:jar:5.4-SNAPSHOT:compile > > >> | \- org.apache.tapestry:tapestry-hibernate-core:jar:5.4- > > >> SNAPSHOT:compile > > >> | +- org.hibernate.javax.persistence:hibernate-jpa-2.0- > > >> api:jar:1.0.0.Final:compile > > >> | +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime > > >> | \- org.hibernate:hibernate-commons-annotations:jar:3.2.0. > > >> Final:compile > > >> +- org.apache.tapestry:tapestry-upload:jar:5.4-SNAPSHOT:compile > > >> | +- commons-io:commons-io:jar:2.0.1:compile > > >> | \- commons-fileupload:commons-fileupload:jar:1.2.2:compile > > >> +- org.lazan:tapestry-cometd:jar:0.9.14:compile > > >> | \- org.atmosphere:atmosphere-cometd:jar:1.0.0:compile > > >> | +- org.cometd.java:cometd-java-server:jar:2.4.3:compile > > >> | | +- org.cometd.java:bayeux-api:jar:2.4.3:compile > > >> | | +- org.cometd.java:cometd-java-common:jar:2.4.3:compile > > >> | | +- org.eclipse.jetty:jetty-continuation:jar:7.6.4. > > >> v20120524:compile > > >> | | +- org.eclipse.jetty:jetty-util:jar:7.6.4.v20120524:compile > > >> | | \- org.eclipse.jetty:jetty-jmx:jar:7.6.4.v20120524:compile > > >> | +- org.cometd.java:cometd-websocket-jetty:jar:2.4.3:compile > > >> | | +- org.cometd.java:cometd-java-client:jar:2.4.3:compile > > >> | | | +- org.eclipse.jetty:jetty-io:jar:7.6.4.v20120524:compile > > >> | | | +- > org.eclipse.jetty:jetty-http:jar:7.6.11.v20130520:compile > > >> | | | \- > > org.eclipse.jetty:jetty-client:jar:7.6.4.v20120524:compile > > >> | | \- > > org.eclipse.jetty:jetty-websocket:jar:7.6.4.v20120524:compile > > >> | +- org.cometd.java:cometd-java-annotations:jar:2.4.3:compile > > >> | \- org.atmosphere:atmosphere-runtime:jar:1.0.0:compile > > >> | +- > org.atmosphere:atmosphere-compat-jbossweb:jar:1.0.0:compile > > >> | +- org.atmosphere:atmosphere-compat-tomcat:jar:1.0.0:compile > > >> | \- org.atmosphere:atmosphere-compat-tomcat7:jar:1.0.0:compile > > >> +- commons-lang:commons-lang:jar:2.3:compile > > >> +- org.got5:tapestry5-highcharts:jar:1.2.1-SNAPSHOT:compile > > >> +- org.tynamo:tapestry-security:jar:0.5.1:compile > > >> | +- org.apache.shiro:shiro-web:jar:1.2.0:compile > > >> | | \- org.apache.shiro:shiro-core:jar:1.2.0:compile > > >> | | \- commons-beanutils:commons-beanutils:jar:1.8.3:compile > > >> | +- org.tynamo:tynamo-common:jar:0.0.3:compile > > >> | \- org.tynamo:tapestry-exceptionpage:jar:0.1.2:compile > > >> +- org.tynamo:tapestry-resteasy:jar:0.3.0:compile > > >> | +- org.jboss.resteasy:resteasy-jaxrs:jar:2.3.0.GA:compile > > >> | | +- org.jboss.resteasy:jaxrs-api:jar:2.3.0.GA:compile > > >> | | +- org.scannotation:scannotation:jar:1.0.3:compile > > >> | | | \- javassist:javassist:jar:3.12.1.GA:compile > > >> | | +- javax.annotation:jsr250-api:jar:1.0:compile > > >> | | +- commons-httpclient:commons-httpclient:jar:3.1:compile > > >> | | \- net.jcip:jcip-annotations:jar:1.0:compile > > >> | \- org.jboss.resteasy:resteasy-jaxb-provider:jar:2.3.0.GA:compile > > >> | +- com.sun.xml.bind:jaxb-impl:jar:2.2.4:compile > > >> | | \- javax.xml.bind:jaxb-api:jar:2.2.3:compile > > >> | \- com.sun.xml.stream:sjsxp:jar:1.0.1:compile > > >> | \- javax.xml.stream:stax-api:jar:1.0:compile > > >> +- > org.jboss.resteasy:resteasy-jettison-provider:jar:2.3.4.Final:compile > > >> | \- org.codehaus.jettison:jettison:jar:1.3.1:compile > > >> +- org.jboss.resteasy:resteasy-multipart-provider:jar:2.2.0.GA: > compile > > >> | \- org.apache.james:apache-mime4j:jar:0.6:compile > > >> +- com.amazonaws:aws-java-sdk:jar:1.6.2:compile > > >> | +- commons-logging:commons-logging:jar:1.1.1:compile > > >> | +- org.apache.httpcomponents:httpclient:jar:4.2:compile > > >> | | \- org.apache.httpcomponents:httpcore:jar:4.2:compile > > >> | +- commons-codec:commons-codec:jar:1.3:compile > > >> | +- com.fasterxml.jackson.core:jackson-core:jar:2.1.1:compile > > >> | +- com.fasterxml.jackson.core:jackson-databind:jar:2.1.1:compile > > >> | \- com.fasterxml.jackson.core:jackson-annotations:jar:2.1.1:compile > > >> +- org.hibernate:hibernate-c3p0:jar:3.6.11-SNAPSHOT:compile > > >> | +- org.hibernate:hibernate-core:jar:3.6.11-SNAPSHOT:compile > > >> | | +- antlr:antlr:jar:2.7.6:compile > > >> | | +- commons-collections:commons-collections:jar:3.1:compile > > >> | | +- dom4j:dom4j:jar:1.6.1:compile > > >> | | \- javax.transaction:jta:jar:1.1:compile > > >> | +- c3p0:c3p0:jar:0.9.1:compile > > >> | \- org.slf4j:slf4j-api:jar:1.6.1:compile > > >> +- org.hsqldb:hsqldb:jar:2.3.1:compile > > >> +- mysql:mysql-connector-java:jar:5.1.26:compile > > >> +- javax.mail:mail:jar:1.4.7:compile > > >> | \- javax.activation:activation:jar:1.1:compile > > >> +- joda-time:joda-time:jar:2.3:compile > > >> +- net.coobird:thumbnailator:jar:0.4.6:compile > > >> +- org.apache.tapestry:tapestry-test:jar:5.4-SNAPSHOT:test > > >> | +- org.apache.tapestry:tapestry-test-data:jar:5.4-SNAPSHOT:test > > >> | +- org.seleniumhq.selenium:selenium-java:jar:2.33.0:test > > >> | | +- > org.seleniumhq.selenium:selenium-android-driver:jar:2.33.0:test > > >> | | | \- org.seleniumhq.selenium:selenium-remote-driver:jar:2. > > >> 33.0:test > > >> | | | +- org.json:json:jar:20080701:test > > >> | | | \- com.google.guava:guava:jar:14.0:test > > >> | | +- > org.seleniumhq.selenium:selenium-chrome-driver:jar:2.33.0:test > > >> | | +- > > org.seleniumhq.selenium:selenium-htmlunit-driver:jar:2.33.0:test > > >> | | | \- net.sourceforge.htmlunit:htmlunit:jar:2.12:test > > >> | | | +- xalan:xalan:jar:2.7.1:test > > >> | | | | \- xalan:serializer:jar:2.7.1:test > > >> | | | +- org.apache.commons:commons-lang3:jar:3.1:test > > >> | | | +- org.apache.httpcomponents:httpmime:jar:4.2.3:test > > >> | | | +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.12:test > > >> | | | +- xerces:xercesImpl:jar:2.10.0:test > > >> | | | | \- xml-apis:xml-apis:jar:1.4.01:test > > >> | | | +- net.sourceforge.nekohtml:nekohtml:jar:1.9.18:test > > >> | | | \- net.sourceforge.cssparser:cssparser:jar:0.9.9:test > > >> | | | \- org.w3c.css:sac:jar:1.3:test > > >> | | +- > org.seleniumhq.selenium:selenium-firefox-driver:jar:2.33.0:test > > >> | | | \- org.apache.commons:commons-exec:jar:1.1:test > > >> | | +- org.seleniumhq.selenium:selenium-ie-driver:jar:2.33.0:test > > >> | | | +- net.java.dev.jna:jna:jar:3.4.0:test > > >> | | | \- net.java.dev.jna:platform:jar:3.4.0:test > > >> | | +- > org.seleniumhq.selenium:selenium-iphone-driver:jar:2.33.0:test > > >> | | +- > org.seleniumhq.selenium:selenium-safari-driver:jar:2.33.0:test > > >> | | +- org.seleniumhq.selenium:selenium-support:jar:2.33.0:test > > >> | | | \- org.seleniumhq.selenium:selenium-api:jar:2.33.0:test > > >> | | \- org.webbitserver:webbit:jar:0.4.14:test > > >> | | \- io.netty:netty:jar:3.5.2.Final:test > > >> | +- org.seleniumhq.selenium:selenium-server:jar:2.33.0:test > > >> | | +- org.bouncycastle:bcprov-jdk15on:jar:1.48:test > > >> | | +- org.bouncycastle:bcpkix-jdk15on:jar:1.48:test > > >> | | +- mx4j:mx4j-tools:jar:3.0.1:test > > >> | | +- org.mortbay.jetty:servlet-api-2.5:jar:6.1.9:test > > >> | | \- org.seleniumhq.selenium:jetty-repacked:jar:7.6.1:test > > >> | \- org.apache.tapestry:tapestry-runner:jar:5.4-SNAPSHOT:test > > >> | +- org.eclipse.jetty:jetty-jndi:jar:7.6.11.v20130520:test > > >> | | \- org.eclipse.jetty.orbit:javax.mail.glassfish:jar:1.4.1. > > >> v201005082020:test > > >> | | \- org.eclipse.jetty.orbit:javax.activation:jar:1.1.0. > > >> v201105071233:test > > >> | +- org.eclipse.jetty:jetty-plus:jar:7.6.11.v20130520:test > > >> | | \- org.eclipse.jetty.orbit:javax.transaction:jar:1.1.1. > > >> v201105210645:test > > >> | +- org.eclipse.jetty:jetty-server:jar:7.6.11.v20130520:test > > >> | | \- org.eclipse.jetty.orbit:javax.servlet:jar:2.5.0. > > >> v201103041518:test > > >> | +- org.eclipse.jetty:jetty-webapp:jar:7.6.11.v20130520:test > > >> | | +- org.eclipse.jetty:jetty-xml:jar:7.6.11.v20130520:test > > >> | | \- org.eclipse.jetty:jetty-servlet:jar:7.6.11.v20130520:test > > >> | | \- > > org.eclipse.jetty:jetty-security:jar:7.6.11.v20130520:test > > >> | +- org.apache.tomcat:catalina:jar:6.0.30:test > > >> | | +- org.apache.tomcat:servlet-api:jar:6.0.30:test > > >> | | +- org.apache.tomcat:juli:jar:6.0.30:test > > >> | | \- org.apache.tomcat:annotations-api:jar:6.0.30:test > > >> | +- org.apache.tomcat:coyote:jar:6.0.30:test > > >> | \- org.apache.tomcat:dbcp:jar:6.0.30:test > > >> +- org.testng:testng:jar:6.8.7:test > > >> | +- org.beanshell:bsh:jar:2.0b4:test > > >> | +- com.beust:jcommander:jar:1.27:test > > >> | \- org.yaml:snakeyaml:jar:1.12:test > > >> +- org.easymock:easymock:jar:3.2:test > > >> | +- cglib:cglib-nodep:jar:2.2.2:test > > >> | \- org.objenesis:objenesis:jar:1.3:test > > >> +- org.hamcrest:hamcrest-all:jar:1.3:test > > >> +- junit:junit:jar:4.11:compile > > >> | \- org.hamcrest:hamcrest-core:jar:1.3:compile > > >> \- javax.servlet:servlet-api:jar:2.5:provided > > >> > > >> > > >> > > >> On Fri, Nov 1, 2013 at 6:39 PM, Andreas Ernst <a...@ae-online.de> > wrote: > > >> > > >> Am 01.11.13 18:20, schrieb Boris Horvat: > > >>> > > >>> Well the problem is not in the tapestry-jquery as I still have the > > same > > >>> > > >>>> issue after removing it > > >>>> > > >>>> > > >>> Do a clean rebuild. > > >>> > > >>> > > >>> -- > > >>> ae | Andreas Ernst | IT Spektrum > > >>> Postfach 5, 65612 Beselich > > >>> Schupbacher Str. 32, 65614 Beselich, Germany > > >>> Tel: +49-6484-91002 Fax: +49-6484-91003 > > >>> a...@ae-online.de | www.ae-online.de > > >>> www.tachyon-online.de > > >>> > > >>> --------------------------------------------------------------------- > > >>> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > >>> For additional commands, e-mail: users-h...@tapestry.apache.org > > >>> > > >>> > > >>> > > >> > > >> > > > > > > -- > > > Thiago H. de Paula Figueiredo > > > Tapestry, Java and Hibernate consultant and developer > > > http://machina.com.br > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org > > > For additional commands, e-mail: users-h...@tapestry.apache.org > > > > > > > > > > > > -- > > Sincerely > > *Boris Horvat* > > > -- Sincerely *Boris Horvat*