You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by nhhockeyplayer nashua <nh...@hotmail.com> on 2014/03/01 15:17:46 UTC

Tapestry App Not booting right - dependency tree help

Hi Folks,

As applications become more involved, so do the dependencies. And I am finding myself moreso needing to examine the dependency tree to determine what is tripping things up.

But the talent of identification is something that comes with field experience.

I was hoping I could get some help with this one.

first the error... then the tree...

either something is tripping something up or I forgot to include a library... which leaves me to grab a class file name and search for who it is owned by and then include that library ? Search and Grab ?

Thanks in advance...

2014-03-01 09:03:09.234:WARN::failed app: java.lang.RuntimeException: Exception constructing service 'SeedEntity': Error invoking constructor public org.tynamo.seedentity
.hibernate.services.SeedEntityImpl(org.slf4j.Logger,org.apache.tapestry5.hibernate.HibernateSessionSource,java.util.List): Exception constructing service 'HibernateSessio
nSource': Error invoking constructor public org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl(org.slf4j.Logger,java.util.List): org.hibernate.integrator.
spi.Integrator: Provider org.hibernate.search.hcore.impl.MassIndexerFactoryIntegrator could not be instantiated: java.lang.NoClassDefFoundError: org/hibernate/service/spi
/BasicServiceInitiator
2014-03-01 09:03:09.238:WARN::Failed startup of context org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@11ce012{/pphl,C:\Prototype\Mavenized\Product\tynamo\trunk\tynam
o-examples\pphl\src\main\webapp}
java.lang.RuntimeException: Exception constructing service 'SeedEntity': Error invoking constructor public org.tynamo.seedentity.hibernate.services.SeedEntityImpl(org.slf
4j.Logger,org.apache.tapestry5.hibernate.HibernateSessionSource,java.util.List): Exception constructing service 'HibernateSessionSource': Error invoking constructor publi
c org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl(org.slf4j.Logger,java.util.List): org.hibernate.integrator.spi.Integrator: Provider org.hibernate.sea
rch.hcore.impl.MassIndexerFactoryIntegrator could not be instantiated: java.lang.NoClassDefFoundError: org/hibernate/service/spi/BasicServiceInitiator
        at org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.obtainObjectFromCreator(JustInTimeObjectCreator.java:75)
        at org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:54)
        at org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.eagerLoadService(JustInTimeObjectCreator.java:86)
        at org.apache.tapestry5.ioc.internal.RegistryImpl.performRegistryStartup(RegistryImpl.java:318)



============== dependency tree follows ==============

[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Tynamo Example - pphl 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-dependency-plugin:2.4:tree (default-cli) @ pphl ---
[INFO] org.tynamo.examples:pphl:war:1.0-SNAPSHOT
[INFO] +- org.tynamo:tapestry-model-hibernate:jar:0.6.0-SNAPSHOT:compile
[INFO] |  +- org.tynamo:tapestry-model-core:jar:0.6.0-SNAPSHOT:compile
[INFO] |  |  +- org.tynamo:tapestry-model-annotations:jar:0.6.0-SNAPSHOT:compile
[INFO] |  |  \- org.tynamo:tapestry-ckeditor:jar:0.0.1:compile
[INFO] |  +- org.apache.tapestry:tapestry-hibernate:jar:5.4-beta-2:compile
[INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
[INFO] |  |  \- org.apache.tapestry:tapestry-hibernate-core:jar:5.4-beta-2:compile
[INFO] |  |     +- org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final:compile
[INFO] |  |     +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime
[INFO] |  |     \- javassist:javassist:jar:3.12.1.GA:runtime
[INFO] |  +- org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
[INFO] |  |  \- javax.validation:validation-api:jar:1.0.0.GA:compile
[INFO] |  +- org.apache.tapestry:tapestry-beanvalidator:jar:5.4-beta-2:compile
[INFO] |  \- org.slf4j:slf4j-log4j12:jar:1.7.2:compile
[INFO] |     \- log4j:log4j:jar:1.2.17:compile
[INFO] +- org.tynamo:tynamo-test:jar:0.0.1:test
[INFO] |  +- org.eclipse.jetty:jetty-webapp:jar:8.1.8.v20121106:test
[INFO] |  |  +- org.eclipse.jetty:jetty-xml:jar:8.1.8.v20121106:test
[INFO] |  |  |  \- org.eclipse.jetty:jetty-util:jar:8.1.8.v20121106:test
[INFO] |  |  \- org.eclipse.jetty:jetty-servlet:jar:8.1.8.v20121106:test
[INFO] |  |     \- org.eclipse.jetty:jetty-security:jar:8.1.8.v20121106:test
[INFO] |  |        \- org.eclipse.jetty:jetty-server:jar:8.1.8.v20121106:test
[INFO] |  |           +- org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:test
[INFO] |  |           \- org.eclipse.jetty:jetty-continuation:jar:8.1.8.v20121106:test
[INFO] |  +- org.testng:testng:jar:5.14.10:test
[INFO] |  |  +- junit:junit:jar:3.8.1:test
[INFO] |  |  +- org.beanshell:bsh:jar:2.0b4:test
[INFO] |  |  +- com.beust:jcommander:jar:1.12:test
[INFO] |  |  \- org.yaml:snakeyaml:jar:1.6:test
[INFO] |  \- net.sourceforge.htmlunit:htmlunit:jar:2.11:test
[INFO] |     +- xalan:xalan:jar:2.7.1:test
[INFO] |     |  \- xalan:serializer:jar:2.7.1:test
[INFO] |     +- org.apache.commons:commons-lang3:jar:3.1:test
[INFO] |     +- org.apache.httpcomponents:httpmime:jar:4.2.2:test
[INFO] |     +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.11:test
[INFO] |     +- xerces:xercesImpl:jar:2.10.0:test
[INFO] |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.17:test
[INFO] |     +- net.sourceforge.cssparser:cssparser:jar:0.9.8:test
[INFO] |     |  \- org.w3c.css:sac:jar:1.3:test
[INFO] |     \- org.eclipse.jetty:jetty-websocket:jar:8.1.7.v20120910:test
[INFO] |        +- org.eclipse.jetty:jetty-io:jar:8.1.7.v20120910:test
[INFO] |        \- org.eclipse.jetty:jetty-http:jar:8.1.7.v20120910:test
[INFO] +- org.tynamo:tapestry-model-web:jar:0.6.0-SNAPSHOT:compile
[INFO] +- org.tynamo:tapestry-routing:jar:0.0.8-SNAPSHOT:compile
[INFO] +- org.tynamo:tapestry-security:jar:0.6.0-SNAPSHOT:compile
[INFO] |  +- org.apache.shiro:shiro-web:jar:1.2.2:compile
[INFO] |  |  \- org.apache.shiro:shiro-core:jar:1.2.2:compile
[INFO] |  +- org.apache.tapestry:tapestry-core:jar:5.4-beta-2:compile
[INFO] |  |  +- org.antlr:antlr-runtime:jar:3.3:compile
[INFO] |  |  +- commons-codec:commons-codec:jar:1.5:compile
[INFO] |  |  \- org.apache.tapestry:tapestry-json:jar:5.4-beta-2:compile
[INFO] |  +- org.apache.tapestry:tapestry-ioc:jar:5.4-beta-2:compile
[INFO] |  |  +- org.apache.tapestry:plastic:jar:5.4-beta-2:compile
[INFO] |  |  +- javax.inject:javax.inject:jar:1:compile
[INFO] |  |  +- org.apache.tapestry:tapestry-func:jar:5.4-beta-2:compile
[INFO] |  |  \- org.apache.tapestry:tapestry5-annotations:jar:5.4-beta-2:compile
[INFO] |  \- org.tynamo:tynamo-common:jar:0.0.4-SNAPSHOT:compile
[INFO] +- org.tynamo.security:tynamo-federatedaccounts-core:jar:0.4.6-SNAPSHOT:compile
[INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.2.5:compile
[INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.2.4:compile
[INFO] |  |  \- commons-logging:commons-logging:jar:1.1.1:compile
[INFO] |  \- org.slf4j:slf4j-api:jar:1.7.2:compile
[INFO] +- org.tynamo.security:tynamo-federatedaccounts-facebook:jar:0.4.6-SNAPSHOT:compile
[INFO] +- org.tynamo.security:tynamo-federatedaccounts-twitter:jar:0.4.6-SNAPSHOT:compile
[INFO] |  \- org.twitter4j:twitter4j-core:jar:3.0.3:compile
[INFO] +- org.tynamo.gae:esxx-httpclient-gae:jar:0.0.2-SNAPSHOT:compile
[INFO] +- javax.servlet:servlet-api:jar:2.5:provided
[INFO] +- org.tynamo:tapestry-hibernate-seedentity:jar:0.1.4-SNAPSHOT:compile
[INFO] |  \- commons-beanutils:commons-beanutils:jar:1.8.1:compile
[INFO] +- com.restfb:restfb:jar:1.6.6:compile
[INFO] +- org.tynamo:tapestry-watchdog:jar:0.0.3-SNAPSHOT:compile
[INFO] +- org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.6:compile
[INFO] +- org.apache.geronimo.javamail:geronimo-javamail_1.4_provider:jar:1.8:compile
[INFO] +- commons-pool:commons-pool:jar:1.6:compile
[INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
[INFO] +- org.hibernate:hibernate-search:jar:4.3.0.Final:compile
[INFO] |  \- org.hibernate:hibernate-search-orm:jar:4.3.0.Final:compile
[INFO] |     +- org.hibernate:hibernate-search-engine:jar:4.3.0.Final:compile
[INFO] |     |  +- org.hibernate.common:hibernate-commons-annotations:jar:4.0.2.Final:compile
[INFO] |     |  +- org.apache.lucene:lucene-core:jar:3.6.2:compile
[INFO] |     |  +- org.apache.avro:avro:jar:1.6.3:compile
[INFO] |     |  |  +- org.codehaus.jackson:jackson-core-asl:jar:1.8.8:compile
[INFO] |     |  |  +- org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8:compile
[INFO] |     |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
[INFO] |     |  |  \- org.xerial.snappy:snappy-java:jar:1.0.4.1:compile
[INFO] |     |  \- org.apache.lucene:lucene-facet:jar:3.6.2:compile
[INFO] |     +- org.hibernate:hibernate-core:jar:4.3.0.Final:compile
[INFO] |     |  +- org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
[INFO] |     |  +- org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
[INFO] |     |  +- dom4j:dom4j:jar:1.6.1:compile
[INFO] |     |  |  \- xml-apis:xml-apis:jar:1.0.b2:compile
[INFO] |     |  +- org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
[INFO] |     |  +- org.javassist:javassist:jar:3.18.1-GA:compile
[INFO] |     |  +- antlr:antlr:jar:2.7.7:compile
[INFO] |     |  \- org.jboss:jandex:jar:1.1.0.Final:compile
[INFO] |     \- org.hibernate:hibernate-search-analyzers:jar:4.3.0.Final:compile
[INFO] |        +- org.apache.lucene:lucene-analyzers:jar:3.6.2:compile
[INFO] |        \- org.apache.solr:solr-analysis-extras:jar:3.6.2:compile
[INFO] |           +- org.apache.solr:solr-core:jar:3.6.2:compile
[INFO] |           |  +- org.apache.solr:solr-solrj:jar:3.6.2:compile
[INFO] |           |  +- org.apache.lucene:lucene-highlighter:jar:3.6.2:compile
[INFO] |           |  +- org.apache.lucene:lucene-kuromoji:jar:3.6.2:compile
[INFO] |           |  +- org.apache.lucene:lucene-memory:jar:3.6.2:compile
[INFO] |           |  +- org.apache.lucene:lucene-misc:jar:3.6.2:compile
[INFO] |           |  +- org.apache.lucene:lucene-phonetic:jar:3.6.2:compile
[INFO] |           |  +- org.apache.lucene:lucene-spatial:jar:3.6.2:compile
[INFO] |           |  +- org.apache.lucene:lucene-spellchecker:jar:3.6.2:compile
[INFO] |           |  \- org.apache.lucene:lucene-grouping:jar:3.6.2:compile
[INFO] |           +- org.apache.lucene:lucene-smartcn:jar:3.6.2:compile
[INFO] |           \- org.apache.lucene:lucene-stempel:jar:3.6.2:compile
[INFO] +- org.hibernate:hibernate-commons-annotations:jar:4.0.4.Final:compile
[INFO] +- org.got5:tapestry5-jquery:jar:3.3.5:compile
[INFO] |  +- org.apache.tapestry:tapestry-upload:jar:5.3.6:compile
[INFO] |  |  \- commons-io:commons-io:jar:2.0.1:compile
[INFO] |  +- commons-fileupload:commons-fileupload:jar:1.2.2:compile
[INFO] |  \- commons-lang:commons-lang:jar:2.6:compile
[INFO] +- org.eclipse.persistence:eclipselink:jar:2.4.1:compile
[INFO] \- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 3.647s
[INFO] Finished at: Sat Mar 01 09:16:34 EST 2014
[INFO] Final Memory: 12M/29M
[INFO] ------------------------------------------------------------------------

 		 	   		  

Re: Tapestry App Not booting right - dependency tree help

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
Hi!

This is a Hibernate, Hibernate search and Maven question, not a Tapestry  
one.

On Sat, 01 Mar 2014 11:17:46 -0300, nhhockeyplayer nashua  
<nh...@hotmail.com> wrote:

> Hi Folks,
>
> As applications become more involved, so do the dependencies. And I am  
> finding myself moreso needing to examine the dependency tree to  
> determine what is tripping things up.
>
> But the talent of identification is something that comes with field  
> experience.
>
> I was hoping I could get some help with this one.
>
> first the error... then the tree...
>
> either something is tripping something up or I forgot to include a  
> library... which leaves me to grab a class file name and search for who  
> it is owned by and then include that library ? Search and Grab ?
>
> Thanks in advance...
>
> 2014-03-01 09:03:09.234:WARN::failed app: java.lang.RuntimeException:  
> Exception constructing service 'SeedEntity': Error invoking constructor  
> public org.tynamo.seedentity
> .hibernate.services.SeedEntityImpl(org.slf4j.Logger,org.apache.tapestry5.hibernate.HibernateSessionSource,java.util.List):  
> Exception constructing service 'HibernateSessio
> nSource': Error invoking constructor public  
> org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl(org.slf4j.Logger,java.util.List):  
> org.hibernate.integrator.
> spi.Integrator: Provider  
> org.hibernate.search.hcore.impl.MassIndexerFactoryIntegrator could not  
> be instantiated: java.lang.NoClassDefFoundError:  
> org/hibernate/service/spi
> /BasicServiceInitiator
> 2014-03-01 09:03:09.238:WARN::Failed startup of context  
> org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@11ce012{/pphl,C:\Prototype\Mavenized\Product\tynamo\trunk\tynam
> o-examples\pphl\src\main\webapp}
> java.lang.RuntimeException: Exception constructing service 'SeedEntity':  
> Error invoking constructor public  
> org.tynamo.seedentity.hibernate.services.SeedEntityImpl(org.slf
> 4j.Logger,org.apache.tapestry5.hibernate.HibernateSessionSource,java.util.List):  
> Exception constructing service 'HibernateSessionSource': Error invoking  
> constructor publi
> c  
> org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl(org.slf4j.Logger,java.util.List):  
> org.hibernate.integrator.spi.Integrator: Provider org.hibernate.sea
> rch.hcore.impl.MassIndexerFactoryIntegrator could not be instantiated:  
> java.lang.NoClassDefFoundError:  
> org/hibernate/service/spi/BasicServiceInitiator
>         at  
> org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.obtainObjectFromCreator(JustInTimeObjectCreator.java:75)
>         at  
> org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:54)
>         at  
> org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.eagerLoadService(JustInTimeObjectCreator.java:86)
>         at  
> org.apache.tapestry5.ioc.internal.RegistryImpl.performRegistryStartup(RegistryImpl.java:318)
>
>
>
> ============== dependency tree follows ==============
>
> [INFO] Scanning for projects...
> [INFO]
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Building Tynamo Example - pphl 1.0-SNAPSHOT
> [INFO]  
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.4:tree (default-cli) @ pphl ---
> [INFO] org.tynamo.examples:pphl:war:1.0-SNAPSHOT
> [INFO] +- org.tynamo:tapestry-model-hibernate:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  +- org.tynamo:tapestry-model-core:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  |  +-  
> org.tynamo:tapestry-model-annotations:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  |  \- org.tynamo:tapestry-ckeditor:jar:0.0.1:compile
> [INFO] |  +-  
> org.apache.tapestry:tapestry-hibernate:jar:5.4-beta-2:compile
> [INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
> [INFO] |  |  \-  
> org.apache.tapestry:tapestry-hibernate-core:jar:5.4-beta-2:compile
> [INFO] |  |     +-  
> org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final:compile
> [INFO] |  |     +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime
> [INFO] |  |     \- javassist:javassist:jar:3.12.1.GA:runtime
> [INFO] |  +- org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
> [INFO] |  |  \- javax.validation:validation-api:jar:1.0.0.GA:compile
> [INFO] |  +-  
> org.apache.tapestry:tapestry-beanvalidator:jar:5.4-beta-2:compile
> [INFO] |  \- org.slf4j:slf4j-log4j12:jar:1.7.2:compile
> [INFO] |     \- log4j:log4j:jar:1.2.17:compile
> [INFO] +- org.tynamo:tynamo-test:jar:0.0.1:test
> [INFO] |  +- org.eclipse.jetty:jetty-webapp:jar:8.1.8.v20121106:test
> [INFO] |  |  +- org.eclipse.jetty:jetty-xml:jar:8.1.8.v20121106:test
> [INFO] |  |  |  \- org.eclipse.jetty:jetty-util:jar:8.1.8.v20121106:test
> [INFO] |  |  \- org.eclipse.jetty:jetty-servlet:jar:8.1.8.v20121106:test
> [INFO] |  |     \-  
> org.eclipse.jetty:jetty-security:jar:8.1.8.v20121106:test
> [INFO] |  |        \-  
> org.eclipse.jetty:jetty-server:jar:8.1.8.v20121106:test
> [INFO] |  |           +-  
> org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:test
> [INFO] |  |           \-  
> org.eclipse.jetty:jetty-continuation:jar:8.1.8.v20121106:test
> [INFO] |  +- org.testng:testng:jar:5.14.10:test
> [INFO] |  |  +- junit:junit:jar:3.8.1:test
> [INFO] |  |  +- org.beanshell:bsh:jar:2.0b4:test
> [INFO] |  |  +- com.beust:jcommander:jar:1.12:test
> [INFO] |  |  \- org.yaml:snakeyaml:jar:1.6:test
> [INFO] |  \- net.sourceforge.htmlunit:htmlunit:jar:2.11:test
> [INFO] |     +- xalan:xalan:jar:2.7.1:test
> [INFO] |     |  \- xalan:serializer:jar:2.7.1:test
> [INFO] |     +- org.apache.commons:commons-lang3:jar:3.1:test
> [INFO] |     +- org.apache.httpcomponents:httpmime:jar:4.2.2:test
> [INFO] |     +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.11:test
> [INFO] |     +- xerces:xercesImpl:jar:2.10.0:test
> [INFO] |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.17:test
> [INFO] |     +- net.sourceforge.cssparser:cssparser:jar:0.9.8:test
> [INFO] |     |  \- org.w3c.css:sac:jar:1.3:test
> [INFO] |     \-  
> org.eclipse.jetty:jetty-websocket:jar:8.1.7.v20120910:test
> [INFO] |        +- org.eclipse.jetty:jetty-io:jar:8.1.7.v20120910:test
> [INFO] |        \- org.eclipse.jetty:jetty-http:jar:8.1.7.v20120910:test
> [INFO] +- org.tynamo:tapestry-model-web:jar:0.6.0-SNAPSHOT:compile
> [INFO] +- org.tynamo:tapestry-routing:jar:0.0.8-SNAPSHOT:compile
> [INFO] +- org.tynamo:tapestry-security:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  +- org.apache.shiro:shiro-web:jar:1.2.2:compile
> [INFO] |  |  \- org.apache.shiro:shiro-core:jar:1.2.2:compile
> [INFO] |  +- org.apache.tapestry:tapestry-core:jar:5.4-beta-2:compile
> [INFO] |  |  +- org.antlr:antlr-runtime:jar:3.3:compile
> [INFO] |  |  +- commons-codec:commons-codec:jar:1.5:compile
> [INFO] |  |  \- org.apache.tapestry:tapestry-json:jar:5.4-beta-2:compile
> [INFO] |  +- org.apache.tapestry:tapestry-ioc:jar:5.4-beta-2:compile
> [INFO] |  |  +- org.apache.tapestry:plastic:jar:5.4-beta-2:compile
> [INFO] |  |  +- javax.inject:javax.inject:jar:1:compile
> [INFO] |  |  +- org.apache.tapestry:tapestry-func:jar:5.4-beta-2:compile
> [INFO] |  |  \-  
> org.apache.tapestry:tapestry5-annotations:jar:5.4-beta-2:compile
> [INFO] |  \- org.tynamo:tynamo-common:jar:0.0.4-SNAPSHOT:compile
> [INFO] +-  
> org.tynamo.security:tynamo-federatedaccounts-core:jar:0.4.6-SNAPSHOT:compile
> [INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.2.5:compile
> [INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.2.4:compile
> [INFO] |  |  \- commons-logging:commons-logging:jar:1.1.1:compile
> [INFO] |  \- org.slf4j:slf4j-api:jar:1.7.2:compile
> [INFO] +-  
> org.tynamo.security:tynamo-federatedaccounts-facebook:jar:0.4.6-SNAPSHOT:compile
> [INFO] +-  
> org.tynamo.security:tynamo-federatedaccounts-twitter:jar:0.4.6-SNAPSHOT:compile
> [INFO] |  \- org.twitter4j:twitter4j-core:jar:3.0.3:compile
> [INFO] +- org.tynamo.gae:esxx-httpclient-gae:jar:0.0.2-SNAPSHOT:compile
> [INFO] +- javax.servlet:servlet-api:jar:2.5:provided
> [INFO] +-  
> org.tynamo:tapestry-hibernate-seedentity:jar:0.1.4-SNAPSHOT:compile
> [INFO] |  \- commons-beanutils:commons-beanutils:jar:1.8.1:compile
> [INFO] +- com.restfb:restfb:jar:1.6.6:compile
> [INFO] +- org.tynamo:tapestry-watchdog:jar:0.0.3-SNAPSHOT:compile
> [INFO] +-  
> org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.6:compile
> [INFO] +-  
> org.apache.geronimo.javamail:geronimo-javamail_1.4_provider:jar:1.8:compile
> [INFO] +- commons-pool:commons-pool:jar:1.6:compile
> [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> [INFO] +- org.hibernate:hibernate-search:jar:4.3.0.Final:compile
> [INFO] |  \- org.hibernate:hibernate-search-orm:jar:4.3.0.Final:compile
> [INFO] |     +-  
> org.hibernate:hibernate-search-engine:jar:4.3.0.Final:compile
> [INFO] |     |  +-  
> org.hibernate.common:hibernate-commons-annotations:jar:4.0.2.Final:compile
> [INFO] |     |  +- org.apache.lucene:lucene-core:jar:3.6.2:compile
> [INFO] |     |  +- org.apache.avro:avro:jar:1.6.3:compile
> [INFO] |     |  |  +-  
> org.codehaus.jackson:jackson-core-asl:jar:1.8.8:compile
> [INFO] |     |  |  +-  
> org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8:compile
> [INFO] |     |  |  +-  
> com.thoughtworks.paranamer:paranamer:jar:2.3:compile
> [INFO] |     |  |  \- org.xerial.snappy:snappy-java:jar:1.0.4.1:compile
> [INFO] |     |  \- org.apache.lucene:lucene-facet:jar:3.6.2:compile
> [INFO] |     +- org.hibernate:hibernate-core:jar:4.3.0.Final:compile
> [INFO] |     |  +-  
> org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
> [INFO] |     |  +-  
> org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
> [INFO] |     |  +- dom4j:dom4j:jar:1.6.1:compile
> [INFO] |     |  |  \- xml-apis:xml-apis:jar:1.0.b2:compile
> [INFO] |     |  +-  
> org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
> [INFO] |     |  +- org.javassist:javassist:jar:3.18.1-GA:compile
> [INFO] |     |  +- antlr:antlr:jar:2.7.7:compile
> [INFO] |     |  \- org.jboss:jandex:jar:1.1.0.Final:compile
> [INFO] |     \-  
> org.hibernate:hibernate-search-analyzers:jar:4.3.0.Final:compile
> [INFO] |        +- org.apache.lucene:lucene-analyzers:jar:3.6.2:compile
> [INFO] |        \- org.apache.solr:solr-analysis-extras:jar:3.6.2:compile
> [INFO] |           +- org.apache.solr:solr-core:jar:3.6.2:compile
> [INFO] |           |  +- org.apache.solr:solr-solrj:jar:3.6.2:compile
> [INFO] |           |  +-  
> org.apache.lucene:lucene-highlighter:jar:3.6.2:compile
> [INFO] |           |  +-  
> org.apache.lucene:lucene-kuromoji:jar:3.6.2:compile
> [INFO] |           |  +-  
> org.apache.lucene:lucene-memory:jar:3.6.2:compile
> [INFO] |           |  +- org.apache.lucene:lucene-misc:jar:3.6.2:compile
> [INFO] |           |  +-  
> org.apache.lucene:lucene-phonetic:jar:3.6.2:compile
> [INFO] |           |  +-  
> org.apache.lucene:lucene-spatial:jar:3.6.2:compile
> [INFO] |           |  +-  
> org.apache.lucene:lucene-spellchecker:jar:3.6.2:compile
> [INFO] |           |  \-  
> org.apache.lucene:lucene-grouping:jar:3.6.2:compile
> [INFO] |           +- org.apache.lucene:lucene-smartcn:jar:3.6.2:compile
> [INFO] |           \- org.apache.lucene:lucene-stempel:jar:3.6.2:compile
> [INFO] +-  
> org.hibernate:hibernate-commons-annotations:jar:4.0.4.Final:compile
> [INFO] +- org.got5:tapestry5-jquery:jar:3.3.5:compile
> [INFO] |  +- org.apache.tapestry:tapestry-upload:jar:5.3.6:compile
> [INFO] |  |  \- commons-io:commons-io:jar:2.0.1:compile
> [INFO] |  +- commons-fileupload:commons-fileupload:jar:1.2.2:compile
> [INFO] |  \- commons-lang:commons-lang:jar:2.6:compile
> [INFO] +- org.eclipse.persistence:eclipselink:jar:2.4.1:compile
> [INFO] \- commons-collections:commons-collections:jar:3.2.1:compile
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]  
> ------------------------------------------------------------------------
> [INFO] Total time: 3.647s
> [INFO] Finished at: Sat Mar 01 09:16:34 EST 2014
> [INFO] Final Memory: 12M/29M
> [INFO]  
> ------------------------------------------------------------------------
>
>  		 	   		


-- 
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry App Not booting right - dependency tree help

Posted by Daniel Jue <te...@gmail.com>.
I have a spare minute so I'll share:

Your intuiition is currently at the same stage as mine.  If I come across
this error, I would first look for the missing class, then google to see
what jars include it.  If I don't have that Jar I'll grab the maven
dependency tag for that Jar.  It can also help to look at the dependency
tree in Eclipse (open the POM in a recent Eclipse that has Maven support,
click on the dependency hierarchy tab)  The most insidious errors I've
found were caused by transient dependencies being overridden because you
included a newer version higher up in the tree, and the newer jar doesn't
have the class you were expecting, or some method signature changed.

The dependency hierarchy tab is also good for finding duplicates of things
like log4j or other logger bindings.   Once you know which jars have
offending transitive dependencies, you can go in and start putting
<excludes> tags on those.


On Sat, Mar 1, 2014 at 9:17 AM, nhhockeyplayer nashua <
nhhockeyplayer@hotmail.com> wrote:

> Hi Folks,
>
> As applications become more involved, so do the dependencies. And I am
> finding myself moreso needing to examine the dependency tree to determine
> what is tripping things up.
>
> But the talent of identification is something that comes with field
> experience.
>
> I was hoping I could get some help with this one.
>
> first the error... then the tree...
>
> either something is tripping something up or I forgot to include a
> library... which leaves me to grab a class file name and search for who it
> is owned by and then include that library ? Search and Grab ?
>
> Thanks in advance...
>
> 2014-03-01 09:03:09.234:WARN::failed app: java.lang.RuntimeException:
> Exception constructing service 'SeedEntity': Error invoking constructor
> public org.tynamo.seedentity
> .hibernate.services.SeedEntityImpl(org.slf4j.Logger,org.apache.tapestry5.hibernate.HibernateSessionSource,java.util.List):
> Exception constructing service 'HibernateSessio
> nSource': Error invoking constructor public
> org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl(org.slf4j.Logger,java.util.List):
> org.hibernate.integrator.
> spi.Integrator: Provider
> org.hibernate.search.hcore.impl.MassIndexerFactoryIntegrator could not be
> instantiated: java.lang.NoClassDefFoundError: org/hibernate/service/spi
> /BasicServiceInitiator
> 2014-03-01 09:03:09.238:WARN::Failed startup of context
> org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@11ce012
> {/pphl,C:\Prototype\Mavenized\Product\tynamo\trunk\tynam
> o-examples\pphl\src\main\webapp}
> java.lang.RuntimeException: Exception constructing service 'SeedEntity':
> Error invoking constructor public
> org.tynamo.seedentity.hibernate.services.SeedEntityImpl(org.slf
> 4j.Logger,org.apache.tapestry5.hibernate.HibernateSessionSource,java.util.List):
> Exception constructing service 'HibernateSessionSource': Error invoking
> constructor publi
> c
> org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl(org.slf4j.Logger,java.util.List):
> org.hibernate.integrator.spi.Integrator: Provider org.hibernate.sea
> rch.hcore.impl.MassIndexerFactoryIntegrator could not be instantiated:
> java.lang.NoClassDefFoundError:
> org/hibernate/service/spi/BasicServiceInitiator
>         at
> org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.obtainObjectFromCreator(JustInTimeObjectCreator.java:75)
>         at
> org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:54)
>         at
> org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.eagerLoadService(JustInTimeObjectCreator.java:86)
>         at
> org.apache.tapestry5.ioc.internal.RegistryImpl.performRegistryStartup(RegistryImpl.java:318)
>
>
>
> ============== dependency tree follows ==============
>
> [INFO] Scanning for projects...
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Tynamo Example - pphl 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.4:tree (default-cli) @ pphl ---
> [INFO] org.tynamo.examples:pphl:war:1.0-SNAPSHOT
> [INFO] +- org.tynamo:tapestry-model-hibernate:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  +- org.tynamo:tapestry-model-core:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  |  +-
> org.tynamo:tapestry-model-annotations:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  |  \- org.tynamo:tapestry-ckeditor:jar:0.0.1:compile
> [INFO] |  +- org.apache.tapestry:tapestry-hibernate:jar:5.4-beta-2:compile
> [INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
> [INFO] |  |  \-
> org.apache.tapestry:tapestry-hibernate-core:jar:5.4-beta-2:compile
> [INFO] |  |     +-
> org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final:compile
> [INFO] |  |     +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime
> [INFO] |  |     \- javassist:javassist:jar:3.12.1.GA:runtime
> [INFO] |  +- org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
> [INFO] |  |  \- javax.validation:validation-api:jar:1.0.0.GA:compile
> [INFO] |  +-
> org.apache.tapestry:tapestry-beanvalidator:jar:5.4-beta-2:compile
> [INFO] |  \- org.slf4j:slf4j-log4j12:jar:1.7.2:compile
> [INFO] |     \- log4j:log4j:jar:1.2.17:compile
> [INFO] +- org.tynamo:tynamo-test:jar:0.0.1:test
> [INFO] |  +- org.eclipse.jetty:jetty-webapp:jar:8.1.8.v20121106:test
> [INFO] |  |  +- org.eclipse.jetty:jetty-xml:jar:8.1.8.v20121106:test
> [INFO] |  |  |  \- org.eclipse.jetty:jetty-util:jar:8.1.8.v20121106:test
> [INFO] |  |  \- org.eclipse.jetty:jetty-servlet:jar:8.1.8.v20121106:test
> [INFO] |  |     \-
> org.eclipse.jetty:jetty-security:jar:8.1.8.v20121106:test
> [INFO] |  |        \-
> org.eclipse.jetty:jetty-server:jar:8.1.8.v20121106:test
> [INFO] |  |           +-
> org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:test
> [INFO] |  |           \-
> org.eclipse.jetty:jetty-continuation:jar:8.1.8.v20121106:test
> [INFO] |  +- org.testng:testng:jar:5.14.10:test
> [INFO] |  |  +- junit:junit:jar:3.8.1:test
> [INFO] |  |  +- org.beanshell:bsh:jar:2.0b4:test
> [INFO] |  |  +- com.beust:jcommander:jar:1.12:test
> [INFO] |  |  \- org.yaml:snakeyaml:jar:1.6:test
> [INFO] |  \- net.sourceforge.htmlunit:htmlunit:jar:2.11:test
> [INFO] |     +- xalan:xalan:jar:2.7.1:test
> [INFO] |     |  \- xalan:serializer:jar:2.7.1:test
> [INFO] |     +- org.apache.commons:commons-lang3:jar:3.1:test
> [INFO] |     +- org.apache.httpcomponents:httpmime:jar:4.2.2:test
> [INFO] |     +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.11:test
> [INFO] |     +- xerces:xercesImpl:jar:2.10.0:test
> [INFO] |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.17:test
> [INFO] |     +- net.sourceforge.cssparser:cssparser:jar:0.9.8:test
> [INFO] |     |  \- org.w3c.css:sac:jar:1.3:test
> [INFO] |     \- org.eclipse.jetty:jetty-websocket:jar:8.1.7.v20120910:test
> [INFO] |        +- org.eclipse.jetty:jetty-io:jar:8.1.7.v20120910:test
> [INFO] |        \- org.eclipse.jetty:jetty-http:jar:8.1.7.v20120910:test
> [INFO] +- org.tynamo:tapestry-model-web:jar:0.6.0-SNAPSHOT:compile
> [INFO] +- org.tynamo:tapestry-routing:jar:0.0.8-SNAPSHOT:compile
> [INFO] +- org.tynamo:tapestry-security:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  +- org.apache.shiro:shiro-web:jar:1.2.2:compile
> [INFO] |  |  \- org.apache.shiro:shiro-core:jar:1.2.2:compile
> [INFO] |  +- org.apache.tapestry:tapestry-core:jar:5.4-beta-2:compile
> [INFO] |  |  +- org.antlr:antlr-runtime:jar:3.3:compile
> [INFO] |  |  +- commons-codec:commons-codec:jar:1.5:compile
> [INFO] |  |  \- org.apache.tapestry:tapestry-json:jar:5.4-beta-2:compile
> [INFO] |  +- org.apache.tapestry:tapestry-ioc:jar:5.4-beta-2:compile
> [INFO] |  |  +- org.apache.tapestry:plastic:jar:5.4-beta-2:compile
> [INFO] |  |  +- javax.inject:javax.inject:jar:1:compile
> [INFO] |  |  +- org.apache.tapestry:tapestry-func:jar:5.4-beta-2:compile
> [INFO] |  |  \-
> org.apache.tapestry:tapestry5-annotations:jar:5.4-beta-2:compile
> [INFO] |  \- org.tynamo:tynamo-common:jar:0.0.4-SNAPSHOT:compile
> [INFO] +-
> org.tynamo.security:tynamo-federatedaccounts-core:jar:0.4.6-SNAPSHOT:compile
> [INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.2.5:compile
> [INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.2.4:compile
> [INFO] |  |  \- commons-logging:commons-logging:jar:1.1.1:compile
> [INFO] |  \- org.slf4j:slf4j-api:jar:1.7.2:compile
> [INFO] +-
> org.tynamo.security:tynamo-federatedaccounts-facebook:jar:0.4.6-SNAPSHOT:compile
> [INFO] +-
> org.tynamo.security:tynamo-federatedaccounts-twitter:jar:0.4.6-SNAPSHOT:compile
> [INFO] |  \- org.twitter4j:twitter4j-core:jar:3.0.3:compile
> [INFO] +- org.tynamo.gae:esxx-httpclient-gae:jar:0.0.2-SNAPSHOT:compile
> [INFO] +- javax.servlet:servlet-api:jar:2.5:provided
> [INFO] +-
> org.tynamo:tapestry-hibernate-seedentity:jar:0.1.4-SNAPSHOT:compile
> [INFO] |  \- commons-beanutils:commons-beanutils:jar:1.8.1:compile
> [INFO] +- com.restfb:restfb:jar:1.6.6:compile
> [INFO] +- org.tynamo:tapestry-watchdog:jar:0.0.3-SNAPSHOT:compile
> [INFO] +-
> org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.6:compile
> [INFO] +-
> org.apache.geronimo.javamail:geronimo-javamail_1.4_provider:jar:1.8:compile
> [INFO] +- commons-pool:commons-pool:jar:1.6:compile
> [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> [INFO] +- org.hibernate:hibernate-search:jar:4.3.0.Final:compile
> [INFO] |  \- org.hibernate:hibernate-search-orm:jar:4.3.0.Final:compile
> [INFO] |     +-
> org.hibernate:hibernate-search-engine:jar:4.3.0.Final:compile
> [INFO] |     |  +-
> org.hibernate.common:hibernate-commons-annotations:jar:4.0.2.Final:compile
> [INFO] |     |  +- org.apache.lucene:lucene-core:jar:3.6.2:compile
> [INFO] |     |  +- org.apache.avro:avro:jar:1.6.3:compile
> [INFO] |     |  |  +-
> org.codehaus.jackson:jackson-core-asl:jar:1.8.8:compile
> [INFO] |     |  |  +-
> org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8:compile
> [INFO] |     |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
> [INFO] |     |  |  \- org.xerial.snappy:snappy-java:jar:1.0.4.1:compile
> [INFO] |     |  \- org.apache.lucene:lucene-facet:jar:3.6.2:compile
> [INFO] |     +- org.hibernate:hibernate-core:jar:4.3.0.Final:compile
> [INFO] |     |  +-
> org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
> [INFO] |     |  +-
> org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
> [INFO] |     |  +- dom4j:dom4j:jar:1.6.1:compile
> [INFO] |     |  |  \- xml-apis:xml-apis:jar:1.0.b2:compile
> [INFO] |     |  +-
> org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
> [INFO] |     |  +- org.javassist:javassist:jar:3.18.1-GA:compile
> [INFO] |     |  +- antlr:antlr:jar:2.7.7:compile
> [INFO] |     |  \- org.jboss:jandex:jar:1.1.0.Final:compile
> [INFO] |     \-
> org.hibernate:hibernate-search-analyzers:jar:4.3.0.Final:compile
> [INFO] |        +- org.apache.lucene:lucene-analyzers:jar:3.6.2:compile
> [INFO] |        \- org.apache.solr:solr-analysis-extras:jar:3.6.2:compile
> [INFO] |           +- org.apache.solr:solr-core:jar:3.6.2:compile
> [INFO] |           |  +- org.apache.solr:solr-solrj:jar:3.6.2:compile
> [INFO] |           |  +-
> org.apache.lucene:lucene-highlighter:jar:3.6.2:compile
> [INFO] |           |  +-
> org.apache.lucene:lucene-kuromoji:jar:3.6.2:compile
> [INFO] |           |  +- org.apache.lucene:lucene-memory:jar:3.6.2:compile
> [INFO] |           |  +- org.apache.lucene:lucene-misc:jar:3.6.2:compile
> [INFO] |           |  +-
> org.apache.lucene:lucene-phonetic:jar:3.6.2:compile
> [INFO] |           |  +- org.apache.lucene:lucene-spatial:jar:3.6.2:compile
> [INFO] |           |  +-
> org.apache.lucene:lucene-spellchecker:jar:3.6.2:compile
> [INFO] |           |  \-
> org.apache.lucene:lucene-grouping:jar:3.6.2:compile
> [INFO] |           +- org.apache.lucene:lucene-smartcn:jar:3.6.2:compile
> [INFO] |           \- org.apache.lucene:lucene-stempel:jar:3.6.2:compile
> [INFO] +-
> org.hibernate:hibernate-commons-annotations:jar:4.0.4.Final:compile
> [INFO] +- org.got5:tapestry5-jquery:jar:3.3.5:compile
> [INFO] |  +- org.apache.tapestry:tapestry-upload:jar:5.3.6:compile
> [INFO] |  |  \- commons-io:commons-io:jar:2.0.1:compile
> [INFO] |  +- commons-fileupload:commons-fileupload:jar:1.2.2:compile
> [INFO] |  \- commons-lang:commons-lang:jar:2.6:compile
> [INFO] +- org.eclipse.persistence:eclipselink:jar:2.4.1:compile
> [INFO] \- commons-collections:commons-collections:jar:3.2.1:compile
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3.647s
> [INFO] Finished at: Sat Mar 01 09:16:34 EST 2014
> [INFO] Final Memory: 12M/29M
> [INFO]
> ------------------------------------------------------------------------
>
>

Re: Tapestry App Not booting right - dependency tree help

Posted by Bob Harner <bo...@gmail.com>.
Ken, you're shooting yourself in your own foot. Without an apology for
those rants you might have trouble getting much help on this mailing
list from the many people you insulted. Just saying...

On Thu, Mar 6, 2014 at 3:17 PM, Thiago H de Paula Figueiredo
<th...@gmail.com> wrote:
> On Sun, 02 Mar 2014 15:30:23 -0300, nhhockeyplayer nashua
> <nh...@hotmail.com> wrote:
>
>> What I find worse though is open source project committers that
>> deliberately maintain broken build tree compilation
>
>
> Who? The Tapestry team? If not, go complain in the right place.
>
> [long off-topic ramble that should have never]
>
>
>> I think when America takes back ground stolen things will get better.
>> Until then I wouldnt go commercial with anything unless its bare bones tight
>> and independent. Americans are the best software engineers int he world. And
>> the most generous.
>
>
> Dude, that's so much off-topic bullshit (both off-topic and bullshit, not to
> mention jingoistic and xenophobic) in that paragraph that I'll restrain
> myself and not answer it.
>
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: users-help@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry App Not booting right - dependency tree help

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Sun, 02 Mar 2014 15:30:23 -0300, nhhockeyplayer nashua  
<nh...@hotmail.com> wrote:

> What I find worse though is open source project committers that  
> deliberately maintain broken build tree compilation

Who? The Tapestry team? If not, go complain in the right place.

[long off-topic ramble that should have never]

> I think when America takes back ground stolen things will get better.  
> Until then I wouldnt go commercial with anything unless its bare bones  
> tight and independent. Americans are the best software engineers int he  
> world. And the most generous.

Dude, that's so much off-topic bullshit (both off-topic and bullshit, not  
to mention jingoistic and xenophobic) in that paragraph that I'll restrain  
myself and not answer it.

-- 
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org


Re: Tapestry App Not booting right - dependency tree help

Posted by Daniel Jue <te...@gmail.com>.
Hi, I hope my choice of words didn't cause some unintentional conclusions.
 :-)  By insidious, I mean the problem was difficult for me to track
down--although now that I make use of the Eclipse dependency hierarchy
view, I can see which transitive dependencies are overriding each other--so
it's not a big problem for me anymore.

I often have to explain our use of Maven to people working on our project
(who are not that adept at Maven): We senior developers have sunk a
considerable part of our careers fighting and wooing Maven to do our
wishes--it's like a bad relationship you can't get out of.  Some of us are
so out of patience with Maven that we don't want to talk about it--just
google it they'll say.  I'm stuck with Maven on our current project,
because moving to something like Gradle, although better, would cause
people's heads to explode.  And I don't want to clean up that mess.

With regards to your other comments, I think you might get higher quality
venting of your frustrations on a site like
http://www.reddit.com/r/programming/
The subscribers to of this list prefer to stay on Tapestry topics, and I've
admittedly strayed from that course here.  <t:inline type="Apology"
context="mine"/>



On Sun, Mar 2, 2014 at 1:50 PM, Jon Williams <wi...@gmail.com>wrote:

> Seeing as this thread is way off topic already...
>
> Software is writing. Any one with 5 or 6 years of basic schooling can
> right. Like anything, the more you right, the better you get. It's stupid
> to state that American's are better writers than the rest of the world.
> There's no evidence of that.
> Also, next time, take a look around a typical American code shop, many
> "American" software writers are off the boat immigrants.
>

Re: Tapestry App Not booting right - dependency tree help

Posted by Jon Williams <wi...@gmail.com>.
Seeing as this thread is way off topic already...

Software is writing. Any one with 5 or 6 years of basic schooling can
right. Like anything, the more you right, the better you get. It's stupid
to state that American's are better writers than the rest of the world.
There's no evidence of that.
Also, next time, take a look around a typical American code shop, many
"American" software writers are off the boat immigrants.

RE: Tapestry App Not booting right - dependency tree help

Posted by nhhockeyplayer nashua <nh...@hotmail.com>.
ok i apologize if I stirred things up. everyone can shine..its a choice. weekend transient dependency chasing is taxing. maven is the best build method on the planet and as much as I used  ANT... I wont go back.. but I will have to figure out what transient dependencies are hampering my effort and block them.

i will close my eyes and talk to my angel and pray that everyone will make their software diamond grade. I wouldn't get my lady nothing less than a sparkling blue ambient E grade. and there is a difference between working smarter than harder.

It would be nice to see open source get that back. A CEO told me once decades ago... open source is bulletproof. I wish I cold say that today. I hope the java guys will learn to stick together by writing diamond grade code so we dont have to end up chasing transient dependencies and we can all focus on pure business logic.

My good Angel, Thou comest from heaven; God has sent thee to take care 
of me. Oh, shelter me under thy wings. Lighten my path, direct my steps.
 Do not leave me, stay quite near me and defend me against the spirit of
 evil. But above all come to my help in the last struggle of my life. 
Deliver my soul so that with thee it may praise, love and contemplate 
the goodness of God forever and ever.
Amen


 		 	   		  

Re: Tapestry App Not booting right - dependency tree help

Posted by Jon Williams <wi...@gmail.com>.
RFLMAO
..."take your (cross-dressing?) dictatorship and your alien craft and your
wardrobe and goto mars"
..."I'm not talking about tapestry."


On Sun, Mar 2, 2014 at 7:04 PM, nhhockeyplayer nashua <
nhhockeyplayer@hotmail.com> wrote:

>
>
> all I am after is a build tree that can be checked out, built, operated
> and run as claimed... not stuck, broken, in shambles and in buildable with
> a gazillion transient dependency errors and local build tree errors never
> mind transient dependency errors. Otherwise shut it down or step down and
> let someone else run with the ball.
>
> Dont dare incite I am prejudice. Thats the easy way out...
> manipulative...cheep... (mispslled on purpose). . though I was ousted with
> prejudice by such a project operating a build tree in fear that they would
> be outperformed let alone addicted to tooting their own whistles and
> locking down a code base they took and ran with for almost a decade and is
> still a TOY. broke and only buildable by maybe 3 or four people on the
> planet. Only the privileged have the keys to building it but their foot is
> fairly solid and aimed into CORPORATE AMERICA.
>
> I think its time for a change. That open source be held to its title. OPEN
> and that means not closed. But I am talking about a slippery slope. When
> you create a jira (dare to after keeping your mouth shut quiet for months
> and years...careful not to say anything that might piss off the committers
> (OR YOU WILL GET NOTHING) or they will sowe even more bugs into the source
> tree to prevent it from functioning or maybe even attempt to hack you and
> send you a virus for speaking out. Thats CLOSED. And a dictatorship.
>
> If you cant check it out and build it clean and run it clean... it should
> be shutdown or the ball passed onto someone with a big HEART that cares.
>
> But wait... this is open source... open source is a very selfish field...
> but ten years of it ? Thats a decade. Ok 8.
>
> All I am looking for is the diamond to sparkle. is that so hard to see and
> understand ?
> does anyone understand I got ethics, valuers, morals and standards ?
>
> Instead we got cross dressing dictatorships.
> Ok I havent tested out the soil to see where the others are at. I have
> kept faithful to the same project for a vested amount of years only to see
> the same thing get worse. NOTHING.
>
> So I will repeat my assertion.
>
> AMERICANS WRITE THE BEST SOFTWARE. AMERICANS ARE THE MOST GENEROUS
> SOFTWARE WRITERS ON THE PLANET.
>
> and if thats too much to handle... take your dictatorship and your alien
> craft and your wardrobe and goto mars.
>
> and when this industry starts gauging and rewarding the project heads
> (committers) by how much of their code is running and how many users are
> going commercial with it... and especially how the guy in the home office
> is happy with it... then it can be called open source. Otherwise its a
> violation of criteria. FRAUD with one foot in the jungle and another on a
> banana peel .. Open for abuse... and is abused. Until it cleans itself up
> only then will I have respectful words. I lost my respect.
>
> There are benevolent developers in RUSSIA too that are worthy and generous
> and should be operating these rogue open source projects. I bad mouthed
> m2Eclipse... politely years back and in a matter of months ... well you see
> where its come today.
>
> And we got the best knocking on our doors to spit in our faces.
>
> Until they learn the ten commandments and respect to humanity I got no
> respect for them. none no matter where they went to school or how much
> experience they got.
>
> i shouldn't have to be haunting the forums for this stuff... I should be
> focusing on pure business logic. instead its build tree junk and transient
> dependencies and crash bugs bootstrap bugs
>
> all by design and these folks are likely wanting to speak at DEV CON or
> other open source gatherings.
>
> I see a ton of cleaning up to be done or that javascript MVC/CRUD (which
> is already looking tasty from Pacific to Atlantic) is going to outperform
> serverside JAVA and render it obsolete. Soon they will be implementing ORM
> in javascript by the time this build tree is mature enough to get right
> sparkle like it should and stay that way. then I might not have to burn out
> trying to write software on the weekends.
>
> I'm not talking about tapestry.
>

RE: Tapestry App Not booting right - dependency tree help

Posted by Chris Mylonas <ch...@opencsta.org>.
Very off topic but lemme stick my big nose in.

Happy Monday comrade :)

I empathise like a mf dude.  I know a cpl devs that rely on ant rather than
mvn for their build tool for this dependency stuff and with good reason.
Jumpstart is an ant build funnily.

When I find a recipe that works, I sit on it for a dev cycle or three or
four.  Create a basic project and leave it in a git branch for rebuilding
in 6 months to see what breaks.

When stuff doesn't break its a bonus!

Software takes a lot of resources to build and maintain well.

I hear there are good saunas in Russia, take an hour off and let off some
steam, pardon my pun, but that's what I do here in Australia.  Pro tip,
fragrant water splashed on the fire works a treat.  If using a cpl drops of
eucalyptus, watch out for its flammability, u really want to dilute that in
2L.  For hours afterwards your breath will be like an angelic koala :)

Good luck with your building.  I personally break my projects into ejbs,
rest and web.  Makes building and maintaining easier though it requires a
bit more time.  And I've got more time than java dependency chasing foo.

Chris

PS, the best programmers in the world are in Bondi beach.  I should know, I
look at him in the mirror from time to time ;)
On 03/03/2014 12:05 pm, "nhhockeyplayer nashua" <nh...@hotmail.com>
wrote:

>
>
> all I am after is a build tree that can be checked out, built, operated
> and run as claimed... not stuck, broken, in shambles and in buildable with
> a gazillion transient dependency errors and local build tree errors never
> mind transient dependency errors. Otherwise shut it down or step down and
> let someone else run with the ball.
>
> Dont dare incite I am prejudice. Thats the easy way out...
> manipulative...cheep... (mispslled on purpose). . though I was ousted with
> prejudice by such a project operating a build tree in fear that they would
> be outperformed let alone addicted to tooting their own whistles and
> locking down a code base they took and ran with for almost a decade and is
> still a TOY. broke and only buildable by maybe 3 or four people on the
> planet. Only the privileged have the keys to building it but their foot is
> fairly solid and aimed into CORPORATE AMERICA.
>
> I think its time for a change. That open source be held to its title. OPEN
> and that means not closed. But I am talking about a slippery slope. When
> you create a jira (dare to after keeping your mouth shut quiet for months
> and years...careful not to say anything that might piss off the committers
> (OR YOU WILL GET NOTHING) or they will sowe even more bugs into the source
> tree to prevent it from functioning or maybe even attempt to hack you and
> send you a virus for speaking out. Thats CLOSED. And a dictatorship.
>
> If you cant check it out and build it clean and run it clean... it should
> be shutdown or the ball passed onto someone with a big HEART that cares.
>
> But wait... this is open source... open source is a very selfish field...
> but ten years of it ? Thats a decade. Ok 8.
>
> All I am looking for is the diamond to sparkle. is that so hard to see and
> understand ?
> does anyone understand I got ethics, valuers, morals and standards ?
>
> Instead we got cross dressing dictatorships.
> Ok I havent tested out the soil to see where the others are at. I have
> kept faithful to the same project for a vested amount of years only to see
> the same thing get worse. NOTHING.
>
> So I will repeat my assertion.
>
> AMERICANS WRITE THE BEST SOFTWARE. AMERICANS ARE THE MOST GENEROUS
> SOFTWARE WRITERS ON THE PLANET.
>
> and if thats too much to handle... take your dictatorship and your alien
> craft and your wardrobe and goto mars.
>
> and when this industry starts gauging and rewarding the project heads
> (committers) by how much of their code is running and how many users are
> going commercial with it... and especially how the guy in the home office
> is happy with it... then it can be called open source. Otherwise its a
> violation of criteria. FRAUD with one foot in the jungle and another on a
> banana peel .. Open for abuse... and is abused. Until it cleans itself up
> only then will I have respectful words. I lost my respect.
>
> There are benevolent developers in RUSSIA too that are worthy and generous
> and should be operating these rogue open source projects. I bad mouthed
> m2Eclipse... politely years back and in a matter of months ... well you see
> where its come today.
>
> And we got the best knocking on our doors to spit in our faces.
>
> Until they learn the ten commandments and respect to humanity I got no
> respect for them. none no matter where they went to school or how much
> experience they got.
>
> i shouldn't have to be haunting the forums for this stuff... I should be
> focusing on pure business logic. instead its build tree junk and transient
> dependencies and crash bugs bootstrap bugs
>
> all by design and these folks are likely wanting to speak at DEV CON or
> other open source gatherings.
>
> I see a ton of cleaning up to be done or that javascript MVC/CRUD (which
> is already looking tasty from Pacific to Atlantic) is going to outperform
> serverside JAVA and render it obsolete. Soon they will be implementing ORM
> in javascript by the time this build tree is mature enough to get right
> sparkle like it should and stay that way. then I might not have to burn out
> trying to write software on the weekends.
>
> I'm not talking about tapestry.
>

RE: Tapestry App Not booting right - dependency tree help

Posted by nhhockeyplayer nashua <nh...@hotmail.com>.

all I am after is a build tree that can be checked out, built, operated and run as claimed... not stuck, broken, in shambles and in buildable with a gazillion transient dependency errors and local build tree errors never mind transient dependency errors. Otherwise shut it down or step down and let someone else run with the ball.

Dont dare incite I am prejudice. Thats the easy way out... manipulative...cheep... (mispslled on purpose). . though I was ousted with prejudice by such a project operating a build tree in fear that they would be outperformed let alone addicted to tooting their own whistles and locking down a code base they took and ran with for almost a decade and is still a TOY. broke and only buildable by maybe 3 or four people on the planet. Only the privileged have the keys to building it but their foot is fairly solid and aimed into CORPORATE AMERICA.

I think its time for a change. That open source be held to its title. OPEN and that means not closed. But I am talking about a slippery slope. When you create a jira (dare to after keeping your mouth shut quiet for months and years...careful not to say anything that might piss off the committers (OR YOU WILL GET NOTHING) or they will sowe even more bugs into the source tree to prevent it from functioning or maybe even attempt to hack you and send you a virus for speaking out. Thats CLOSED. And a dictatorship.

If you cant check it out and build it clean and run it clean... it should be shutdown or the ball passed onto someone with a big HEART that cares.

But wait... this is open source... open source is a very selfish field... but ten years of it ? Thats a decade. Ok 8.

All I am looking for is the diamond to sparkle. is that so hard to see and understand ?
does anyone understand I got ethics, valuers, morals and standards ?

Instead we got cross dressing dictatorships.
Ok I havent tested out the soil to see where the others are at. I have kept faithful to the same project for a vested amount of years only to see the same thing get worse. NOTHING.

So I will repeat my assertion.

AMERICANS WRITE THE BEST SOFTWARE. AMERICANS ARE THE MOST GENEROUS SOFTWARE WRITERS ON THE PLANET.

and if thats too much to handle... take your dictatorship and your alien craft and your wardrobe and goto mars. 

and when this industry starts gauging and rewarding the project heads (committers) by how much of their code is running and how many users are going commercial with it... and especially how the guy in the home office is happy with it... then it can be called open source. Otherwise its a violation of criteria. FRAUD with one foot in the jungle and another on a banana peel .. Open for abuse... and is abused. Until it cleans itself up only then will I have respectful words. I lost my respect.

There are benevolent developers in RUSSIA too that are worthy and generous and should be operating these rogue open source projects. I bad mouthed m2Eclipse... politely years back and in a matter of months ... well you see where its come today.

And we got the best knocking on our doors to spit in our faces.

Until they learn the ten commandments and respect to humanity I got no respect for them. none no matter where they went to school or how much experience they got.

i shouldn't have to be haunting the forums for this stuff... I should be focusing on pure business logic. instead its build tree junk and transient dependencies and crash bugs bootstrap bugs

all by design and these folks are likely wanting to speak at DEV CON or other open source gatherings.

I see a ton of cleaning up to be done or that javascript MVC/CRUD (which is already looking tasty from Pacific to Atlantic) is going to outperform serverside JAVA and render it obsolete. Soon they will be implementing ORM in javascript by the time this build tree is mature enough to get right sparkle like it should and stay that way. then I might not have to burn out trying to write software on the weekends.

I'm not talking about tapestry.
 		 	   		  

RE: Tapestry App Not booting right - dependency tree help

Posted by nhhockeyplayer nashua <nh...@hotmail.com>.
Thanks Dan,

Insidious is valid as projects expand growth. It has a tendency to get out of control and then you end up in a holding pattern... and in many cases for months... waiting for the upgrade or the patch thats needed.

What I find worse though is open source project committers that deliberately maintain broken build tree compilation and run time never sync or get head rev to build properly never mind actually run. Or maybe they are oblivious to what they are building as opposed to the outside world. One cold make an argument easily for whether its negligence or intentional for diabolical personal  gain and if its the best code base on the planet then you know they only want a handful of people building/working it ungenerously and the whole site they are showing off is for ego (hey give us 10million stock options in IBM... and look at what we did... yeah we deserve it) when the only fruit brought forth was for themselves. I wold still rather be on the losing end than have pumped all my energy into something and get nothing back due to my own sabotage.

However you want to look at it... the MIT days are gone when something was made for free and the docs and runtime and build tree are pristine naturally the way it should be generously and people were able to give the industry their best without having to rework or get disabled rummaging thru crap perpetuated by projects heads that dont even know what the hell they are doing for the industry. I guess as long as they get their hourly rate.

ok enough rambling... i guess I have solid experience working with the worst build tree on the planet.

and I am an expert at maven transient dependencies. And getting mauled by code that wont build or run once checked out.

So how many folks are actually using and going commercial with this stuff?
I cant see many.
And I am not impressed that the current surge in javascript will have any differences. Just point to a different URL. Oops bugs in that one too. It might be better.

In any event, I will put a clapper on this and take it in stride knowing we could all be putting out more as a whole instead of the minimum which is currently the strategy.

When 18mo passes by and you haven't gotten anything done then you will know what I am talking about.

So thanks Dan, insidious? I feel bad for the developers who have thrown in the towel and couldnt get as far as we have... kudos to the handful on the planet that have.

I believe the ethics and morals of open source projects should take precedence over anyone operating one and their canonical beliefs. Humanity has none. And its a shame.

I think when America takes back ground stolen things will get better. Until then I wouldnt go commercial with anything unless its bare bones tight and independent. Americans are the best software engineers int he world. And the most generous.


 		 	   		  

Re: Tapestry App Not booting right - dependency tree help

Posted by Dustin Woods <du...@gmail.com>.
https://www.google.com/search?q=NoClassDefFoundError%3A+org%2Fhibernate%2Fservice%2Fspi%2FBasicServiceInitiator


On Sat, Mar 1, 2014 at 8:17 AM, nhhockeyplayer nashua <
nhhockeyplayer@hotmail.com> wrote:

> Hi Folks,
>
> As applications become more involved, so do the dependencies. And I am
> finding myself moreso needing to examine the dependency tree to determine
> what is tripping things up.
>
> But the talent of identification is something that comes with field
> experience.
>
> I was hoping I could get some help with this one.
>
> first the error... then the tree...
>
> either something is tripping something up or I forgot to include a
> library... which leaves me to grab a class file name and search for who it
> is owned by and then include that library ? Search and Grab ?
>
> Thanks in advance...
>
> 2014-03-01 09:03:09.234:WARN::failed app: java.lang.RuntimeException:
> Exception constructing service 'SeedEntity': Error invoking constructor
> public org.tynamo.seedentity
> .hibernate.services.SeedEntityImpl(org.slf4j.Logger,org.apache.tapestry5.hibernate.HibernateSessionSource,java.util.List):
> Exception constructing service 'HibernateSessio
> nSource': Error invoking constructor public
> org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl(org.slf4j.Logger,java.util.List):
> org.hibernate.integrator.
> spi.Integrator: Provider
> org.hibernate.search.hcore.impl.MassIndexerFactoryIntegrator could not be
> instantiated: java.lang.NoClassDefFoundError: org/hibernate/service/spi
> /BasicServiceInitiator
> 2014-03-01 09:03:09.238:WARN::Failed startup of context
> org.mortbay.jetty.plugin.Jetty6PluginWebAppContext@11ce012
> {/pphl,C:\Prototype\Mavenized\Product\tynamo\trunk\tynam
> o-examples\pphl\src\main\webapp}
> java.lang.RuntimeException: Exception constructing service 'SeedEntity':
> Error invoking constructor public
> org.tynamo.seedentity.hibernate.services.SeedEntityImpl(org.slf
> 4j.Logger,org.apache.tapestry5.hibernate.HibernateSessionSource,java.util.List):
> Exception constructing service 'HibernateSessionSource': Error invoking
> constructor publi
> c
> org.apache.tapestry5.internal.hibernate.HibernateSessionSourceImpl(org.slf4j.Logger,java.util.List):
> org.hibernate.integrator.spi.Integrator: Provider org.hibernate.sea
> rch.hcore.impl.MassIndexerFactoryIntegrator could not be instantiated:
> java.lang.NoClassDefFoundError:
> org/hibernate/service/spi/BasicServiceInitiator
>         at
> org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.obtainObjectFromCreator(JustInTimeObjectCreator.java:75)
>         at
> org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.createObject(JustInTimeObjectCreator.java:54)
>         at
> org.apache.tapestry5.ioc.internal.services.JustInTimeObjectCreator.eagerLoadService(JustInTimeObjectCreator.java:86)
>         at
> org.apache.tapestry5.ioc.internal.RegistryImpl.performRegistryStartup(RegistryImpl.java:318)
>
>
>
> ============== dependency tree follows ==============
>
> [INFO] Scanning for projects...
> [INFO]
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Building Tynamo Example - pphl 1.0-SNAPSHOT
> [INFO]
> ------------------------------------------------------------------------
> [INFO]
> [INFO] --- maven-dependency-plugin:2.4:tree (default-cli) @ pphl ---
> [INFO] org.tynamo.examples:pphl:war:1.0-SNAPSHOT
> [INFO] +- org.tynamo:tapestry-model-hibernate:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  +- org.tynamo:tapestry-model-core:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  |  +-
> org.tynamo:tapestry-model-annotations:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  |  \- org.tynamo:tapestry-ckeditor:jar:0.0.1:compile
> [INFO] |  +- org.apache.tapestry:tapestry-hibernate:jar:5.4-beta-2:compile
> [INFO] |  |  +- org.jboss.logging:jboss-logging:jar:3.1.0.GA:compile
> [INFO] |  |  \-
> org.apache.tapestry:tapestry-hibernate-core:jar:5.4-beta-2:compile
> [INFO] |  |     +-
> org.hibernate.javax.persistence:hibernate-jpa-2.0-api:jar:1.0.0.Final:compile
> [INFO] |  |     +- geronimo-spec:geronimo-spec-jta:jar:1.0-M1:runtime
> [INFO] |  |     \- javassist:javassist:jar:3.12.1.GA:runtime
> [INFO] |  +- org.hibernate:hibernate-validator:jar:4.3.0.Final:compile
> [INFO] |  |  \- javax.validation:validation-api:jar:1.0.0.GA:compile
> [INFO] |  +-
> org.apache.tapestry:tapestry-beanvalidator:jar:5.4-beta-2:compile
> [INFO] |  \- org.slf4j:slf4j-log4j12:jar:1.7.2:compile
> [INFO] |     \- log4j:log4j:jar:1.2.17:compile
> [INFO] +- org.tynamo:tynamo-test:jar:0.0.1:test
> [INFO] |  +- org.eclipse.jetty:jetty-webapp:jar:8.1.8.v20121106:test
> [INFO] |  |  +- org.eclipse.jetty:jetty-xml:jar:8.1.8.v20121106:test
> [INFO] |  |  |  \- org.eclipse.jetty:jetty-util:jar:8.1.8.v20121106:test
> [INFO] |  |  \- org.eclipse.jetty:jetty-servlet:jar:8.1.8.v20121106:test
> [INFO] |  |     \-
> org.eclipse.jetty:jetty-security:jar:8.1.8.v20121106:test
> [INFO] |  |        \-
> org.eclipse.jetty:jetty-server:jar:8.1.8.v20121106:test
> [INFO] |  |           +-
> org.eclipse.jetty.orbit:javax.servlet:jar:3.0.0.v201112011016:test
> [INFO] |  |           \-
> org.eclipse.jetty:jetty-continuation:jar:8.1.8.v20121106:test
> [INFO] |  +- org.testng:testng:jar:5.14.10:test
> [INFO] |  |  +- junit:junit:jar:3.8.1:test
> [INFO] |  |  +- org.beanshell:bsh:jar:2.0b4:test
> [INFO] |  |  +- com.beust:jcommander:jar:1.12:test
> [INFO] |  |  \- org.yaml:snakeyaml:jar:1.6:test
> [INFO] |  \- net.sourceforge.htmlunit:htmlunit:jar:2.11:test
> [INFO] |     +- xalan:xalan:jar:2.7.1:test
> [INFO] |     |  \- xalan:serializer:jar:2.7.1:test
> [INFO] |     +- org.apache.commons:commons-lang3:jar:3.1:test
> [INFO] |     +- org.apache.httpcomponents:httpmime:jar:4.2.2:test
> [INFO] |     +- net.sourceforge.htmlunit:htmlunit-core-js:jar:2.11:test
> [INFO] |     +- xerces:xercesImpl:jar:2.10.0:test
> [INFO] |     +- net.sourceforge.nekohtml:nekohtml:jar:1.9.17:test
> [INFO] |     +- net.sourceforge.cssparser:cssparser:jar:0.9.8:test
> [INFO] |     |  \- org.w3c.css:sac:jar:1.3:test
> [INFO] |     \- org.eclipse.jetty:jetty-websocket:jar:8.1.7.v20120910:test
> [INFO] |        +- org.eclipse.jetty:jetty-io:jar:8.1.7.v20120910:test
> [INFO] |        \- org.eclipse.jetty:jetty-http:jar:8.1.7.v20120910:test
> [INFO] +- org.tynamo:tapestry-model-web:jar:0.6.0-SNAPSHOT:compile
> [INFO] +- org.tynamo:tapestry-routing:jar:0.0.8-SNAPSHOT:compile
> [INFO] +- org.tynamo:tapestry-security:jar:0.6.0-SNAPSHOT:compile
> [INFO] |  +- org.apache.shiro:shiro-web:jar:1.2.2:compile
> [INFO] |  |  \- org.apache.shiro:shiro-core:jar:1.2.2:compile
> [INFO] |  +- org.apache.tapestry:tapestry-core:jar:5.4-beta-2:compile
> [INFO] |  |  +- org.antlr:antlr-runtime:jar:3.3:compile
> [INFO] |  |  +- commons-codec:commons-codec:jar:1.5:compile
> [INFO] |  |  \- org.apache.tapestry:tapestry-json:jar:5.4-beta-2:compile
> [INFO] |  +- org.apache.tapestry:tapestry-ioc:jar:5.4-beta-2:compile
> [INFO] |  |  +- org.apache.tapestry:plastic:jar:5.4-beta-2:compile
> [INFO] |  |  +- javax.inject:javax.inject:jar:1:compile
> [INFO] |  |  +- org.apache.tapestry:tapestry-func:jar:5.4-beta-2:compile
> [INFO] |  |  \-
> org.apache.tapestry:tapestry5-annotations:jar:5.4-beta-2:compile
> [INFO] |  \- org.tynamo:tynamo-common:jar:0.0.4-SNAPSHOT:compile
> [INFO] +-
> org.tynamo.security:tynamo-federatedaccounts-core:jar:0.4.6-SNAPSHOT:compile
> [INFO] |  +- org.apache.httpcomponents:httpclient:jar:4.2.5:compile
> [INFO] |  |  +- org.apache.httpcomponents:httpcore:jar:4.2.4:compile
> [INFO] |  |  \- commons-logging:commons-logging:jar:1.1.1:compile
> [INFO] |  \- org.slf4j:slf4j-api:jar:1.7.2:compile
> [INFO] +-
> org.tynamo.security:tynamo-federatedaccounts-facebook:jar:0.4.6-SNAPSHOT:compile
> [INFO] +-
> org.tynamo.security:tynamo-federatedaccounts-twitter:jar:0.4.6-SNAPSHOT:compile
> [INFO] |  \- org.twitter4j:twitter4j-core:jar:3.0.3:compile
> [INFO] +- org.tynamo.gae:esxx-httpclient-gae:jar:0.0.2-SNAPSHOT:compile
> [INFO] +- javax.servlet:servlet-api:jar:2.5:provided
> [INFO] +-
> org.tynamo:tapestry-hibernate-seedentity:jar:0.1.4-SNAPSHOT:compile
> [INFO] |  \- commons-beanutils:commons-beanutils:jar:1.8.1:compile
> [INFO] +- com.restfb:restfb:jar:1.6.6:compile
> [INFO] +- org.tynamo:tapestry-watchdog:jar:0.0.3-SNAPSHOT:compile
> [INFO] +-
> org.apache.geronimo.specs:geronimo-javamail_1.4_spec:jar:1.6:compile
> [INFO] +-
> org.apache.geronimo.javamail:geronimo-javamail_1.4_provider:jar:1.8:compile
> [INFO] +- commons-pool:commons-pool:jar:1.6:compile
> [INFO] +- commons-dbcp:commons-dbcp:jar:1.4:compile
> [INFO] +- org.hibernate:hibernate-search:jar:4.3.0.Final:compile
> [INFO] |  \- org.hibernate:hibernate-search-orm:jar:4.3.0.Final:compile
> [INFO] |     +-
> org.hibernate:hibernate-search-engine:jar:4.3.0.Final:compile
> [INFO] |     |  +-
> org.hibernate.common:hibernate-commons-annotations:jar:4.0.2.Final:compile
> [INFO] |     |  +- org.apache.lucene:lucene-core:jar:3.6.2:compile
> [INFO] |     |  +- org.apache.avro:avro:jar:1.6.3:compile
> [INFO] |     |  |  +-
> org.codehaus.jackson:jackson-core-asl:jar:1.8.8:compile
> [INFO] |     |  |  +-
> org.codehaus.jackson:jackson-mapper-asl:jar:1.8.8:compile
> [INFO] |     |  |  +- com.thoughtworks.paranamer:paranamer:jar:2.3:compile
> [INFO] |     |  |  \- org.xerial.snappy:snappy-java:jar:1.0.4.1:compile
> [INFO] |     |  \- org.apache.lucene:lucene-facet:jar:3.6.2:compile
> [INFO] |     +- org.hibernate:hibernate-core:jar:4.3.0.Final:compile
> [INFO] |     |  +-
> org.jboss.logging:jboss-logging-annotations:jar:1.2.0.Beta1:compile
> [INFO] |     |  +-
> org.jboss.spec.javax.transaction:jboss-transaction-api_1.2_spec:jar:1.0.0.Final:compile
> [INFO] |     |  +- dom4j:dom4j:jar:1.6.1:compile
> [INFO] |     |  |  \- xml-apis:xml-apis:jar:1.0.b2:compile
> [INFO] |     |  +-
> org.hibernate.javax.persistence:hibernate-jpa-2.1-api:jar:1.0.0.Final:compile
> [INFO] |     |  +- org.javassist:javassist:jar:3.18.1-GA:compile
> [INFO] |     |  +- antlr:antlr:jar:2.7.7:compile
> [INFO] |     |  \- org.jboss:jandex:jar:1.1.0.Final:compile
> [INFO] |     \-
> org.hibernate:hibernate-search-analyzers:jar:4.3.0.Final:compile
> [INFO] |        +- org.apache.lucene:lucene-analyzers:jar:3.6.2:compile
> [INFO] |        \- org.apache.solr:solr-analysis-extras:jar:3.6.2:compile
> [INFO] |           +- org.apache.solr:solr-core:jar:3.6.2:compile
> [INFO] |           |  +- org.apache.solr:solr-solrj:jar:3.6.2:compile
> [INFO] |           |  +-
> org.apache.lucene:lucene-highlighter:jar:3.6.2:compile
> [INFO] |           |  +-
> org.apache.lucene:lucene-kuromoji:jar:3.6.2:compile
> [INFO] |           |  +- org.apache.lucene:lucene-memory:jar:3.6.2:compile
> [INFO] |           |  +- org.apache.lucene:lucene-misc:jar:3.6.2:compile
> [INFO] |           |  +-
> org.apache.lucene:lucene-phonetic:jar:3.6.2:compile
> [INFO] |           |  +- org.apache.lucene:lucene-spatial:jar:3.6.2:compile
> [INFO] |           |  +-
> org.apache.lucene:lucene-spellchecker:jar:3.6.2:compile
> [INFO] |           |  \-
> org.apache.lucene:lucene-grouping:jar:3.6.2:compile
> [INFO] |           +- org.apache.lucene:lucene-smartcn:jar:3.6.2:compile
> [INFO] |           \- org.apache.lucene:lucene-stempel:jar:3.6.2:compile
> [INFO] +-
> org.hibernate:hibernate-commons-annotations:jar:4.0.4.Final:compile
> [INFO] +- org.got5:tapestry5-jquery:jar:3.3.5:compile
> [INFO] |  +- org.apache.tapestry:tapestry-upload:jar:5.3.6:compile
> [INFO] |  |  \- commons-io:commons-io:jar:2.0.1:compile
> [INFO] |  +- commons-fileupload:commons-fileupload:jar:1.2.2:compile
> [INFO] |  \- commons-lang:commons-lang:jar:2.6:compile
> [INFO] +- org.eclipse.persistence:eclipselink:jar:2.4.1:compile
> [INFO] \- commons-collections:commons-collections:jar:3.2.1:compile
> [INFO]
> ------------------------------------------------------------------------
> [INFO] BUILD SUCCESS
> [INFO]
> ------------------------------------------------------------------------
> [INFO] Total time: 3.647s
> [INFO] Finished at: Sat Mar 01 09:16:34 EST 2014
> [INFO] Final Memory: 12M/29M
> [INFO]
> ------------------------------------------------------------------------
>
>