Re: BreadCrumbsModule error

2012-06-25 Thread sommeralex
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. -

Re: BreadCrumbsModule error

2012-06-16 Thread sommeralex
no, if i comment out your code, everything works fine again. 2012/6/16 Alexander Sommer > so, what do you want me to do? > > 2012/6/16 Lance Java [via Tapestry] < > ml-node+s1045711n5713939...@n5.nabble.com> > > This is a different error to the document linker error you were >> originally >> co

Re: BreadCrumbsModule error

2012-06-16 Thread sommeralex
so, what do you want me to do? 2012/6/16 Lance Java [via Tapestry] < ml-node+s1045711n5713939...@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 t

Re: BreadCrumbsModule error

2012-06-16 Thread Lance Java
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

2012-06-15 Thread Lance Java
> 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.co

Re: BreadCrumbsModule error

2012-06-15 Thread sommeralex
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+s1045711n5713916...@n5.nabble.com> > For better or worse, this is a new exception. > 1. Is this failur

Re: BreadCrumbsModule error

2012-06-14 Thread Lance Java
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

2012-06-14 Thread sommeralex
I will try it in the evening! thx! hope, that it will work then. alex 2012/6/14 Lance Java [via Tapestry] < ml-node+s1045711n5713870...@n5.nabble.com> > As I said before, it seems like the zbreadcrumbs MarkupRendererFilter is > running before the DocumentLinker even though it should run after.

Re: BreadCrumbsModule error

2012-06-14 Thread Lance Java
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 tes

Re: BreadCrumbsModule error

2012-06-13 Thread sommeralex
ok, i will check this and send you the log asap. thanks 2012/6/13 Thiago H de Paula Figueiredo [via Tapestry] < ml-node+s1045711n5713833...@n5.nabble.com> > On Wed, 13 Jun 2012 04:13:16 -0300, sommeralex > <[hidden email] > > wrote: > > > Hi T

Re: BreadCrumbsModule error

2012-06-13 Thread Thiago H de Paula Figueiredo
On Wed, 13 Jun 2012 04:13:16 -0300, sommeralex 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 Fig

Re: BreadCrumbsModule error

2012-06-13 Thread sommeralex
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+s1045711n5713827...@n5.nabble.com> > On Tue, 12 Jun 2012 18:12:25 -0300, sommeralex > <[hidden email]

Re: BreadCrumbsModule error

2012-06-12 Thread Thiago H de Paula Figueiredo
On Tue, 12 Jun 2012 18:12:25 -0300, sommeralex 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

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
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 wrote: > so, did the steps and 0.0.3-SNAPSHOT is created. Lo

Re: BreadCrumbsModule error

2012-06-12 Thread sommeralex
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+s1045711n5713820...@n5.na

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
Did you do steps 1,2,3? On Tue, Jun 12, 2012 at 10:24 PM, sommeralex 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/Bread

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
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 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/Airw

Re: BreadCrumbsModule error

2012-06-12 Thread sommeralex
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, "classp

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
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 fr

Re: BreadCrumbsModule error

2012-06-12 Thread sommeralex
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 compon

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
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

2012-06-12 Thread Lance Java
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

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
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 wrote: > Correct. So if my suggestion works, I think we've found a bug > > -- > View this message in context:

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
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. --

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
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 wrote: > I was

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
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", javaScript

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
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 wrote: > ok, i will try it in the evening and let you know! > > THX!

Re: BreadCrumbsModule error

2012-06-12 Thread sommeralex
ok, i will try it in the evening and let you know! THX!! 2012/6/12 Lance Java [via Tapestry] < ml-node+s1045711n5713800...@n5.nabble.com> > Try this: > configuration.add("ZBreadCrumbsDefaultStylesheet", > injectDefaultStylesheet, "after:InjectDefaultStylesheet", > "after:DocumentLinker")

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
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 mail

Re: BreadCrumbsModule error

2012-06-12 Thread Dimitris Zenios
Hi lance just to help a bit more here is the source of breadcrumbs public void contributeMarkupRenderer(OrderedConfiguration configuration, final Environment environment, @Path("${zbreadcrumbs-default-stylesheet}") final Asset defaultStylesheet) { MarkupRendererFilter injectD

Re: BreadCrumbsModule error

2012-06-12 Thread Lance Java
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 OrderedCo