RE: Stitch observe component applied over DB entities

2014-10-05 Thread Name Surname
Thanks Thiago a lot on your mention! :) And thank you Lava on your work regarding Observe component. OK, it should work like this way, however it doesn't. I pull all from db to listaTiketa arrayList, and from there it should behave like filtering from jvm, since it's listaTiketa filled with all

Re: Stitch observe component applied over DB entities

2014-10-05 Thread Geoff Callender
It would help if you answered Thiago's questions. On 6 Oct 2014, at 5:12 am, Name Surname wrote: > Thanks Thiago a lot on your mention! :) And thank you Lava on your work > regarding Observe component. > OK, it should work like this way, however it doesn't. I pull all from db to > listaTiketa

overriding built-in AJAX error reporting

2014-10-05 Thread Ilya Obshadko
Could anybody suggest how do I override internal error reporting for AJAX request errors? This is not immediately clear for me how to proceed. I have read and understood http://tapestry.apache.org/overriding-exception-reporting.html, but still have questions for XHR requests. As far as I can see,

bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread nhhockeyplayer nashua
HI I am receiving org.apache.shiro.subject.ExecutionException: java.lang.RuntimeException: Exception constructing service 'ModuleManager': Error invoking service contribution method org.apache.tapestry5.modules.JavaScriptModule.setupBaseModules(MappedConfiguration, Resource, Resource, Resourc

RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread nhhockeyplayer nashua
I thought maybe I wasnt including the maven dependency so I added org.apache.tapestry tapestry-jpa ${tapestry-release-version} and still no solution if its zipped up in the jar file of tapestry... how isnt the runtime core modules not b

Re: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread Geoff Callender
So to be clear, have you ever had your project's first screen up and running with 5.4-beta-22? If not, what version of T5.4 did your project last work with successfully, and what changes did you make to go up to 5.4-beta-22? I'm just trying to clarify the basics of your situation. On 6 Oct 2014

RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread nhhockeyplayer nashua
well I tried my own improvised rigging @Contribute(ModuleManager.class) public static void setupBaseModules(MappedConfiguration configuration, @Path("${" + SymbolConstants.BOOTSTRAP_ROOT + "}/js/transition.js") Resource transition) { configuration.add("bootst

RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread nhhockeyplayer nashua
thanks geoff... ok the app I am running last ran June 2013 on t-5.4 but I got pissed and dropped tynamo I am jumping cold back into tynamo on 5.4-beta-22 no page has rendered as of yet has nothing to do with tynamo... this app is clean and I feel its a legit tap bug... thats my gut feel and

RE: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread nhhockeyplayer nashua
yes way back when... June 2013... I had login/logout working with shiro and home page and other pages rendering fine... I couldnt get past the hibernate incompatibility release problems and dropped tynamo at like t-5.4-alpha6 ??? best I recall nothign has changed in my code except for minor mod

Re: bootstrap Transition.JS RUNTIMEEXCEPTION on 5.4-beta-22

2014-10-05 Thread Geoff Callender
On 6 Oct 2014, at 2:47 pm, nhhockeyplayer nashua wrote: > thanks geoff... > > ok the app I am running last ran June 2013 on t-5.4 but I got pissed and > dropped tynamo > > I am jumping cold back into tynamo on 5.4-beta-22 > > no page has rendered as of yet > > has nothing to do with tynam