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 wintertime0...@outlook.com 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

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

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,

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 dependency groupIdorg.apache.tapestry/groupId artifactIdtapestry-jpa/artifactId version${tapestry-release-version}/version /dependency and still no solution if its zipped

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

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(MappedConfigurationString, Object configuration, @Path(${ + SymbolConstants.BOOTSTRAP_ROOT + }/js/transition.js) Resource transition) {

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

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

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 nhhockeypla...@hotmail.com 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