You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by sommeralex <al...@gmail.com> on 2012/06/12 09:55:13 UTC

BreadCrumbsModule error

Hello!

If i am deploying my project online, i get the following error message. if i
am deploying it offline, it works.. It seems, that it is a BreadCrumbsModule
error.. Dimitris Zenios, who made this plugin, told me to ask in the forum,
because he does currently not know how to help me.. 

The only thing i did was adding the module to my pom.xml, and putting the
<t:zcrumb.BreadCrumbsTrail />
in my layout component. Hence, i added some annotations to some pages to
exclude them being "breadcrumbed". Additionally, i overwrote some css styles
in my default.css. In my appModule, i am setting the
BreadCrumbsConstants.BREADCRUMBS_TITLE_SUFFIX and
BreadCrumbsConstants.BREADCRUMBS_MAX_CRUMBS_TO_SAVE values:

https://bitbucket.org/zenios/tapestry-zbreadcrumbs/wiki/Home

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it
from fulfilling this request.

exception

java.lang.RuntimeException: No object of type
org.apache.tapestry5.internal.services.DocumentLinker is available from the
Environment. Available types are (none).

org.apache.tapestry5.internal.services.EnvironmentImpl.peekRequired(EnvironmentImpl.java:79)

$Environment_137dddba05a.peekRequired($Environment_137dddba05a.java)

$Environment_137dddb9f3e.peekRequired($Environment_137dddb9f3e.java)

org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule$2.renderMarkup(BreadCrumbsModule.java:64)

$MarkupRenderer_137dddba059.renderMarkup($MarkupRenderer_137dddba059.java)

$MarkupRenderer_137dddba054.renderMarkup($MarkupRenderer_137dddba054.java)

org.apache.tapestry5.internal.services.PageMarkupRendererImpl.renderPageMarkup(PageMarkupRendererImpl.java:47)

$PageMarkupRenderer_137dddba050.renderPageMarkup($PageMarkupRenderer_137dddba050.java)

org.apache.tapestry5.internal.services.PageResponseRendererImpl.renderPageResponse(PageResponseRendererImpl.java:67)

$PageResponseRenderer_137dddb9f6c.renderPageResponse($PageResponseRenderer_137dddb9f6c.java)

org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler.handleRequestException(DefaultRequestExceptionHandler.java:85)

$RequestExceptionHandler_137dddb9f5e.handleRequestException($RequestExceptionHandler_137dddb9f5e.java)

org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:42)

$RequestHandler_137dddb9f60.service($RequestHandler_137dddb9f60.java)

org.apache.tapestry5.services.TapestryModule$4.service(TapestryModule.java:984)

$RequestHandler_137dddb9f60.service($RequestHandler_137dddb9f60.java)

org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:974)

$RequestHandler_137dddb9f60.service($RequestHandler_137dddb9f60.java)

org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)

$RequestHandler_137dddb9f60.service($RequestHandler_137dddb9f60.java)

org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:90)

org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:81)

org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85)

org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:103)

$RequestHandler_137dddb9f60.service($RequestHandler_137dddb9f60.java)

$RequestHandler_137dddb9f56.service($RequestHandler_137dddb9f56.java)

org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:272)

org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53)

$HttpServletRequestHandler_137dddb9f58.service($HttpServletRequestHandler_137dddb9f58.java)

org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter.service(MultipartServletRequestFilter.java:44)

$HttpServletRequestHandler_137dddb9f58.service($HttpServletRequestHandler_137dddb9f58.java)

org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)

$HttpServletRequestFilter_137dddb9f55.service($HttpServletRequestFilter_137dddb9f55.java)

$HttpServletRequestHandler_137dddb9f58.service($HttpServletRequestHandler_137dddb9f58.java)

org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:928)

$HttpServletRequestHandler_137dddb9f58.service($HttpServletRequestHandler_137dddb9f58.java)

$HttpServletRequestHandler_137dddb9f52.service($HttpServletRequestHandler_137dddb9f52.java)

org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:147)

org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)

org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)

org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)

org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)

org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)

org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)

org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)

org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)

org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)

org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)

org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)

org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)

org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)

org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)

note The full stack trace of the root cause is available in the Apache
Tomcat/6.0.32 logs.

Apache Tomcat/6.0.32


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
no, if i comment out your code, everything works fine again.

2012/6/16 Alexander Sommer <al...@gmail.com>

> so, what do you want me to do?
>
> 2012/6/16 Lance Java [via Tapestry] <
> ml-node+s1045711n5713939h51@n5.nabble.com>
>
>  This is a different error to the document linker error you were
>> originally
>> complaining about. I'm guessing that if you comment out my code in your
>> appmodule, you will still have this new exception.
>>
>> Something has changed
>>
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the
>> discussion below:
>>
>> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713939.html
>>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
>> .
>> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713941.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
so, what do you want me to do?

2012/6/16 Lance Java [via Tapestry] <
ml-node+s1045711n5713939h51@n5.nabble.com>

> This is a different error to the document linker error you were originally
> complaining about. I'm guessing that if you comment out my code in your
> appmodule, you will still have this new exception.
>
> Something has changed
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713939.html
>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
> .
> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713940.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Lance Java <la...@googlemail.com>.
This is a different error to the document linker error you were originally
complaining about. I'm guessing that if you comment out my code in your
appmodule, you will still have this new exception.

Something has changed

Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
I tested it with 0.0.2 (and it was also 0.0.2 before), but still the same
error, it runs local, but not on the server.

An unexpected application exception has occurred.

   - java.lang.RuntimeException
   Exception assembling root component of page Start: Exception assembling
   embedded component 'layout' (of type
   com.airwriting.frontend.components.Layout, within Start): Embedded
   component(s) trail, trailCrumbs are defined within component class
   org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a super-class
   of BreadCrumbsTrail), but are not present in the component template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   - org.apache.tapestry5.ioc.internal.util.TapestryException
   Exception assembling embedded component 'layout' (of type
   com.airwriting.frontend.components.Layout, within Start): Embedded
   component(s) trail, trailCrumbs are defined within component class
   org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a super-class
   of BreadCrumbsTrail), but are not present in the component template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   locationclasspath:com/airwriting/frontend/pages/Start.tml, line 11<t:layout
   xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">2
   3<script type="text/javascript">4
   5 </script>6
   - org.apache.tapestry5.ioc.internal.OperationException
   Embedded component(s) trail, trailCrumbs are defined within component
   class org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a
   super-class of BreadCrumbsTrail), but are not present in the component
   template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   trace
      - Constructing instance of page class
      com.airwriting.frontend.pages.Start
      - Assembling root component for page Start
      - Assembling component Start:layout
      (com.airwriting.frontend.components.Layout)
      - Creating ComponentAssembler for
      org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail
   - java.lang.RuntimeException
   Embedded component(s) trail, trailCrumbs are defined within component
   class org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a
   super-class of BreadCrumbsTrail), but are not present in the component
   template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   Hide uninteresting stack frames Stack trace
      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.validateEmbeddedIds(ComponentAssemblerImpl.java:248)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.createTokenStream(PageLoaderImpl.java:323)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.programAssembler(PageLoaderImpl.java:249)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.access$900(PageLoaderImpl.java:65)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:236)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:220)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.createAssembler(PageLoaderImpl.java:218)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.getAssembler(PageLoaderImpl.java:208)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$14.execute(PageLoaderImpl.java:934)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.runActions(ComponentAssemblerImpl.java:217)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.access$300(ComponentAssemblerImpl.java:38)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$2.run(ComponentAssemblerImpl.java:172)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:50)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:48)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.run(OperationTrackerImpl.java:46)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.run(PerThreadOperationTracker.java:56)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.run(RegistryImpl.java:1058)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleEmbeddedComponent(ComponentAssemblerImpl.java:152)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$14.execute(PageLoaderImpl.java:938)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.runActions(ComponentAssemblerImpl.java:217)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.performAssembleRootComponent(ComponentAssemblerImpl.java:103)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.access$000(ComponentAssemblerImpl.java:38)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$1.invoke(ComponentAssemblerImpl.java:82)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$1.invoke(ComponentAssemblerImpl.java:80)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleRootComponent(ComponentAssemblerImpl.java:77)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:182)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:175)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.loadPage(PageLoaderImpl.java:173)

      - org.apache.tapestry5.internal.services.PageSourceImpl.getPage(PageSourceImpl.java:81)

      - org.apache.tapestry5.internal.services.NonPoolingRequestPageCacheImpl.get(NonPoolingRequestPageCacheImpl.java:74)

      - org.apache.tapestry5.internal.services.ComponentSourceImpl.getPage(ComponentSourceImpl.java:83)

      - org.oscy.tapestry.breadcrumbs.internal.services.impl.BreadCrumbsServiceImpl.addToBreadCrumbs(BreadCrumbsServiceImpl.java:73)

      - org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule$1.handle(BreadCrumbsModule.java:52)

      - org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator.handlePageRender(ComponentRequestHandlerTerminator.java:48)

      - org.apache.tapestry5.services.InitializeActivePageName.handlePageRender(InitializeActivePageName.java:47)

      - org.apache.tapestry5.internal.services.RootPathDispatcher.dispatch(RootPathDispatcher.java:66)

      - org.apache.tapestry5.services.TapestryModule$RequestHandlerTerminator.service(TapestryModule.java:321)

      - org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:26)

      - org.apache.tapestry5.services.TapestryModule$4.service(TapestryModule.java:984)

      - org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:974)

      - org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)

      - org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:90)

      - org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:81)

      - org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85)

      - org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:103)

      - org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:272)

      - org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter.service(MultipartServletRequestFilter.java:44)

      - org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53)

      - org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)

      - org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:928)

      - org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:147)


Tapestry FrameworkTapestry Version5.2.5Application Versionb61e852b5a98190a
RequestContext Path*none (deployed as root)*Request Path/Localeen_USSecure
falseServer Namewww.airwriting.de
Headers
Accept-Encodinggzip, deflateAccept-Languageen-us,en;q=0.5accept
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8connection
keep-alivecontent-length0cookie__utma=9091621.1504295976.1335636348.1337712233.1337715634.8;
__utmz=9091621.1335636348.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none);
_we_wk_ls_=%7Btime%3A'1335636348784'%7D; __atuvc=1|19,0|20,3|21host
www.airwriting.deuser-agentMozilla/5.0 (Macintosh; Intel Mac OS X 10.7;
rv:12.0) Gecko/20100101 Firefox/12.0
Context Attributes
javax.servlet.context.tempdir
/opt/tomcat-airwriting/work/Catalina/localhost/_
org.apache.AnnotationProcessor
org.apache.catalina.util.DefaultAnnotationProcessor@3daa3554
org.apache.catalina.WELCOME_FILES

   - index.html
   - index.htm
   - index.jsp

org.apache.catalina.jsp_classpath
/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/classes/:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/activation-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-2.7.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-runtime-3.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-runtime-3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aopalliance-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/asm-3.3.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aspectjrt-1.6.8.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aspectjweaver-1.5.4.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/cglib-2.2.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/com.springsource.org.aopalliance-1.0.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-codec-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-codec-1.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-collections-3.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-fileupload-1.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-io-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-lang-2.4.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-logging-1.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/dom4j-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/guava-r09.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-annotations-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-commons-annotations-3.2.0.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-core-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-core-3.6.10.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-3.6.10.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-postgis-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-postgis-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/javassist-3.12.1.GA.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/javax.inject-1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jcl-over-slf4j-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jquery-mobile-contribs-1.4.ga.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jta-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jts-1.11.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jyaml-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/liquibase-core-2.0.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/log4j-1.2.16.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/mail-1.4.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.asm-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.beans-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.context-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.context.support-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.core-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.expression-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.jdbc-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.orm-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.transaction-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.web-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/oro-2.0.8.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/plastic-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgis-jdbc-1.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgis-stubs-1.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgresql-8.4-702.jdbc3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/recaptcha4j-0.0.7.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/slf4j-api-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/slf4j-log4j12-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-aop-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-asm-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-beans-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-context-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-core-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-expression-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-config-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-core-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-web-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-tx-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-web-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/stringtemplate-3.2.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-spring-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-spring-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-upload-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-upload-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-zbreadcrumbs-0.0.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-zbreadcrumbs-0.0.3-SNAPSHOT.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/velocity-1.6.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/xercesImpl-2.4.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/xml-apis-1.0.b2.jar:/opt/apache-tomcat-6.0.32/lib/:/opt/apache-tomcat-6.0.32/lib/catalina-tribes.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-fr.jar:/opt/apache-tomcat-6.0.32/lib/annotations-api.jar:/opt/apache-tomcat-6.0.32/lib/servlet-api.jar:/opt/apache-tomcat-6.0.32/lib/catalina-ha.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-dbcp.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-coyote.jar:/opt/apache-tomcat-6.0.32/lib/ecj-3.3.1.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-es.jar:/opt/apache-tomcat-6.0.32/lib/catalina-ant.jar:/opt/apache-tomcat-6.0.32/lib/catalina.jar:/opt/apache-tomcat-6.0.32/lib/jasper-el.jar:/opt/apache-tomcat-6.0.32/lib/jasper.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-ja.jar:/opt/apache-tomcat-6.0.32/lib/el-api.jar:/opt/apache-tomcat-6.0.32/lib/jsp-api.jar:/opt/apache-tomcat-6.0.32/bin/bootstrap.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/dnsns.jar
org.apache.catalina.resources
org.apache.naming.resources.ProxyDirContext@7119087d
org.apache.tapestry5.application-registry
org.apache.tapestry5.ioc.internal.RegistryWrapper@76bc3ed6
org.springframework.web.context.WebApplicationContext.ROOTRoot
WebApplicationContext: startup date [Fri Jun 15 19:08:10 CEST 2012]; root
of context hierarchy
org.springframework.web.context.support.ServletContextScope
org.springframework.web.context.support.ServletContextScope@71f84d01Session
sso:org.oscy.tapestry.breadcrumbs.session.BreadCrumbsList
org.oscy.tapestry.breadcrumbs.session.impl.BreadCrumbsListImpl@a06812dSystem
Propertiescatalina.base /opt/tomcat-airwriting catalina.home /opt/tomcat
catalina.useNaming true
common.loader${catalina.home}/lib,${catalina.home}/lib/*.jar
file.encoding UTF-8 file.encoding.pkg sun.io file.separator /
java.awt.graphicsenv sun.awt.X11GraphicsEnvironment
java.awt.printerjobsun.print.PSPrinterJob
java.class.path /opt/tomcat/bin/bootstrap.jar java.class.version 50.0
java.endorsed.dirs /opt/tomcat/endorsed
java.ext.dirs/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext:/usr/java/packages/lib/ext
java.home /usr/lib/jvm/java-6-sun-1.6.0.22/jre
java.io.tmpdir/opt/tomcat-airwriting/temp
java.library.path

   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64/server
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/../lib/amd64
   - /usr/java/packages/lib/amd64
   - /usr/lib64
   - /lib64
   - /lib
   - /usr/lib

java.naming.factory.initial org.apache.naming.java.javaURLContextFactory
java.naming.factory.url.pkgs org.apache.naming java.runtime.name Java(TM)
SE Runtime Environment java.runtime.version 1.6.0_22-b04
java.specification.name Java Platform API Specification
java.specification.vendor Sun Microsystems Inc. java.specification.version1.6
java.util.logging.manager org.apache.juli.ClassLoaderLogManager
java.vendorSun Microsystems Inc.
java.vendor.url http://java.sun.com/ java.vendor.url.bug
http://java.sun.com/cgi-bin/bugreport.cgi java.version 1.6.0_22
java.vm.infomixed mode
java.vm.name Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.nameJava Virtual Machine Specification
java.vm.specification.vendor Sun Microsystems Inc.
java.vm.specification.version 1.0 java.vm.vendor Sun Microsystems Inc.
java.vm.version 17.1-b03 line.separator
nop
os.arch amd64 os.name Linux os.version 2.6.26-2-amd64
package.accesssun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
package.definitionsun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
path.separator : server.loader
shared.loader
sun.arch.data.model 64 sun.boot.class.path

   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/resources.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/rt.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/sunrsasign.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/jsse.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/jce.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/charsets.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/classes

sun.boot.library.path /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64
sun.cpu.endian little sun.cpu.isalist
sun.io.unicode.encoding UnicodeLittle sun.java.launcher SUN_STANDARD
sun.jnu.encoding UTF-8 sun.management.compiler HotSpot 64-Bit Server
Compiler sun.os.patch.level unknown
tomcat.util.buf.StringCache.byte.enabledtrue
user.country US user.dir /home/root_airwriting user.home /var/www
user.language en user.name www-data user.timezone Europe/Berlin


2012/6/15 Lance Java [via Tapestry] <
ml-node+s1045711n5713918h0@n5.nabble.com>

> > I was testing it with 0.0.3-Snap
> No, please try this code with the normal (non snapshot) zbreadcrumbs
> dependency.
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713918.html
>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
> .
> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713936.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Lance Java <la...@googlemail.com>.
> I was testing it with 0.0.3-Snap
No, please try this code with the normal (non snapshot) zbreadcrumbs
dependency.

--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713918.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
1.
only on the server
2.
i will check everything again, and if, upload / test again and give
feedback asap.
3.
i was testing it with 0.0.3-Snap

thx

2012/6/15 Lance Java [via Tapestry] <
ml-node+s1045711n5713916h38@n5.nabble.com>

> For better or worse, this is a new exception.
> 1. Is this failure only happening on the server or does this now happen on
> localhost too?
> 2. You mentioned before that you copied the breadcrumbs code into your
> project. Did you delete all the files? I think one or two might still be
> hanging around
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713916.html
>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
> .
> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713917.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
I will try it in the evening! thx! hope, that it will work then.

alex



2012/6/14 Lance Java [via Tapestry] <
ml-node+s1045711n5713870h12@n5.nabble.com>

> As I said before, it seems like the zbreadcrumbs MarkupRendererFilter is
> running before the DocumentLinker even though it should run after.
>
> I'd like you to test a theory that there is a bug in ordered
> configuration. I originally asked you to alter the zbreadcrumbs jar but I
> have found a way to test my theory without altering the zbreadcrumbs code.
>
> Can you add the following to your AppModule and try running against the
> normal zbreadcrumbs jar?
>
> public void
> contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration,
> final Environment environment, @Path("${zbreadcrumbs-default-stylesheet}")
> final Asset defaultStylesheet) {
>    MarkupRendererFilter injectDefaultStylesheet = new
> MarkupRendererFilter()
>    {
>       public void renderMarkup(MarkupWriter writer, MarkupRenderer
> renderer) {
>          DocumentLinker linker =
> environment.peekRequired(DocumentLinker.class);
>
>          linker.addStylesheetLink(new
> StylesheetLink(defaultStylesheet.toClientURL()));
>
>          renderer.renderMarkup(writer);
>       }
>    };
>
>    configuration.override(
>       "ZBreadCrumbsDefaultStylesheet",
>       injectDefaultStylesheet,
>       "after:InjectDefaultStylesheet",
>       "after:DocumentLinker"
>    );
> }
>
> Inspired by:
>
> https://bitbucket.org/zenios/tapestry-zbreadcrumbs/src/a82acf094238/src/main/java/org/oscy/tapestry/breadcrumbs/services/BreadCrumbsModule.java
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713870.html
>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
> .
> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713871.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Lance Java <la...@googlemail.com>.
For better or worse, this is a new exception.
1. Is this failure only happening on the server or does this now happen on
localhost too?
2. You mentioned before that you copied the breadcrumbs code into your
project. Did you delete all the files? I think one or two might still be
hanging around

Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
Hi again,

I added

public void
contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter>
configuration, final Environment environment,
@Path("${zbreadcrumbs-default-stylesheet}") final Asset defaultStylesheet) {
           MarkupRendererFilter injectDefaultStylesheet = new
MarkupRendererFilter()
           {
               @Override
              public void renderMarkup(MarkupWriter writer, MarkupRenderer
renderer) {
                 DocumentLinker linker =
environment.peekRequired(DocumentLinker.class);

                 linker.addStylesheetLink(new
StylesheetLink(defaultStylesheet.toClientURL()));

                 renderer.renderMarkup(writer);
              }

           };

           configuration.override(
              "ZBreadCrumbsDefaultStylesheet",
              injectDefaultStylesheet,
              "after:InjectDefaultStylesheet",
              "after:DocumentLinker"
           );
        }

but the error still exists.. as shown below:




An unexpected application exception has occurred.

   - java.lang.RuntimeException
   Exception assembling root component of page Start: Exception assembling
   embedded component 'layout' (of type
   com.airwriting.frontend.components.Layout, within Start): Embedded
   component(s) trail, trailCrumbs are defined within component class
   org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a super-class
   of BreadCrumbsTrail), but are not present in the component template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   - org.apache.tapestry5.ioc.internal.util.TapestryException
   Exception assembling embedded component 'layout' (of type
   com.airwriting.frontend.components.Layout, within Start): Embedded
   component(s) trail, trailCrumbs are defined within component class
   org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a super-class
   of BreadCrumbsTrail), but are not present in the component template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   locationclasspath:com/airwriting/frontend/pages/Start.tml, line 11<t:layout
   xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">2
   3<script type="text/javascript">4
   5 </script>6
   - org.apache.tapestry5.ioc.internal.OperationException
   Embedded component(s) trail, trailCrumbs are defined within component
   class org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a
   super-class of BreadCrumbsTrail), but are not present in the component
   template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   trace
      - Constructing instance of page class
      com.airwriting.frontend.pages.Start
      - Assembling root component for page Start
      - Assembling component Start:layout
      (com.airwriting.frontend.components.Layout)
      - Creating ComponentAssembler for
      org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail
   - java.lang.RuntimeException
   Embedded component(s) trail, trailCrumbs are defined within component
   class org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a
   super-class of BreadCrumbsTrail), but are not present in the component
   template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   Hide uninteresting stack frames Stack trace
      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.validateEmbeddedIds(ComponentAssemblerImpl.java:248)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.createTokenStream(PageLoaderImpl.java:323)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.programAssembler(PageLoaderImpl.java:249)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.access$900(PageLoaderImpl.java:65)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:236)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:220)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.createAssembler(PageLoaderImpl.java:218)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.getAssembler(PageLoaderImpl.java:208)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$14.execute(PageLoaderImpl.java:934)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.runActions(ComponentAssemblerImpl.java:217)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.access$300(ComponentAssemblerImpl.java:38)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$2.run(ComponentAssemblerImpl.java:172)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:50)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:48)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.run(OperationTrackerImpl.java:46)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.run(PerThreadOperationTracker.java:56)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.run(RegistryImpl.java:1058)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleEmbeddedComponent(ComponentAssemblerImpl.java:152)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$14.execute(PageLoaderImpl.java:938)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.runActions(ComponentAssemblerImpl.java:217)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.performAssembleRootComponent(ComponentAssemblerImpl.java:103)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.access$000(ComponentAssemblerImpl.java:38)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$1.invoke(ComponentAssemblerImpl.java:82)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$1.invoke(ComponentAssemblerImpl.java:80)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleRootComponent(ComponentAssemblerImpl.java:77)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:182)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:175)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.loadPage(PageLoaderImpl.java:173)

      - $PageLoader_137ecd406fc.loadPage($PageLoader_137ecd406fc.java)
      - org.apache.tapestry5.internal.services.PageSourceImpl.getPage(PageSourceImpl.java:81)

      - $PageSource_137ecd406fa.getPage($PageSource_137ecd406fa.java)
      - org.apache.tapestry5.internal.services.NonPoolingRequestPageCacheImpl.get(NonPoolingRequestPageCacheImpl.java:74)

      - $RequestPageCache_137ecd406f9.get($RequestPageCache_137ecd406f9.java)

      - $RequestPageCache_137ecd406ef.get($RequestPageCache_137ecd406ef.java)

      - org.apache.tapestry5.internal.services.ComponentSourceImpl.getPage(ComponentSourceImpl.java:83)

      - $ComponentSource_137ecd406f5.getPage($ComponentSource_137ecd406f5.java)

      - org.oscy.tapestry.breadcrumbs.internal.services.impl.BreadCrumbsServiceImpl.addToBreadCrumbs(BreadCrumbsServiceImpl.java:73)

      - $BreadCrumbsService_137ecd406ed.addToBreadCrumbs($BreadCrumbsService_137ecd406ed.java)

      - org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule$1.handle(BreadCrumbsModule.java:52)

      - $PageRenderRequestHandler_137ecd406f3.handle($PageRenderRequestHandler_137ecd406f3.java)

      - $PageRenderRequestHandler_137ecd406eb.handle($PageRenderRequestHandler_137ecd406eb.java)

      - org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator.handlePageRender(ComponentRequestHandlerTerminator.java:48)

      - org.apache.tapestry5.services.InitializeActivePageName.handlePageRender(InitializeActivePageName.java:47)

      - $ComponentRequestHandler_137ecd406ec.handlePageRender($ComponentRequestHandler_137ecd406ec.java)

      - $ComponentRequestHandler_137ecd406e7.handlePageRender($ComponentRequestHandler_137ecd406e7.java)

      - org.apache.tapestry5.internal.services.RootPathDispatcher.dispatch(RootPathDispatcher.java:66)

      - $Dispatcher_137ecd406e9.dispatch($Dispatcher_137ecd406e9.java)
      - $Dispatcher_137ecd406e4.dispatch($Dispatcher_137ecd406e4.java)
      - org.apache.tapestry5.services.TapestryModule$RequestHandlerTerminator.service(TapestryModule.java:321)

      - org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:26)

      - $RequestHandler_137ecd406e5.service($RequestHandler_137ecd406e5.java)

      - org.apache.tapestry5.services.TapestryModule$4.service(TapestryModule.java:984)

      - $RequestHandler_137ecd406e5.service($RequestHandler_137ecd406e5.java)

      - org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:974)

      - $RequestHandler_137ecd406e5.service($RequestHandler_137ecd406e5.java)

      - org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)

      - $RequestHandler_137ecd406e5.service($RequestHandler_137ecd406e5.java)

      - org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:90)

      - org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:81)

      - org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85)

      - org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:103)

      - $RequestHandler_137ecd406e5.service($RequestHandler_137ecd406e5.java)

      - $RequestHandler_137ecd406db.service($RequestHandler_137ecd406db.java)

      - org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:272)

      - org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter.service(MultipartServletRequestFilter.java:44)

      - $HttpServletRequestHandler_137ecd406dd.service($HttpServletRequestHandler_137ecd406dd.java)

      - org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53)

      - $HttpServletRequestHandler_137ecd406dd.service($HttpServletRequestHandler_137ecd406dd.java)

      - org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)

      - $HttpServletRequestFilter_137ecd406d9.service($HttpServletRequestFilter_137ecd406d9.java)

      - $HttpServletRequestHandler_137ecd406dd.service($HttpServletRequestHandler_137ecd406dd.java)

      - org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:928)

      - $HttpServletRequestHandler_137ecd406dd.service($HttpServletRequestHandler_137ecd406dd.java)

      - $HttpServletRequestHandler_137ecd406d7.service($HttpServletRequestHandler_137ecd406d7.java)

      - org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:147)

      - org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

      - org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

      - org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)

      - org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)

      - org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

      - org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

      - org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)

      - org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)

      - org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)

      - org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

      - org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)

      - org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

      - org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)

      - org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

      - org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)

      - org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

      - org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)

      - org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

      - org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)

      - org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

      - org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)

      - org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

      - org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)

      - org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)

      - org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)

      - org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)

      - org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)

      - org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)

      - org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)

      - org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)

      - org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)

      - org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)

      - org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)

      - org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)

      - org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)

      - org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)

      - org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
      - org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:776)
      - org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705)

      - org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898)

      - org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)

      - java.lang.Thread.run(Thread.java:662)







2012/6/14 Alexander Sommer <al...@gmail.com>

> I will try it in the evening! thx! hope, that it will work then.
>
> alex
>
>
>
> 2012/6/14 Lance Java [via Tapestry] <
> ml-node+s1045711n5713870h12@n5.nabble.com>
>
> As I said before, it seems like the zbreadcrumbs MarkupRendererFilter is
>> running before the DocumentLinker even though it should run after.
>>
>> I'd like you to test a theory that there is a bug in ordered
>> configuration. I originally asked you to alter the zbreadcrumbs jar but I
>> have found a way to test my theory without altering the zbreadcrumbs code.
>>
>> Can you add the following to your AppModule and try running against the
>> normal zbreadcrumbs jar?
>>
>> public void
>> contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter> configuration,
>> final Environment environment, @Path("${zbreadcrumbs-default-stylesheet}")
>> final Asset defaultStylesheet) {
>>    MarkupRendererFilter injectDefaultStylesheet = new
>> MarkupRendererFilter()
>>    {
>>       public void renderMarkup(MarkupWriter writer, MarkupRenderer
>> renderer) {
>>          DocumentLinker linker =
>> environment.peekRequired(DocumentLinker.class);
>>
>>          linker.addStylesheetLink(new
>> StylesheetLink(defaultStylesheet.toClientURL()));
>>
>>          renderer.renderMarkup(writer);
>>       }
>>    };
>>
>>    configuration.override(
>>       "ZBreadCrumbsDefaultStylesheet",
>>       injectDefaultStylesheet,
>>       "after:InjectDefaultStylesheet",
>>       "after:DocumentLinker"
>>    );
>> }
>>
>> Inspired by:
>>
>> https://bitbucket.org/zenios/tapestry-zbreadcrumbs/src/a82acf094238/src/main/java/org/oscy/tapestry/breadcrumbs/services/BreadCrumbsModule.java
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the
>> discussion below:
>>
>> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713870.html
>>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
>> .
>> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713907.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Lance Java <la...@googlemail.com>.
As I said before, it seems like the zbreadcrumbs MarkupRendererFilter is
running before the DocumentLinker even though it should run after.

I'd like you to test a theory that there is a bug in ordered configuration.
I originally asked you to alter the zbreadcrumbs jar but I have found a way
to test my theory without altering the zbreadcrumbs code.

Can you add the following to your AppModule and try running against the
normal zbreadcrumbs jar?

public void
contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter>
configuration, final Environment environment,
@Path("${zbreadcrumbs-default-stylesheet}") final Asset defaultStylesheet) {
   MarkupRendererFilter injectDefaultStylesheet = new MarkupRendererFilter()
   {
      public void renderMarkup(MarkupWriter writer, MarkupRenderer renderer)
{
         DocumentLinker linker =
environment.peekRequired(DocumentLinker.class);

         linker.addStylesheetLink(new
StylesheetLink(defaultStylesheet.toClientURL()));

         renderer.renderMarkup(writer);
      }
   };

   configuration.override(
      "ZBreadCrumbsDefaultStylesheet", 
      injectDefaultStylesheet, 
      "after:InjectDefaultStylesheet",
      "after:DocumentLinker"
   );
}

Inspired by:
https://bitbucket.org/zenios/tapestry-zbreadcrumbs/src/a82acf094238/src/main/java/org/oscy/tapestry/breadcrumbs/services/BreadCrumbsModule.java

--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713870.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
ok, i will check this and send you the log asap.
thanks

2012/6/13 Thiago H de Paula Figueiredo [via Tapestry] <
ml-node+s1045711n5713833h65@n5.nabble.com>

> On Wed, 13 Jun 2012 04:13:16 -0300, sommeralex
> <[hidden email] <http://user/SendEmail.jtp?type=node&node=5713833&i=0>>
> wrote:
>
> > Hi Thiago!
>
> Hi!
>
> > How can i get the log/console if my project is already deployed on the
> > remote server?
>
> Check the documentation of the servlet container (Tomcat, Jetty, JBoss,
> etc) to know where the log is.
>
> --
> Thiago H. de Paula Figueiredo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=5713833&i=1>
> For additional commands, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=5713833&i=2>
>
>
>
> ------------------------------
>   If you reply to this email, your message will be added to the
> discussion below:
>
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713833.html
>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
> .
> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713835.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
Hi Thiago!

this is the excerpt from the catalina log output: (by the way, thank you
again for your kindness!)

Jun 13, 2012 8:09:58 PM org.apache.catalina.core.StandardWrapperValve invoke
SEVERE: Servlet.service() for servlet default threw exception
java.lang.RuntimeException: No object of type
org.apache.tapestry5.internal.services.DocumentLinker is available from the
Environment.  Available types are (none).
    at
org.apache.tapestry5.internal.services.EnvironmentImpl.peekRequired(EnvironmentImpl.java:79)
    at $Environment_137e288c62d.peekRequired($Environment_137e288c62d.java)
    at $Environment_137e288c4f9.peekRequired($Environment_137e288c4f9.java)
    at
org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule$2.renderMarkup(BreadCrumbsModule.java:64)
    at
$MarkupRenderer_137e288c62c.renderMarkup($MarkupRenderer_137e288c62c.java)
    at
$MarkupRenderer_137e288c628.renderMarkup($MarkupRenderer_137e288c628.java)
    at
org.apache.tapestry5.internal.services.PageMarkupRendererImpl.renderPageMarkup(PageMarkupRendererImpl.java:47)
    at
$PageMarkupRenderer_137e288c624.renderPageMarkup($PageMarkupRenderer_137e288c624.java)
    at
org.apache.tapestry5.internal.services.PageResponseRendererImpl.renderPageResponse(PageResponseRendererImpl.java:67)
    at
$PageResponseRenderer_137e288c53d.renderPageResponse($PageResponseRenderer_137e288c53d.java)
    at
org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler.handleRequestException(DefaultRequestExceptionHandler.java:85)
    at
$RequestExceptionHandler_137e288c519.handleRequestException($RequestExceptionHandler_137e288c519.java)
    at
org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:42)
    at $RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
    at
org.apache.tapestry5.services.TapestryModule$4.service(TapestryModule.java:984)
    at $RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
    at
org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:974)
    at $RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
    at
org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)
    at $RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
    at
org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:90)
    at
org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:81)
    at
org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85)
    at
org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:103)
    at $RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
    at $RequestHandler_137e288c511.service($RequestHandler_137e288c511.java)
    at
org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:272)
    at
org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53)
    at
$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
    at
org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter.service(MultipartServletRequestFilter.java:44)
    at
$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
    at
org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)
    at
$HttpServletRequestFilter_137e288c510.service($HttpServletRequestFilter_137e288c510.java)
    at
$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
    at
org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:928)
    at
$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
    at
$HttpServletRequestHandler_137e288c50d.service($HttpServletRequestHandler_137e288c50d.java)
    at org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:147)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at
org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
    at
org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)
    at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
    at
org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
    at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
    at
org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
    at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
    at
org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
    at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
    at
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
    at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
    at
org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
    at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
    at
org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
    at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
    at
org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
    at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
    at
org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
    at
org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
    at
org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)
    at
org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
    at
org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
    at
org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
    at
org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
    at
org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
    at
org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
    at
org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
    at
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
    at
org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
    at
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:298)
    at org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
    at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:291)
    at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:776)
    at
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705)
    at
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898)
    at
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
    at java.lang.Thread.run(Thread.java:662)


2012/6/13 Alexander Sommer <al...@gmail.com>

> ok, i will check this and send you the log asap.
> thanks
>
> 2012/6/13 Thiago H de Paula Figueiredo [via Tapestry] <
> ml-node+s1045711n5713833h65@n5.nabble.com>
>
> On Wed, 13 Jun 2012 04:13:16 -0300, sommeralex
>> <[hidden email] <http://user/SendEmail.jtp?type=node&node=5713833&i=0>>
>> wrote:
>>
>> > Hi Thiago!
>>
>> Hi!
>>
>> > How can i get the log/console if my project is already deployed on the
>> > remote server?
>>
>> Check the documentation of the servlet container (Tomcat, Jetty, JBoss,
>> etc) to know where the log is.
>>
>> --
>> Thiago H. de Paula Figueiredo
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=5713833&i=1>
>> For additional commands, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=5713833&i=2>
>>
>>
>>
>> ------------------------------
>>   If you reply to this email, your message will be added to the
>> discussion below:
>>
>> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713833.html
>>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
>> .
>> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713852.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Wed, 13 Jun 2012 04:13:16 -0300, sommeralex  
<al...@gmail.com> wrote:

> Hi Thiago!

Hi!

> How can i get the log/console if my project is already deployed on the
> remote server?

Check the documentation of the servlet container (Tomcat, Jetty, JBoss,  
etc) to know where the log is.

-- 
Thiago H. de Paula Figueiredo

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
Hi Thiago!

How can i get the log/console if my project is already deployed on the
remote server?

thx
alex

2012/6/12 Thiago H de Paula Figueiredo [via Tapestry] <
ml-node+s1045711n5713827h79@n5.nabble.com>

> On Tue, 12 Jun 2012 18:12:25 -0300, sommeralex
> <[hidden email] <http://user/SendEmail.jtp?type=node&node=5713827&i=0>>
> wrote:
> > HTTP Status 500 -
> > ------------------------------
> >
> > *type* Exception report
>
> Could you please get the stack trace from the log or console instead of
> the Tomcat error page from now on? Most of the time the Tomcat error page
>
> cuts the really important parts of the stack trace.
>
> --
> Thiago H. de Paula Figueiredo
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=5713827&i=1>
> For additional commands, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=5713827&i=2>
>
>
>
> ------------------------------
>   If you reply to this email, your message will be added to the
> discussion below:
>
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713827.html
>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
> .
> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713831.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
you mean that on maven central, a 0.0.3 exists? ok..

but:

even with a clean install, and

<dependency>
  <groupId>org.oscy</groupId>
  <artifactId>tapestry-zbreadcrumbs</artifactId>
  <version>0.0.3-SNAPSHOT</version>
</dependency>

a get still the error below. My configuration:

my Layout.tml

<div style="margin-left:10px;">  <t:zcrumb.BreadCrumbsTrail />   </div>

my Layout.java

@Import(stylesheet = {"context:css/reset.css","context:css/main.css"},
    library = {"context:js/curvycorners.js",
"context:js/googleanalytics.js"})
public class Layout

some of my pages have the annotation:

@BreadCrumb(ignore=true, reset=true)
@Import(stylesheet={"Start.css"})
public class Start


my frontend module:


configuration.add(BreadCrumbsConstants.BREADCRUMBS_MAX_CRUMBS_TO_SAVE, "7");
        configuration.add(BreadCrumbsConstants.BREADCRUMBS_TITLE_SUFFIX,
"");


hm...



An unexpected application exception has occurred.

   - java.lang.RuntimeException
   Exception assembling root component of page Start: Exception assembling
   embedded component 'layout' (of type
   com.airwriting.frontend.components.Layout, within Start): Embedded
   component(s) trail, trailCrumbs are defined within component class
   org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a super-class
   of BreadCrumbsTrail), but are not present in the component template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   - org.apache.tapestry5.ioc.internal.util.TapestryException
   Exception assembling embedded component 'layout' (of type
   com.airwriting.frontend.components.Layout, within Start): Embedded
   component(s) trail, trailCrumbs are defined within component class
   org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a super-class
   of BreadCrumbsTrail), but are not present in the component template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   locationclasspath:com/airwriting/frontend/pages/Start.tml, line 11<t:layout
   xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd">2
   3<script type="text/javascript">4
   5 </script>6
   - org.apache.tapestry5.ioc.internal.OperationException
   Embedded component(s) trail, trailCrumbs are defined within component
   class org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a
   super-class of BreadCrumbsTrail), but are not present in the component
   template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   trace
      - Constructing instance of page class
      com.airwriting.frontend.pages.Start
      - Assembling root component for page Start
      - Assembling component Start:layout
      (com.airwriting.frontend.components.Layout)
      - Creating ComponentAssembler for
      org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail
   - java.lang.RuntimeException
   Embedded component(s) trail, trailCrumbs are defined within component
   class org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a
   super-class of BreadCrumbsTrail), but are not present in the component
   template
   (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
   Hide uninteresting stack frames Stack trace
      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.validateEmbeddedIds(ComponentAssemblerImpl.java:248)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.createTokenStream(PageLoaderImpl.java:323)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.programAssembler(PageLoaderImpl.java:249)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.access$900(PageLoaderImpl.java:65)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:236)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:220)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.createAssembler(PageLoaderImpl.java:218)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.getAssembler(PageLoaderImpl.java:208)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$14.execute(PageLoaderImpl.java:934)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.runActions(ComponentAssemblerImpl.java:217)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.access$300(ComponentAssemblerImpl.java:38)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$2.run(ComponentAssemblerImpl.java:172)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:50)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:48)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.run(OperationTrackerImpl.java:46)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.run(PerThreadOperationTracker.java:56)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.run(RegistryImpl.java:1058)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleEmbeddedComponent(ComponentAssemblerImpl.java:152)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$14.execute(PageLoaderImpl.java:938)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.runActions(ComponentAssemblerImpl.java:217)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.performAssembleRootComponent(ComponentAssemblerImpl.java:103)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.access$000(ComponentAssemblerImpl.java:38)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$1.invoke(ComponentAssemblerImpl.java:82)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$1.invoke(ComponentAssemblerImpl.java:80)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)

      - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleRootComponent(ComponentAssemblerImpl.java:77)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:182)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:175)

      - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)

      - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)

      - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)

      - org.apache.tapestry5.internal.pageload.PageLoaderImpl.loadPage(PageLoaderImpl.java:173)

      - org.apache.tapestry5.internal.services.PageSourceImpl.getPage(PageSourceImpl.java:81)

      - org.apache.tapestry5.internal.services.NonPoolingRequestPageCacheImpl.get(NonPoolingRequestPageCacheImpl.java:74)

      - org.apache.tapestry5.internal.services.ComponentSourceImpl.getPage(ComponentSourceImpl.java:83)

      - org.oscy.tapestry.breadcrumbs.internal.services.impl.BreadCrumbsServiceImpl.addToBreadCrumbs(BreadCrumbsServiceImpl.java:73)

      - org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule$1.handle(BreadCrumbsModule.java:52)

      - org.apache.tapestry5.services.TapestryModule$36.handle(TapestryModule.java:2326)

      - org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator.handlePageRender(ComponentRequestHandlerTerminator.java:48)

      - org.apache.tapestry5.services.InitializeActivePageName.handlePageRender(InitializeActivePageName.java:47)

      - org.apache.tapestry5.internal.services.RootPathDispatcher.dispatch(RootPathDispatcher.java:66)

      - org.apache.tapestry5.services.TapestryModule$RequestHandlerTerminator.service(TapestryModule.java:321)

      - org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:26)

      - org.apache.tapestry5.services.TapestryModule$4.service(TapestryModule.java:984)

      - org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:974)

      - org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)

      - org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:90)

      - org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:81)

      - org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85)

      - org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:103)

      - org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:272)

      - org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter.service(MultipartServletRequestFilter.java:44)

      - org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53)

      - org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)

      - org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:928)

      - org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:147)


Tapestry FrameworkTapestry Version5.2.5Application Versionec3bec8577263ff9
RequestContext Path*none (deployed as root)*Request Path/Localeen_USSecure
falseServer Nameairwriting.com
Headers
Accept-Encodinggzip, deflateAccept-Languageen-us,en;q=0.5accept
text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8connection
keep-alivecontent-length0cookie__utma=67237121.475225615.1323721720.1338220656.1339525805.24;
__utmz=67237121.1323721720.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none);
JSESSIONID=FAB74487CA9142134B6FAAC2D2329EAE; __utmc=67237121;
_we_wk_ls_=%7Btime%3A'1339525806013'%7D; __atuvc=1%7C24hostairwriting.com
user-agentMozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0)
Gecko/20100101 Firefox/12.0
Context Attributes
javax.servlet.context.tempdir
/opt/tomcat-airwriting/work/Catalina/localhost/_
org.apache.AnnotationProcessor
org.apache.catalina.util.DefaultAnnotationProcessor@4b22adee
org.apache.catalina.WELCOME_FILES

   - index.html
   - index.htm
   - index.jsp

org.apache.catalina.jsp_classpath
/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/classes/:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/activation-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-2.7.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-runtime-3.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-runtime-3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aopalliance-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/asm-3.3.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aspectjrt-1.6.8.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aspectjweaver-1.5.4.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/cglib-2.2.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/com.springsource.org.aopalliance-1.0.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-codec-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-codec-1.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-collections-3.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-fileupload-1.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-io-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-lang-2.4.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-logging-1.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/dom4j-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/guava-r09.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-annotations-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-commons-annotations-3.2.0.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-core-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-core-3.6.10.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-3.6.10.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-postgis-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-postgis-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/javassist-3.12.1.GA.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/javax.inject-1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jcl-over-slf4j-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jquery-mobile-contribs-1.4.ga.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jta-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jts-1.11.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jyaml-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/liquibase-core-2.0.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/log4j-1.2.16.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/mail-1.4.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.asm-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.beans-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.context-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.context.support-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.core-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.expression-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.jdbc-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.orm-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.transaction-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.web-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/oro-2.0.8.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/plastic-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgis-jdbc-1.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgis-stubs-1.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgresql-8.4-702.jdbc3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/recaptcha4j-0.0.7.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/slf4j-api-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/slf4j-log4j12-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-aop-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-asm-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-beans-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-context-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-core-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-expression-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-config-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-core-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-web-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-tx-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-web-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/stringtemplate-3.2.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-spring-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-spring-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-upload-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-upload-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-zbreadcrumbs-0.0.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-zbreadcrumbs-0.0.3-SNAPSHOT.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/velocity-1.6.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/xercesImpl-2.4.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/xml-apis-1.0.b2.jar:/opt/apache-tomcat-6.0.32/lib/:/opt/apache-tomcat-6.0.32/lib/catalina-tribes.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-fr.jar:/opt/apache-tomcat-6.0.32/lib/annotations-api.jar:/opt/apache-tomcat-6.0.32/lib/servlet-api.jar:/opt/apache-tomcat-6.0.32/lib/catalina-ha.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-dbcp.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-coyote.jar:/opt/apache-tomcat-6.0.32/lib/ecj-3.3.1.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-es.jar:/opt/apache-tomcat-6.0.32/lib/catalina-ant.jar:/opt/apache-tomcat-6.0.32/lib/catalina.jar:/opt/apache-tomcat-6.0.32/lib/jasper-el.jar:/opt/apache-tomcat-6.0.32/lib/jasper.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-ja.jar:/opt/apache-tomcat-6.0.32/lib/el-api.jar:/opt/apache-tomcat-6.0.32/lib/jsp-api.jar:/opt/apache-tomcat-6.0.32/bin/bootstrap.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/dnsns.jar
org.apache.catalina.resources
org.apache.naming.resources.ProxyDirContext@51c90acb
org.apache.tapestry5.application-registry
org.apache.tapestry5.ioc.internal.RegistryWrapper@7b93ae09
org.springframework.web.context.WebApplicationContext.ROOTRoot
WebApplicationContext: startup date [Tue Jun 12 21:53:16 CEST 2012]; root
of context hierarchy
org.springframework.web.context.support.ServletContextScope
org.springframework.web.context.support.ServletContextScope@7a03a07aSession
sso:org.oscy.tapestry.breadcrumbs.session.BreadCrumbsList
org.oscy.tapestry.breadcrumbs.session.impl.BreadCrumbsListImpl@5ce6129System
Propertiescatalina.base /opt/tomcat-airwriting catalina.home /opt/tomcat
catalina.useNaming true
common.loader${catalina.home}/lib,${catalina.home}/lib/*.jar
file.encoding UTF-8 file.encoding.pkg sun.io file.separator /
java.awt.graphicsenv sun.awt.X11GraphicsEnvironment
java.awt.printerjobsun.print.PSPrinterJob
java.class.path /opt/tomcat/bin/bootstrap.jar java.class.version 50.0
java.endorsed.dirs /opt/tomcat/endorsed
java.ext.dirs/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext:/usr/java/packages/lib/ext
java.home /usr/lib/jvm/java-6-sun-1.6.0.22/jre
java.io.tmpdir/opt/tomcat-airwriting/temp
java.library.path

   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64/server
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/../lib/amd64
   - /usr/java/packages/lib/amd64
   - /usr/lib64
   - /lib64
   - /lib
   - /usr/lib

java.naming.factory.initial org.apache.naming.java.javaURLContextFactory
java.naming.factory.url.pkgs org.apache.naming java.runtime.name Java(TM)
SE Runtime Environment java.runtime.version 1.6.0_22-b04
java.specification.name Java Platform API Specification
java.specification.vendor Sun Microsystems Inc. java.specification.version1.6
java.util.logging.manager org.apache.juli.ClassLoaderLogManager
java.vendorSun Microsystems Inc.
java.vendor.url http://java.sun.com/ java.vendor.url.bug
http://java.sun.com/cgi-bin/bugreport.cgi java.version 1.6.0_22
java.vm.infomixed mode
java.vm.name Java HotSpot(TM) 64-Bit Server VM
java.vm.specification.nameJava Virtual Machine Specification
java.vm.specification.vendor Sun Microsystems Inc.
java.vm.specification.version 1.0 java.vm.vendor Sun Microsystems Inc.
java.vm.version 17.1-b03 line.separator
nop
os.arch amd64 os.name Linux os.version 2.6.26-2-amd64
package.accesssun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
package.definitionsun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
path.separator : server.loader
shared.loader
sun.arch.data.model 64 sun.boot.class.path

   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/resources.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/rt.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/sunrsasign.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/jsse.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/jce.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/charsets.jar
   - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/classes

sun.boot.library.path /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64
sun.cpu.endian little sun.cpu.isalist
sun.io.unicode.encoding UnicodeLittle sun.java.launcher SUN_STANDARD
sun.jnu.encoding UTF-8 sun.management.compiler HotSpot 64-Bit Server
Compiler sun.os.patch.level unknown
tomcat.util.buf.StringCache.byte.enabledtrue
user.country US user.dir /home/root_airwriting user.home /var/www
user.language en user.name www-data user.timezone Europe/Berlin


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713823.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
configuration.add(BreadCrumbsConstants.BREADCRUMBS_DEFAULT_STYLESHEET,
"context:css/main.css");

2012/6/12 Alexander Sommer <al...@gmail.com>

> if i am trying to implement my own css (version .0.0.3 snapshot) i get
>
> HTTP Status 500 -
> ------------------------------
>
> *type* Exception report
>
> *message*
>
> *description* *The server encountered an internal error () that prevented
> it from fulfilling this request.*
>
> *exception*
>
> java.lang.RuntimeException: No object of type org.apache.tapestry5.internal.services.DocumentLinker is available from the Environment.  Available types are (none).
> 	org.apache.tapestry5.internal.services.EnvironmentImpl.peekRequired(EnvironmentImpl.java:79)
> 	$Environment_137e288c62d.peekRequired($Environment_137e288c62d.java)
> 	$Environment_137e288c4f9.peekRequired($Environment_137e288c4f9.java)
> 	org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule$2.renderMarkup(BreadCrumbsModule.java:64)
> 	$MarkupRenderer_137e288c62c.renderMarkup($MarkupRenderer_137e288c62c.java)
> 	$MarkupRenderer_137e288c628.renderMarkup($MarkupRenderer_137e288c628.java)
> 	org.apache.tapestry5.internal.services.PageMarkupRendererImpl.renderPageMarkup(PageMarkupRendererImpl.java:47)
> 	$PageMarkupRenderer_137e288c624.renderPageMarkup($PageMarkupRenderer_137e288c624.java)
> 	org.apache.tapestry5.internal.services.PageResponseRendererImpl.renderPageResponse(PageResponseRendererImpl.java:67)
> 	$PageResponseRenderer_137e288c53d.renderPageResponse($PageResponseRenderer_137e288c53d.java)
> 	org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler.handleRequestException(DefaultRequestExceptionHandler.java:85)
> 	$RequestExceptionHandler_137e288c519.handleRequestException($RequestExceptionHandler_137e288c519.java)
> 	org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:42)
> 	$RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
> 	org.apache.tapestry5.services.TapestryModule$4.service(TapestryModule.java:984)
> 	$RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
> 	org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:974)
> 	$RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
> 	org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)
> 	$RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
> 	org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:90)
> 	org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:81)
> 	org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85)
> 	org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:103)
> 	$RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
> 	$RequestHandler_137e288c511.service($RequestHandler_137e288c511.java)
> 	org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:272)
> 	org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53)
> 	$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
> 	org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter.service(MultipartServletRequestFilter.java:44)
> 	$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
> 	org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)
> 	$HttpServletRequestFilter_137e288c510.service($HttpServletRequestFilter_137e288c510.java)
> 	$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
> 	org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:928)
> 	$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
> 	$HttpServletRequestHandler_137e288c50d.service($HttpServletRequestHandler_137e288c50d.java)
> 	org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:147)
> 	org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
> 	org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
> 	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)
> 	org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
> 	org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
> 	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
> 	org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
> 	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
> 	org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
> 	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
> 	org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
> 	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
> 	org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
> 	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
> 	org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
> 	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
> 	org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
> 	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
> 	org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
> 	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
> 	org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)
> 	org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
> 	org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)
>
> *note* *The full stack trace of the root cause is available in the Apache
> Tomcat/6.0.32 logs.*
> ------------------------------
> Apache Tomcat/6.0.32
>
>
> 2012/6/12 Alexander Sommer <al...@gmail.com>
>
>> you mean that on maven central, a 0.0.3 exists? ok..
>>
>> but:
>>
>> even with a clean install, and
>>
>> <dependency>
>>   <groupId>org.oscy</groupId>
>>   <artifactId>tapestry-zbreadcrumbs</artifactId>
>>   <version>0.0.3-SNAPSHOT</version>
>> </dependency>
>>
>> a get still the error below. My configuration:
>>
>> my Layout.tml
>>
>> <div style="margin-left:10px;">  <t:zcrumb.BreadCrumbsTrail />   </div>
>>
>> my Layout.java
>>
>>
>> @Import(stylesheet = {"context:css/reset.css","context:css/main.css"},
>>     library = {"context:js/curvycorners.js",
>> "context:js/googleanalytics.js"})
>> public class Layout
>>
>> some of my pages have the annotation:
>>
>> @BreadCrumb(ignore=true, reset=true)
>> @Import(stylesheet={"Start.css"})
>> public class Start
>>
>>
>> my frontend module:
>>
>>
>> configuration.add(BreadCrumbsConstants.BREADCRUMBS_MAX_CRUMBS_TO_SAVE, "7");
>>         configuration.add(BreadCrumbsConstants.BREADCRUMBS_TITLE_SUFFIX,
>> "");
>>
>>
>> hm...
>>
>>
>>
>>
>> An unexpected application exception has occurred.
>>
>>    - java.lang.RuntimeException
>>    Exception assembling root component of page Start: Exception
>>    assembling embedded component 'layout' (of type
>>    com.airwriting.frontend.components.Layout, within Start): Embedded
>>    component(s) trail, trailCrumbs are defined within component class
>>    org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a super-class
>>    of BreadCrumbsTrail), but are not present in the component template
>>    (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
>>    - org.apache.tapestry5.ioc.internal.util.TapestryException
>>    Exception assembling embedded component 'layout' (of type
>>    com.airwriting.frontend.components.Layout, within Start): Embedded
>>    component(s) trail, trailCrumbs are defined within component class
>>    org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a super-class
>>    of BreadCrumbsTrail), but are not present in the component template
>>    (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
>>    locationclasspath:com/airwriting/frontend/pages/Start.tml, line 1 1<t:layout
>>    xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"> 2
>>    3<script type="text/javascript"> 4
>>    5 </script>6
>>    - org.apache.tapestry5.ioc.internal.OperationException
>>    Embedded component(s) trail, trailCrumbs are defined within component
>>    class org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a
>>    super-class of BreadCrumbsTrail), but are not present in the component
>>    template
>>    (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
>>    trace
>>       - Constructing instance of page class
>>       com.airwriting.frontend.pages.Start
>>       - Assembling root component for page Start
>>       - Assembling component Start:layout
>>       (com.airwriting.frontend.components.Layout)
>>       - Creating ComponentAssembler for
>>       org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail
>>    - java.lang.RuntimeException
>>    Embedded component(s) trail, trailCrumbs are defined within component
>>    class org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a
>>    super-class of BreadCrumbsTrail), but are not present in the component
>>    template
>>    (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
>>    Hide uninteresting stack frames Stack trace
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.validateEmbeddedIds(ComponentAssemblerImpl.java:248)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.createTokenStream(PageLoaderImpl.java:323)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.programAssembler(PageLoaderImpl.java:249)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.access$900(PageLoaderImpl.java:65)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:236)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:220)
>>
>>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)
>>
>>       - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
>>
>>       - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.createAssembler(PageLoaderImpl.java:218)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.getAssembler(PageLoaderImpl.java:208)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$14.execute(PageLoaderImpl.java:934)
>>
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.runActions(ComponentAssemblerImpl.java:217)
>>
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.access$300(ComponentAssemblerImpl.java:38)
>>
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$2.run(ComponentAssemblerImpl.java:172)
>>
>>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:50)
>>
>>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:48)
>>
>>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)
>>
>>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.run(OperationTrackerImpl.java:46)
>>
>>       - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.run(PerThreadOperationTracker.java:56)
>>
>>       - org.apache.tapestry5.ioc.internal.RegistryImpl.run(RegistryImpl.java:1058)
>>
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleEmbeddedComponent(ComponentAssemblerImpl.java:152)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$14.execute(PageLoaderImpl.java:938)
>>
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.runActions(ComponentAssemblerImpl.java:217)
>>
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.performAssembleRootComponent(ComponentAssemblerImpl.java:103)
>>
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.access$000(ComponentAssemblerImpl.java:38)
>>
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$1.invoke(ComponentAssemblerImpl.java:82)
>>
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$1.invoke(ComponentAssemblerImpl.java:80)
>>
>>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)
>>
>>       - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
>>
>>       - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)
>>
>>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleRootComponent(ComponentAssemblerImpl.java:77)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:182)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:175)
>>
>>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)
>>
>>       - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
>>
>>       - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)
>>
>>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.loadPage(PageLoaderImpl.java:173)
>>
>>       - org.apache.tapestry5.internal.services.PageSourceImpl.getPage(PageSourceImpl.java:81)
>>
>>       - org.apache.tapestry5.internal.services.NonPoolingRequestPageCacheImpl.get(NonPoolingRequestPageCacheImpl.java:74)
>>
>>       - org.apache.tapestry5.internal.services.ComponentSourceImpl.getPage(ComponentSourceImpl.java:83)
>>
>>       - org.oscy.tapestry.breadcrumbs.internal.services.impl.BreadCrumbsServiceImpl.addToBreadCrumbs(BreadCrumbsServiceImpl.java:73)
>>
>>       - org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule$1.handle(BreadCrumbsModule.java:52)
>>
>>       - org.apache.tapestry5.services.TapestryModule$36.handle(TapestryModule.java:2326)
>>
>>       - org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator.handlePageRender(ComponentRequestHandlerTerminator.java:48)
>>
>>       - org.apache.tapestry5.services.InitializeActivePageName.handlePageRender(InitializeActivePageName.java:47)
>>
>>       - org.apache.tapestry5.internal.services.RootPathDispatcher.dispatch(RootPathDispatcher.java:66)
>>
>>       - org.apache.tapestry5.services.TapestryModule$RequestHandlerTerminator.service(TapestryModule.java:321)
>>
>>       - org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:26)
>>
>>       - org.apache.tapestry5.services.TapestryModule$4.service(TapestryModule.java:984)
>>
>>       - org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:974)
>>
>>       - org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)
>>
>>       - org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:90)
>>
>>       - org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:81)
>>
>>       - org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85)
>>
>>       - org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:103)
>>
>>       - org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:272)
>>
>>       - org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter.service(MultipartServletRequestFilter.java:44)
>>
>>       - org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53)
>>
>>       - org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)
>>
>>       - org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:928)
>>
>>       - org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:147)
>>
>>
>> Tapestry FrameworkTapestry Version5.2.5Application Version
>> ec3bec8577263ff9RequestContext Path *none (deployed as root)*Request Path
>> /Localeen_USSecurefalseServer Nameairwriting.com
>> Headers
>> Accept-Encodinggzip, deflateAccept-Languageen-us,en;q=0.5accept
>> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8connectionkeep-alive
>> content-length0cookie__utma=67237121.475225615.1323721720.1338220656.1339525805.24;
>> __utmz=67237121.1323721720.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none);
>> JSESSIONID=FAB74487CA9142134B6FAAC2D2329EAE; __utmc=67237121;
>> _we_wk_ls_=%7Btime%3A'1339525806013'%7D; __atuvc=1%7C24hostairwriting.com
>> user-agentMozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0)
>> Gecko/20100101 Firefox/12.0
>> Context Attributes
>> javax.servlet.context.tempdir
>> /opt/tomcat-airwriting/work/Catalina/localhost/_
>> org.apache.AnnotationProcessor
>> org.apache.catalina.util.DefaultAnnotationProcessor@4b22adee
>> org.apache.catalina.WELCOME_FILES
>>
>>    - index.html
>>    - index.htm
>>    - index.jsp
>>
>> org.apache.catalina.jsp_classpath
>> /opt/tomcat-airwriting/webapps/ROOT/WEB-INF/classes/:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/activation-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-2.7.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-runtime-3.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-runtime-3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aopalliance-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/asm-3.3.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aspectjrt-1.6.8.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aspectjweaver-1.5.4.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/cglib-2.2.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/com.springsource.org.aopalliance-1.0.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-codec-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-codec-1.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-collections-3.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-fileupload-1.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-io-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-lang-2.4.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-logging-1.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/dom4j-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/guava-r09.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-annotations-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-commons-annotations-3.2.0.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-core-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-core-3.6.10.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-3.6.10.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-postgis-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-postgis-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/javassist-3.12.1.GA.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/javax.inject-1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jcl-over-slf4j-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jquery-mobile-contribs-1.4.ga.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jta-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jts-1.11.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jyaml-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/liquibase-core-2.0.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/log4j-1.2.16.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/mail-1.4.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.asm-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.beans-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.context-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.context.support-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.core-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.expression-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.jdbc-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.orm-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.transaction-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.web-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/oro-2.0.8.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/plastic-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgis-jdbc-1.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgis-stubs-1.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgresql-8.4-702.jdbc3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/recaptcha4j-0.0.7.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/slf4j-api-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/slf4j-log4j12-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-aop-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-asm-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-beans-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-context-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-core-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-expression-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-config-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-core-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-web-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-tx-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-web-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/stringtemplate-3.2.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-spring-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-spring-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-upload-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-upload-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-zbreadcrumbs-0.0.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-zbreadcrumbs-0.0.3-SNAPSHOT.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/velocity-1.6.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/xercesImpl-2.4.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/xml-apis-1.0.b2.jar:/opt/apache-tomcat-6.0.32/lib/:/opt/apache-tomcat-6.0.32/lib/catalina-tribes.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-fr.jar:/opt/apache-tomcat-6.0.32/lib/annotations-api.jar:/opt/apache-tomcat-6.0.32/lib/servlet-api.jar:/opt/apache-tomcat-6.0.32/lib/catalina-ha.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-dbcp.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-coyote.jar:/opt/apache-tomcat-6.0.32/lib/ecj-3.3.1.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-es.jar:/opt/apache-tomcat-6.0.32/lib/catalina-ant.jar:/opt/apache-tomcat-6.0.32/lib/catalina.jar:/opt/apache-tomcat-6.0.32/lib/jasper-el.jar:/opt/apache-tomcat-6.0.32/lib/jasper.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-ja.jar:/opt/apache-tomcat-6.0.32/lib/el-api.jar:/opt/apache-tomcat-6.0.32/lib/jsp-api.jar:/opt/apache-tomcat-6.0.32/bin/bootstrap.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/dnsns.jar
>> org.apache.catalina.resources
>> org.apache.naming.resources.ProxyDirContext@51c90acb
>> org.apache.tapestry5.application-registry
>> org.apache.tapestry5.ioc.internal.RegistryWrapper@7b93ae09org.springframework.web.context.WebApplicationContext.ROOT Root
>> WebApplicationContext: startup date [Tue Jun 12 21:53:16 CEST 2012]; root
>> of context hierarchy
>> org.springframework.web.context.support.ServletContextScope
>> org.springframework.web.context.support.ServletContextScope@7a03a07a
>> Sessionsso:org.oscy.tapestry.breadcrumbs.session.BreadCrumbsList
>> org.oscy.tapestry.breadcrumbs.session.impl.BreadCrumbsListImpl@5ce6129System
>> Propertiescatalina.base /opt/tomcat-airwriting catalina.home /opt/tomcat
>> catalina.useNaming true common.loader${catalina.home}/lib,${catalina.home}/lib/*.jar
>> file.encoding UTF-8 file.encoding.pkg sun.io file.separator /
>> java.awt.graphicsenv sun.awt.X11GraphicsEnvironment java.awt.printerjobsun.print.PSPrinterJob
>> java.class.path /opt/tomcat/bin/bootstrap.jar java.class.version 50.0
>> java.endorsed.dirs /opt/tomcat/endorsed java.ext.dirs/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext:/usr/java/packages/lib/ext
>> java.home /usr/lib/jvm/java-6-sun-1.6.0.22/jre java.io.tmpdir/opt/tomcat-airwriting/temp
>> java.library.path
>>
>>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64/server
>>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64
>>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/../lib/amd64
>>    - /usr/java/packages/lib/amd64
>>    - /usr/lib64
>>    - /lib64
>>    - /lib
>>    - /usr/lib
>>
>> java.naming.factory.initial org.apache.naming.java.javaURLContextFactory
>> java.naming.factory.url.pkgs org.apache.naming java.runtime.nameJava(TM) SE Runtime Environment
>> java.runtime.version 1.6.0_22-b04 java.specification.name Java Platform
>> API Specification java.specification.vendor Sun Microsystems Inc.
>> java.specification.version 1.6 java.util.logging.managerorg.apache.juli.ClassLoaderLogManager
>> java.vendor Sun Microsystems Inc. java.vendor.url http://java.sun.com/
>> java.vendor.url.bug http://java.sun.com/cgi-bin/bugreport.cgi
>> java.version 1.6.0_22 java.vm.info mixed mode java.vm.name Java
>> HotSpot(TM) 64-Bit Server VM java.vm.specification.name Java Virtual
>> Machine Specification java.vm.specification.vendor Sun Microsystems Inc.
>> java.vm.specification.version 1.0 java.vm.vendor Sun Microsystems Inc.
>> java.vm.version 17.1-b03 line.separator
>> nop
>> os.arch amd64 os.name Linux os.version 2.6.26-2-amd64 package.accesssun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
>> package.definitionsun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
>> path.separator : server.loader
>> shared.loader
>> sun.arch.data.model 64 sun.boot.class.path
>>
>>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/resources.jar
>>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/rt.jar
>>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/sunrsasign.jar
>>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/jsse.jar
>>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/jce.jar
>>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/charsets.jar
>>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/classes
>>
>> sun.boot.library.path /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64
>> sun.cpu.endian little sun.cpu.isalist
>> sun.io.unicode.encoding UnicodeLittle sun.java.launcher SUN_STANDARD
>> sun.jnu.encoding UTF-8 sun.management.compiler HotSpot 64-Bit Server
>> Compiler sun.os.patch.level unknown
>> tomcat.util.buf.StringCache.byte.enabled true user.country US user.dir/home/root_airwriting
>> user.home /var/www user.language en user.name www-data user.timezoneEurope/Berlin
>>
>>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713825.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Thiago H de Paula Figueiredo <th...@gmail.com>.
On Tue, 12 Jun 2012 18:12:25 -0300, sommeralex  
<al...@gmail.com> wrote:
> HTTP Status 500 -
> ------------------------------
>
> *type* Exception report

Could you please get the stack trace from the log or console instead of  
the Tomcat error page from now on? Most of the time the Tomcat error page  
cuts the really important parts of the stack trace.

-- 
Thiago H. de Paula Figueiredo

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
if i am trying to implement my own css (version .0.0.3 snapshot) i get

HTTP Status 500 -
------------------------------

*type* Exception report

*message*

*description* *The server encountered an internal error () that prevented
it from fulfilling this request.*

*exception*

java.lang.RuntimeException: No object of type
org.apache.tapestry5.internal.services.DocumentLinker is available
from the Environment.  Available types are (none).
	org.apache.tapestry5.internal.services.EnvironmentImpl.peekRequired(EnvironmentImpl.java:79)
	$Environment_137e288c62d.peekRequired($Environment_137e288c62d.java)
	$Environment_137e288c4f9.peekRequired($Environment_137e288c4f9.java)
	org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule$2.renderMarkup(BreadCrumbsModule.java:64)
	$MarkupRenderer_137e288c62c.renderMarkup($MarkupRenderer_137e288c62c.java)
	$MarkupRenderer_137e288c628.renderMarkup($MarkupRenderer_137e288c628.java)
	org.apache.tapestry5.internal.services.PageMarkupRendererImpl.renderPageMarkup(PageMarkupRendererImpl.java:47)
	$PageMarkupRenderer_137e288c624.renderPageMarkup($PageMarkupRenderer_137e288c624.java)
	org.apache.tapestry5.internal.services.PageResponseRendererImpl.renderPageResponse(PageResponseRendererImpl.java:67)
	$PageResponseRenderer_137e288c53d.renderPageResponse($PageResponseRenderer_137e288c53d.java)
	org.apache.tapestry5.internal.services.DefaultRequestExceptionHandler.handleRequestException(DefaultRequestExceptionHandler.java:85)
	$RequestExceptionHandler_137e288c519.handleRequestException($RequestExceptionHandler_137e288c519.java)
	org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:42)
	$RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
	org.apache.tapestry5.services.TapestryModule$4.service(TapestryModule.java:984)
	$RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
	org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:974)
	$RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
	org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)
	$RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
	org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:90)
	org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:81)
	org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85)
	org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:103)
	$RequestHandler_137e288c51b.service($RequestHandler_137e288c51b.java)
	$RequestHandler_137e288c511.service($RequestHandler_137e288c511.java)
	org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:272)
	org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53)
	$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
	org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter.service(MultipartServletRequestFilter.java:44)
	$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
	org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)
	$HttpServletRequestFilter_137e288c510.service($HttpServletRequestFilter_137e288c510.java)
	$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
	org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:928)
	$HttpServletRequestHandler_137e288c513.service($HttpServletRequestHandler_137e288c513.java)
	$HttpServletRequestHandler_137e288c50d.service($HttpServletRequestHandler_137e288c50d.java)
	org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:147)
	org.springframework.orm.hibernate3.support.OpenSessionInViewFilter.doFilterInternal(OpenSessionInViewFilter.java:198)
	org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:368)
	org.springframework.security.web.access.intercept.FilterSecurityInterceptor.invoke(FilterSecurityInterceptor.java:109)
	org.springframework.security.web.access.intercept.FilterSecurityInterceptor.doFilter(FilterSecurityInterceptor.java:83)
	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
	org.springframework.security.web.access.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:97)
	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
	org.springframework.security.web.session.SessionManagementFilter.doFilter(SessionManagementFilter.java:100)
	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
	org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter.doFilter(SecurityContextHolderAwareRequestFilter.java:54)
	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
	org.springframework.security.web.savedrequest.RequestCacheAwareFilter.doFilter(RequestCacheAwareFilter.java:35)
	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
	org.springframework.security.web.authentication.AbstractAuthenticationProcessingFilter.doFilter(AbstractAuthenticationProcessingFilter.java:187)
	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
	org.springframework.security.web.authentication.logout.LogoutFilter.doFilter(LogoutFilter.java:105)
	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
	org.springframework.security.web.context.SecurityContextPersistenceFilter.doFilter(SecurityContextPersistenceFilter.java:79)
	org.springframework.security.web.FilterChainProxy$VirtualFilterChain.doFilter(FilterChainProxy.java:380)
	org.springframework.security.web.FilterChainProxy.doFilter(FilterChainProxy.java:169)
	org.springframework.web.filter.DelegatingFilterProxy.invokeDelegate(DelegatingFilterProxy.java:237)
	org.springframework.web.filter.DelegatingFilterProxy.doFilter(DelegatingFilterProxy.java:167)

*note* *The full stack trace of the root cause is available in the Apache
Tomcat/6.0.32 logs.*
------------------------------
Apache Tomcat/6.0.32

2012/6/12 Alexander Sommer <al...@gmail.com>

> you mean that on maven central, a 0.0.3 exists? ok..
>
> but:
>
> even with a clean install, and
>
> <dependency>
>   <groupId>org.oscy</groupId>
>   <artifactId>tapestry-zbreadcrumbs</artifactId>
>   <version>0.0.3-SNAPSHOT</version>
> </dependency>
>
> a get still the error below. My configuration:
>
> my Layout.tml
>
> <div style="margin-left:10px;">  <t:zcrumb.BreadCrumbsTrail />   </div>
>
> my Layout.java
>
>
> @Import(stylesheet = {"context:css/reset.css","context:css/main.css"},
>     library = {"context:js/curvycorners.js",
> "context:js/googleanalytics.js"})
> public class Layout
>
> some of my pages have the annotation:
>
> @BreadCrumb(ignore=true, reset=true)
> @Import(stylesheet={"Start.css"})
> public class Start
>
>
> my frontend module:
>
>
> configuration.add(BreadCrumbsConstants.BREADCRUMBS_MAX_CRUMBS_TO_SAVE, "7");
>         configuration.add(BreadCrumbsConstants.BREADCRUMBS_TITLE_SUFFIX,
> "");
>
>
> hm...
>
>
>
>
> An unexpected application exception has occurred.
>
>    - java.lang.RuntimeException
>    Exception assembling root component of page Start: Exception
>    assembling embedded component 'layout' (of type
>    com.airwriting.frontend.components.Layout, within Start): Embedded
>    component(s) trail, trailCrumbs are defined within component class
>    org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a super-class
>    of BreadCrumbsTrail), but are not present in the component template
>    (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
>    - org.apache.tapestry5.ioc.internal.util.TapestryException
>    Exception assembling embedded component 'layout' (of type
>    com.airwriting.frontend.components.Layout, within Start): Embedded
>    component(s) trail, trailCrumbs are defined within component class
>    org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a super-class
>    of BreadCrumbsTrail), but are not present in the component template
>    (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
>    locationclasspath:com/airwriting/frontend/pages/Start.tml, line 1 1<t:layout
>    xmlns:t="http://tapestry.apache.org/schema/tapestry_5_1_0.xsd"> 2
>    3<script type="text/javascript"> 4
>    5 </script>6
>    - org.apache.tapestry5.ioc.internal.OperationException
>    Embedded component(s) trail, trailCrumbs are defined within component
>    class org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a
>    super-class of BreadCrumbsTrail), but are not present in the component
>    template
>    (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
>    trace
>       - Constructing instance of page class
>       com.airwriting.frontend.pages.Start
>       - Assembling root component for page Start
>       - Assembling component Start:layout
>       (com.airwriting.frontend.components.Layout)
>       - Creating ComponentAssembler for
>       org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail
>    - java.lang.RuntimeException
>    Embedded component(s) trail, trailCrumbs are defined within component
>    class org.oscy.tapestry.breadcrumbs.components.BreadCrumbsTrail (or a
>    super-class of BreadCrumbsTrail), but are not present in the component
>    template
>    (classpath:org/oscy/tapestry/breadcrumbs/components/BreadCrumbsTrail.tml).
>    Hide uninteresting stack frames Stack trace
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.validateEmbeddedIds(ComponentAssemblerImpl.java:248)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.createTokenStream(PageLoaderImpl.java:323)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.programAssembler(PageLoaderImpl.java:249)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.access$900(PageLoaderImpl.java:65)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:236)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$4.invoke(PageLoaderImpl.java:220)
>
>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)
>
>       - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
>
>       - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.createAssembler(PageLoaderImpl.java:218)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.getAssembler(PageLoaderImpl.java:208)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$14.execute(PageLoaderImpl.java:934)
>
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.runActions(ComponentAssemblerImpl.java:217)
>
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.access$300(ComponentAssemblerImpl.java:38)
>
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$2.run(ComponentAssemblerImpl.java:172)
>
>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:50)
>
>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl$1.invoke(OperationTrackerImpl.java:48)
>
>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)
>
>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.run(OperationTrackerImpl.java:46)
>
>       - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.run(PerThreadOperationTracker.java:56)
>
>       - org.apache.tapestry5.ioc.internal.RegistryImpl.run(RegistryImpl.java:1058)
>
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleEmbeddedComponent(ComponentAssemblerImpl.java:152)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$14.execute(PageLoaderImpl.java:938)
>
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.runActions(ComponentAssemblerImpl.java:217)
>
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.performAssembleRootComponent(ComponentAssemblerImpl.java:103)
>
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.access$000(ComponentAssemblerImpl.java:38)
>
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$1.invoke(ComponentAssemblerImpl.java:82)
>
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl$1.invoke(ComponentAssemblerImpl.java:80)
>
>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)
>
>       - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
>
>       - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)
>
>       - org.apache.tapestry5.internal.pageload.ComponentAssemblerImpl.assembleRootComponent(ComponentAssemblerImpl.java:77)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:182)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl$3.invoke(PageLoaderImpl.java:175)
>
>       - org.apache.tapestry5.ioc.internal.OperationTrackerImpl.invoke(OperationTrackerImpl.java:65)
>
>       - org.apache.tapestry5.ioc.internal.PerThreadOperationTracker.invoke(PerThreadOperationTracker.java:68)
>
>       - org.apache.tapestry5.ioc.internal.RegistryImpl.invoke(RegistryImpl.java:1063)
>
>       - org.apache.tapestry5.internal.pageload.PageLoaderImpl.loadPage(PageLoaderImpl.java:173)
>
>       - org.apache.tapestry5.internal.services.PageSourceImpl.getPage(PageSourceImpl.java:81)
>
>       - org.apache.tapestry5.internal.services.NonPoolingRequestPageCacheImpl.get(NonPoolingRequestPageCacheImpl.java:74)
>
>       - org.apache.tapestry5.internal.services.ComponentSourceImpl.getPage(ComponentSourceImpl.java:83)
>
>       - org.oscy.tapestry.breadcrumbs.internal.services.impl.BreadCrumbsServiceImpl.addToBreadCrumbs(BreadCrumbsServiceImpl.java:73)
>
>       - org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule$1.handle(BreadCrumbsModule.java:52)
>
>       - org.apache.tapestry5.services.TapestryModule$36.handle(TapestryModule.java:2326)
>
>       - org.apache.tapestry5.internal.services.ComponentRequestHandlerTerminator.handlePageRender(ComponentRequestHandlerTerminator.java:48)
>
>       - org.apache.tapestry5.services.InitializeActivePageName.handlePageRender(InitializeActivePageName.java:47)
>
>       - org.apache.tapestry5.internal.services.RootPathDispatcher.dispatch(RootPathDispatcher.java:66)
>
>       - org.apache.tapestry5.services.TapestryModule$RequestHandlerTerminator.service(TapestryModule.java:321)
>
>       - org.apache.tapestry5.internal.services.RequestErrorFilter.service(RequestErrorFilter.java:26)
>
>       - org.apache.tapestry5.services.TapestryModule$4.service(TapestryModule.java:984)
>
>       - org.apache.tapestry5.services.TapestryModule$3.service(TapestryModule.java:974)
>
>       - org.apache.tapestry5.internal.services.StaticFilesFilter.service(StaticFilesFilter.java:90)
>
>       - org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:90)
>
>       - org.apache.tapestry5.internal.services.CheckForUpdatesFilter$2.invoke(CheckForUpdatesFilter.java:81)
>
>       - org.apache.tapestry5.ioc.internal.util.ConcurrentBarrier.withRead(ConcurrentBarrier.java:85)
>
>       - org.apache.tapestry5.internal.services.CheckForUpdatesFilter.service(CheckForUpdatesFilter.java:103)
>
>       - org.apache.tapestry5.services.TapestryModule$HttpServletRequestHandlerTerminator.service(TapestryModule.java:272)
>
>       - org.apache.tapestry5.upload.internal.services.MultipartServletRequestFilter.service(MultipartServletRequestFilter.java:44)
>
>       - org.apache.tapestry5.internal.gzip.GZipFilter.service(GZipFilter.java:53)
>
>       - org.apache.tapestry5.internal.services.IgnoredPathsFilter.service(IgnoredPathsFilter.java:62)
>
>       - org.apache.tapestry5.services.TapestryModule$2.service(TapestryModule.java:928)
>
>       - org.apache.tapestry5.TapestryFilter.doFilter(TapestryFilter.java:147)
>
>
> Tapestry FrameworkTapestry Version5.2.5Application Versionec3bec8577263ff9
> RequestContext Path *none (deployed as root)*Request Path/Localeen_US
> SecurefalseServer Nameairwriting.com
> Headers
> Accept-Encodinggzip, deflateAccept-Languageen-us,en;q=0.5accept
> text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8connection
> keep-alive content-length0cookie__utma=67237121.475225615.1323721720.1338220656.1339525805.24;
> __utmz=67237121.1323721720.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none);
> JSESSIONID=FAB74487CA9142134B6FAAC2D2329EAE; __utmc=67237121;
> _we_wk_ls_=%7Btime%3A'1339525806013'%7D; __atuvc=1%7C24hostairwriting.com
> user-agentMozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:12.0)
> Gecko/20100101 Firefox/12.0
> Context Attributes
> javax.servlet.context.tempdir
> /opt/tomcat-airwriting/work/Catalina/localhost/_
> org.apache.AnnotationProcessor
> org.apache.catalina.util.DefaultAnnotationProcessor@4b22adee
> org.apache.catalina.WELCOME_FILES
>
>    - index.html
>    - index.htm
>    - index.jsp
>
> org.apache.catalina.jsp_classpath
> /opt/tomcat-airwriting/webapps/ROOT/WEB-INF/classes/:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/activation-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-2.7.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-runtime-3.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/antlr-runtime-3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aopalliance-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/asm-3.3.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aspectjrt-1.6.8.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/aspectjweaver-1.5.4.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/c3p0-0.9.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/cglib-2.2.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/com.springsource.org.aopalliance-1.0.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-codec-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-codec-1.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-collections-3.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-fileupload-1.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-io-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-lang-2.4.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/commons-logging-1.1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/dom4j-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/guava-r09.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-annotations-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-commons-annotations-3.2.0.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-core-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-core-3.6.10.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-3.5.0-Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-entitymanager-3.6.10.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.0.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-jpa-2.0-api-1.0.1.Final.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-postgis-1.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/hibernate-spatial-postgis-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/javassist-3.12.1.GA.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/javax.inject-1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jcl-over-slf4j-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jquery-mobile-contribs-1.4.ga.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jta-1.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jts-1.11.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/jyaml-1.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/liquibase-core-2.0.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/log4j-1.2.16.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/mail-1.4.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.aop-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.asm-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.beans-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.context-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.context.support-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.core-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.expression-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.jdbc-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.orm-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.transaction-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/org.springframework.web-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/oro-2.0.8.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/plastic-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgis-jdbc-1.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgis-stubs-1.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/postgresql-8.4-702.jdbc3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/recaptcha4j-0.0.7.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/slf4j-api-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/slf4j-log4j12-1.6.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-aop-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-asm-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-beans-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-context-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-core-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-expression-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-config-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-core-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-security-web-3.0.5.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-tx-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/spring-web-3.0.3.RELEASE.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/stringtemplate-3.2.1.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-core-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-func-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-ioc-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-json-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-spring-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-spring-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-upload-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-upload-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-zbreadcrumbs-0.0.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry-zbreadcrumbs-0.0.3-SNAPSHOT.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.2.5.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.2.6.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/tapestry5-annotations-5.3.3.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/velocity-1.6.2.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/xercesImpl-2.4.0.jar:/opt/tomcat-airwriting/webapps/ROOT/WEB-INF/lib/xml-apis-1.0.b2.jar:/opt/apache-tomcat-6.0.32/lib/:/opt/apache-tomcat-6.0.32/lib/catalina-tribes.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-fr.jar:/opt/apache-tomcat-6.0.32/lib/annotations-api.jar:/opt/apache-tomcat-6.0.32/lib/servlet-api.jar:/opt/apache-tomcat-6.0.32/lib/catalina-ha.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-dbcp.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-coyote.jar:/opt/apache-tomcat-6.0.32/lib/ecj-3.3.1.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-es.jar:/opt/apache-tomcat-6.0.32/lib/catalina-ant.jar:/opt/apache-tomcat-6.0.32/lib/catalina.jar:/opt/apache-tomcat-6.0.32/lib/jasper-el.jar:/opt/apache-tomcat-6.0.32/lib/jasper.jar:/opt/apache-tomcat-6.0.32/lib/tomcat-i18n-ja.jar:/opt/apache-tomcat-6.0.32/lib/el-api.jar:/opt/apache-tomcat-6.0.32/lib/jsp-api.jar:/opt/apache-tomcat-6.0.32/bin/bootstrap.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/sunpkcs11.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/localedata.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/sunjce_provider.jar:/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext/dnsns.jar
> org.apache.catalina.resources
> org.apache.naming.resources.ProxyDirContext@51c90acb
> org.apache.tapestry5.application-registry
> org.apache.tapestry5.ioc.internal.RegistryWrapper@7b93ae09
> org.springframework.web.context.WebApplicationContext.ROOT Root
> WebApplicationContext: startup date [Tue Jun 12 21:53:16 CEST 2012]; root
> of context hierarchy
> org.springframework.web.context.support.ServletContextScope
> org.springframework.web.context.support.ServletContextScope@7a03a07a
> Sessionsso:org.oscy.tapestry.breadcrumbs.session.BreadCrumbsList
> org.oscy.tapestry.breadcrumbs.session.impl.BreadCrumbsListImpl@5ce6129System
> Propertiescatalina.base /opt/tomcat-airwriting catalina.home /opt/tomcat
> catalina.useNaming true common.loader${catalina.home}/lib,${catalina.home}/lib/*.jar
> file.encoding UTF-8 file.encoding.pkg sun.io file.separator /
> java.awt.graphicsenv sun.awt.X11GraphicsEnvironment java.awt.printerjobsun.print.PSPrinterJob
> java.class.path /opt/tomcat/bin/bootstrap.jar java.class.version 50.0
> java.endorsed.dirs /opt/tomcat/endorsed java.ext.dirs/usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/ext:/usr/java/packages/lib/ext
> java.home /usr/lib/jvm/java-6-sun-1.6.0.22/jre java.io.tmpdir/opt/tomcat-airwriting/temp
> java.library.path
>
>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64/server
>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64
>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/../lib/amd64
>    - /usr/java/packages/lib/amd64
>    - /usr/lib64
>    - /lib64
>    - /lib
>    - /usr/lib
>
> java.naming.factory.initial org.apache.naming.java.javaURLContextFactory
> java.naming.factory.url.pkgs org.apache.naming java.runtime.name Java(TM)
> SE Runtime Environment java.runtime.version 1.6.0_22-b04
> java.specification.name Java Platform API Specification
> java.specification.vendor Sun Microsystems Inc. java.specification.version1.6
> java.util.logging.manager org.apache.juli.ClassLoaderLogManager
> java.vendor Sun Microsystems Inc. java.vendor.url http://java.sun.com/
> java.vendor.url.bug http://java.sun.com/cgi-bin/bugreport.cgi java.version1.6.0_22
> java.vm.info mixed mode java.vm.name Java HotSpot(TM) 64-Bit Server VM
> java.vm.specification.name Java Virtual Machine Specification
> java.vm.specification.vendor Sun Microsystems Inc.
> java.vm.specification.version 1.0 java.vm.vendor Sun Microsystems Inc.
> java.vm.version 17.1-b03 line.separator
> nop
> os.arch amd64 os.name Linux os.version 2.6.26-2-amd64 package.accesssun.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.,sun.beans.
> package.definitionsun.,java.,org.apache.catalina.,org.apache.coyote.,org.apache.tomcat.,org.apache.jasper.
> path.separator : server.loader
> shared.loader
> sun.arch.data.model 64 sun.boot.class.path
>
>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/resources.jar
>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/rt.jar
>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/sunrsasign.jar
>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/jsse.jar
>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/jce.jar
>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/charsets.jar
>    - /usr/lib/jvm/java-6-sun-1.6.0.22/jre/classes
>
> sun.boot.library.path /usr/lib/jvm/java-6-sun-1.6.0.22/jre/lib/amd64
> sun.cpu.endian little sun.cpu.isalist
> sun.io.unicode.encoding UnicodeLittle sun.java.launcher SUN_STANDARD
> sun.jnu.encoding UTF-8 sun.management.compiler HotSpot 64-Bit Server
> Compiler sun.os.patch.level unknown
> tomcat.util.buf.StringCache.byte.enabled true user.country US user.dir/home/root_airwriting
> user.home /var/www user.language en user.name www-data user.timezoneEurope/Berlin
>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713824.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Dimitris Zenios <di...@gmail.com>.
Deploy your project using 0.0.3-SNAPSHOT and if it works will continue
from there.The reason that you have 0.0.3-SNAPSHOT generated is
because git repo pom.xml has 0.0.3-SNAPSHOT as a version

On Tue, Jun 12, 2012 at 10:42 PM, sommeralex <al...@gmail.com> wrote:
> so, did the steps and 0.0.3-SNAPSHOT is created. Locally, it is running.
>
> My maven knowledge is minimalistic.
>
> 1. why was 0.0.3-SNAPSHOT generated?
> 2. can i deploy my project now without having to take care about 0.0.3?
>
>
>
> 2012/6/12 Dimitris Zenios [via Tapestry] <
> ml-node+s1045711n5713820h62@n5.nabble.com>
>
>> Did you do steps 1,2,3?
>>
>> On Tue, Jun 12, 2012 at 10:24 PM, sommeralex <[hidden email]<http://user/SendEmail.jtp?type=node&node=5713820&i=0>>
>> wrote:
>>
>> > Hi!
>> >
>> > If i am changing to 0.0.3-Snapshot it keeps telling:
>> >
>> > Missing artifact org.oscy:tapestry-zbreadcrumbs:jar:0.0.3-SNAPSHOT
>> >
>> >
>> > --
>> > View this message in context:
>> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713819.html
>>
>> > Sent from the Tapestry - User mailing list archive at Nabble.com.
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=5713820&i=1>
>> For additional commands, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=5713820&i=2>
>>
>>
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713820.html
>>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
>> .
>> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713821.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
code solve the problem> using the latest tapestry version instead of 2.5

thx for any help

--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5714065.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
so, did the steps and 0.0.3-SNAPSHOT is created. Locally, it is running.

My maven knowledge is minimalistic.

1. why was 0.0.3-SNAPSHOT generated?
2. can i deploy my project now without having to take care about 0.0.3?



2012/6/12 Dimitris Zenios [via Tapestry] <
ml-node+s1045711n5713820h62@n5.nabble.com>

> Did you do steps 1,2,3?
>
> On Tue, Jun 12, 2012 at 10:24 PM, sommeralex <[hidden email]<http://user/SendEmail.jtp?type=node&node=5713820&i=0>>
> wrote:
>
> > Hi!
> >
> > If i am changing to 0.0.3-Snapshot it keeps telling:
> >
> > Missing artifact org.oscy:tapestry-zbreadcrumbs:jar:0.0.3-SNAPSHOT
> >
> >
> > --
> > View this message in context:
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713819.html
>
> > Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=5713820&i=1>
> For additional commands, e-mail: [hidden email]<http://user/SendEmail.jtp?type=node&node=5713820&i=2>
>
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713820.html
>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
> .
> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713821.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Dimitris Zenios <di...@gmail.com>.
Did you do steps 1,2,3?

On Tue, Jun 12, 2012 at 10:24 PM, sommeralex <al...@gmail.com> wrote:
> Hi!
>
> If i am changing to 0.0.3-Snapshot it keeps telling:
>
> Missing artifact org.oscy:tapestry-zbreadcrumbs:jar:0.0.3-SNAPSHOT
>
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713819.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
Hi!

If i am changing to 0.0.3-Snapshot it keeps telling:

Missing artifact org.oscy:tapestry-zbreadcrumbs:jar:0.0.3-SNAPSHOT


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713819.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Dimitris Zenios <di...@gmail.com>.
1.Checkout the code with the below command "git clone
https://bitbucket.org/zenios/tapestry-zbreadcrumbs.git"
2.Do any changes you want to the project (src will be inside
tapestry-zbreadcrumbs where you cloned)
3.Issue "mvn clean package install" inside the folder
4.Change your maven dependency from 0.0.2 to 0.0.3-SNAPSHOT and try
the application

On Tue, Jun 12, 2012 at 9:42 PM, sommeralex <al...@gmail.com> wrote:
> If you can tell me how, i try it. I was moving the code into my project but
> i am getting:
>
> An unexpected application exception has occurred.
>
>   - java.lang.RuntimeException
>   Exception assembling root component of page group/BrowseGroups: Unable
>   to resolve 'zcrumb/BreadCrumbsTrail' to a component class name.
>   - org.apache.tapestry5.ioc.internal.OperationException
>   Unable to resolve 'zcrumb/BreadCrumbsTrail' to a component class name.
>
>
>
> 2012/6/12 Lance Java [via Tapestry] <
> ml-node+s1045711n5713814h76@n5.nabble.com>
>
>> Im suggesting to change the zbreadcrumbs code
>>
>> Eg
>> Clone the zbreadcrumbs github repo
>> Tweak the code
>> Compile and install into your local maven repo
>> Run your app against the tweaked jar
>>
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713814.html
>>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
>> .
>> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713815.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
If you can tell me how, i try it. I was moving the code into my project but
i am getting:

An unexpected application exception has occurred.

   - java.lang.RuntimeException
   Exception assembling root component of page group/BrowseGroups: Unable
   to resolve 'zcrumb/BreadCrumbsTrail' to a component class name.
   - org.apache.tapestry5.ioc.internal.OperationException
   Unable to resolve 'zcrumb/BreadCrumbsTrail' to a component class name.



2012/6/12 Lance Java [via Tapestry] <
ml-node+s1045711n5713814h76@n5.nabble.com>

> Im suggesting to change the zbreadcrumbs code
>
> Eg
> Clone the zbreadcrumbs github repo
> Tweak the code
> Compile and install into your local maven repo
> Run your app against the tweaked jar
>
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713814.html
>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
> .
> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713815.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Dimitris Zenios <di...@gmail.com>.
If i am not wrong /src/main/webapp is context: and it should be
context:css/main.css

On Tue, Jun 12, 2012 at 10:03 PM, sommeralex <al...@gmail.com> wrote:
> i am also trying to implement my own style css, but whatever path i am
> writing in as parameter, fails.
>
> path of my CSS:
> /Users/alexandersommer/git/Airwriting/modules/server-application/src/main/webapp/css/main.css
>
> path
>  configuration.add(BreadCrumbsConstants.BREADCRUMBS_DEFAULT_STYLESHEET,
> "classpath:src/main/webapp/css/main.css");
>
> Problem accessing /. Reason:
>
>    Exception constructing service 'MarkupRenderer': Error invoking
> service contribution method
> org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule.contributeMarkupRenderer(OrderedConfiguration,
> Environment, Asset): Unable to locate asset
> 'classpath:src/main/webapp/css/main.css' (the file does not exist).
>
> Caused by:
>
> java.lang.RuntimeException: Exception constructing service
> 'MarkupRenderer': Error invoking service contribution method
> org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule.contributeMarkupRenderer(OrderedConfiguration,
> Environment, Asset): Unable to locate asset
> 'classpath:src/main/webapp/css/main.css' (the file does not exist
>
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713816.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
i am also trying to implement my own style css, but whatever path i am
writing in as parameter, fails.

path of my CSS:
/Users/alexandersommer/git/Airwriting/modules/server-application/src/main/webapp/css/main.css

path
 configuration.add(BreadCrumbsConstants.BREADCRUMBS_DEFAULT_STYLESHEET,
"classpath:src/main/webapp/css/main.css");

Problem accessing /. Reason:

    Exception constructing service 'MarkupRenderer': Error invoking
service contribution method
org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule.contributeMarkupRenderer(OrderedConfiguration,
Environment, Asset): Unable to locate asset
'classpath:src/main/webapp/css/main.css' (the file does not exist).

Caused by:

java.lang.RuntimeException: Exception constructing service
'MarkupRenderer': Error invoking service contribution method
org.oscy.tapestry.breadcrumbs.services.BreadCrumbsModule.contributeMarkupRenderer(OrderedConfiguration,
Environment, Asset): Unable to locate asset
'classpath:src/main/webapp/css/main.css' (the file does not exist


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713816.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Lance Java <la...@googlemail.com>.
Im suggesting to change the zbreadcrumbs code

Eg
Clone the zbreadcrumbs github repo
Tweak the code
Compile and install into your local maven repo
Run your app against the tweaked jar

Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
Hello!

I wanted to test the code, but i saw now that the code requires  a
injectDefaultStylesheet - i dont have such. My main.css is in the
webapp/css folder and injected in my layout.tml

@Import(stylesheet = {"context:css/reset.css","context:css/main.css"},

I dont understand want is meant with the defaultStyleSheet.

    public static void
contributeApplicationDefaults(MappedConfiguration<String, String>
configuration) {

        configuration.add("tapestry.supported-locales", "en, de");
        configuration.add("tapestry.production-mode", "false");
        configuration.add("tapestry.form-client-logic-enabled", "false");

//configuration.add(BreadCrumbsConstants.BREADCRUMBS_MAX_CRUMBS_TO_SAVE,
"7");
        //configuration.add(BreadCrumbsConstants.BREADCRUMBS_TITLE_SUFFIX,
"");
        configuration.add("ZBreadCrumbsDefaultStylesheet",
injectDefaultStylesheet, "after:InjectDefaultStylesheet",
"after:DocumentLinker");
    }

2012/6/12 Lance Java [via Tapestry] <
ml-node+s1045711n5713810h52@n5.nabble.com>

> Yes, this could be that the two JVM's are calculating hashcodes
> differently which may cause a java.util.Set to iterate in a different
> order.
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713810.html
>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
> .
> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713813.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Lance Java <la...@googlemail.com>.
Yes, this could be that the two JVM's are calculating hashcodes differently
which may cause a java.util.Set to iterate in a different order.

--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713810.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by Dimitris Zenios <di...@gmail.com>.
We will have to wait for sommeralex to Test it but from what he told
me its working localy without changes but not when project is
online.Weird

On Tue, Jun 12, 2012 at 4:42 PM, Lance Java <la...@googlemail.com> wrote:
> Correct. So if my suggestion works, I think we've found a bug
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713807.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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: BreadCrumbsModule error

Posted by Lance Java <la...@googlemail.com>.
Correct. So if my suggestion works, I think we've found a bug

--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713807.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by Dimitris Zenios <di...@gmail.com>.
Thats what i read and implemented it that way.Since
InjectDefaultStylesheet is after DocumentLinker and
ZBreadCrumbsDefaultStylesheet is after InjectDefaultStylesheet then
ZBreadCrumbsDefaultStylesheet is after DocumentLinker. Correct?



On Tue, Jun 12, 2012 at 4:19 PM, Lance Java <la...@googlemail.com> wrote:
> I was wondering the same thing myself and thought you might have found a bug
> when using implicit and explicit orderings in separate modules.
>
> Here is how Tapestry initializes them:
>        configuration.add("DocumentLinker", documentLinker);
>        configuration.add("JavaScriptSupport", javaScriptSupport);
>        configuration.add("RenderSupport", renderSupport);
>        configuration.add("InjectDefaultStylesheet",
> injectDefaultStylesheet);
>        configuration.add("ClientBehaviorSupport", clientBehaviorSupport);
>        configuration.add("Heartbeat", heartbeat);
>        configuration.add("ValidationDecorator",
> defaultValidationDecorator);
>
> And the javadocs from OrderedConfiguration:
> "If no constraints are supplied, then an implicit constraint is supplied:
> after the previously contributed id within the same contribution method."
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713805.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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: BreadCrumbsModule error

Posted by Lance Java <la...@googlemail.com>.
I was wondering the same thing myself and thought you might have found a bug
when using implicit and explicit orderings in separate modules.

Here is how Tapestry initializes them:
        configuration.add("DocumentLinker", documentLinker);
        configuration.add("JavaScriptSupport", javaScriptSupport);
        configuration.add("RenderSupport", renderSupport);
        configuration.add("InjectDefaultStylesheet",
injectDefaultStylesheet);
        configuration.add("ClientBehaviorSupport", clientBehaviorSupport);
        configuration.add("Heartbeat", heartbeat);
        configuration.add("ValidationDecorator",
defaultValidationDecorator);

And the javadocs from OrderedConfiguration:
"If no constraints are supplied, then an implicit constraint is supplied:
after the previously contributed id within the same contribution method."

--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713805.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by Dimitris Zenios <di...@gmail.com>.
Lance is there a possibility ZBreadCrumbsDefaultStylesheet to be added
before:DocumentLinker since its added after:InjectDefaultStylesheet
which in turn is added after:DocumentLinker ?

On Tue, Jun 12, 2012 at 3:27 PM, sommeralex <al...@gmail.com> wrote:
> ok, i will try it in the evening and let you know!
>
> THX!!!!!!!!!!
>
> 2012/6/12 Lance Java [via Tapestry] <
> ml-node+s1045711n5713800h42@n5.nabble.com>
>
>> Try this:
>> configuration.add("ZBreadCrumbsDefaultStylesheet",
>> injectDefaultStylesheet, "after:InjectDefaultStylesheet",
>> "after:DocumentLinker");
>>
>> ------------------------------
>>  If you reply to this email, your message will be added to the discussion
>> below:
>>
>> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713800.html
>>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
>> .
>> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>>
>
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713801.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by sommeralex <al...@gmail.com>.
ok, i will try it in the evening and let you know!

THX!!!!!!!!!!

2012/6/12 Lance Java [via Tapestry] <
ml-node+s1045711n5713800h42@n5.nabble.com>

> Try this:
> configuration.add("ZBreadCrumbsDefaultStylesheet",
> injectDefaultStylesheet, "after:InjectDefaultStylesheet",
> "after:DocumentLinker");
>
> ------------------------------
>  If you reply to this email, your message will be added to the discussion
> below:
>
> http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713800.html
>  To unsubscribe from BreadCrumbsModule error, click here<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=5713794&code=YWxleGFuZGVyLnNvbW1lckBnbWFpbC5jb218NTcxMzc5NHwxMDUzMzQxMzM4>
> .
> NAML<http://tapestry.1045711.n5.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml>
>


--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713801.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

Re: BreadCrumbsModule error

Posted by Lance Java <la...@googlemail.com>.
Try this:
configuration.add("ZBreadCrumbsDefaultStylesheet", injectDefaultStylesheet,
"after:InjectDefaultStylesheet", "after:DocumentLinker"); 

--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713800.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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


Re: BreadCrumbsModule error

Posted by Dimitris Zenios <di...@gmail.com>.
Hi lance

just to help a bit more here is the source of breadcrumbs

     public void
contributeMarkupRenderer(OrderedConfiguration<MarkupRendererFilter>
configuration, final Environment environment,
@Path("${zbreadcrumbs-default-stylesheet}") final Asset
defaultStylesheet) {
                MarkupRendererFilter injectDefaultStylesheet = new
MarkupRendererFilter()
                {
                        public void renderMarkup(MarkupWriter writer,
MarkupRenderer renderer) {
                                DocumentLinker linker =
environment.peekRequired(DocumentLinker.class);

                                linker.addStylesheetLink(new
StylesheetLink(defaultStylesheet.toClientURL()));

                                renderer.renderMarkup(writer);
                        }
                };

                configuration.add("ZBreadCrumbsDefaultStylesheet",
injectDefaultStylesheet, "after:InjectDefaultStylesheet");
        }.

How is it supposed for DocumentLinker to be null?Since tapestry core
injectDefaultStylesheet does not pop DocumentLinker

    MarkupRendererFilter injectDefaultStylesheet = new MarkupRendererFilter()
        {
             public void renderMarkup(MarkupWriter writer,
MarkupRenderer renderer)
             {
                 DocumentLinker linker =
environment.peekRequired(DocumentLinker.class);

                 linker.addStylesheetLink(new
StylesheetLink(defaultStylesheet.toClientURL()));

                 renderer.renderMarkup(writer);
             }
         };

On Tue, Jun 12, 2012 at 3:16 PM, Lance Java <la...@googlemail.com> wrote:
> Tapestry contributes MarkupRendererFilter's to the MarkupRenderer, one of
> which pushes a DocumentLinker onto the Environment.
>
> I haven't seen the zbreadcrumbs code but perhaps it also contributes a
> MarkupRendererFilter. Perhaps you need to specify "after:DocumentLinker"
> when adding to the OrderedConfiguration?
>
> Just a guess ;)
>
> --
> View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713798.html
> Sent from the Tapestry - User mailing list archive at Nabble.com.
>
> ---------------------------------------------------------------------
> 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: BreadCrumbsModule error

Posted by Lance Java <la...@googlemail.com>.
Tapestry contributes MarkupRendererFilter's to the MarkupRenderer, one of
which pushes a DocumentLinker onto the Environment.

I haven't seen the zbreadcrumbs code but perhaps it also contributes a
MarkupRendererFilter. Perhaps you need to specify "after:DocumentLinker"
when adding to the OrderedConfiguration?

Just a guess ;)

--
View this message in context: http://tapestry.1045711.n5.nabble.com/BreadCrumbsModule-error-tp5713794p5713798.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

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