Re: Unable to locate a single service assignable to type org.apache.tapestry5.services.ComponentEventResultProcessor

2013-09-30 Thread rukmini n
can some one please help?.. Really appreciate your help.. Thanks, Rukmini On Thu, Sep 26, 2013 at 3:03 PM, rukmini n wrote: > Hi Thiago, > > From the net, i found that there was similar issue with tapestry-upload > module. I tried the same patch mentioned there. But still i get the same > exc

Re: Development environment for a modular Tapestry app

2013-09-30 Thread Muhammad Gelbana
@Thiago I'm using RunJettyRun. I think the other method you are referring to is maven's jetty:run ? Well I don't use maven at all. Yes I mean @Submodule. Editing my modules every time I need to load a specific set of modules is time consuming and error prone. I only need to be able to run my mult

Re: [5.4.22] Possible issue with Element#attribute for css class. -> Class is replaced and not added

2013-09-30 Thread Bård Magnus Kvalheim
Hi again. So have still not been able to figure out how to resolve, but have the following observations in mixins and components. *Mixins:* Seems to work fine and work correctly by adding a css classname. I have several mixins that contribute css. *Component:* Still replaces the classname. Comp

Re: Development environment for a modular Tapestry app

2013-09-30 Thread Jan Fryblik
On Mon, 30 Sep 2013 19:40:42 +0200, Thiago H de Paula Figueiredo wrote: On Mon, 30 Sep 2013 14:28:34 -0300, Muhammad Gelbana wrote: Here comes the problem. When I edit my code, and build my module into a .jar file, the build is broken because the .jar file is already used by the loaded

Re: Development environment for a modular Tapestry app

2013-09-30 Thread Thiago H de Paula Figueiredo
On Mon, 30 Sep 2013 14:28:34 -0300, Muhammad Gelbana wrote: Here comes the problem. When I edit my code, and build my module into a .jar file, the build is broken because the .jar file is already used by the loaded web app in jetty. So I can't make use of the class-reloading feature. It

Development environment for a modular Tapestry app

2013-09-30 Thread Muhammad Gelbana
I'm using Eclipse and Jetty. Back when I first started using Tapestry, I had ALL my code in on .war file. This made it easy to make use of the class reloading feature, which is to edit a java class\tml, and the effect takes place almost instantly ! But now my application is very modular, I have li

Re: Advising and Decoration order

2013-09-30 Thread Muhammad Gelbana
This is VERY flexible ! And tricky too. Thanks a lot for your time :) *-* *Muhammad Gelbana* http://eg.linkedin.com/in/mgelbana/ On Mon, Sep 30, 2013 at 1:41 PM, Thiago H de Paula Figueiredo < thiag...@gmail.com> wrote: > Hello, Muhammad! > > > On Sat, 28 Sep 2013 07:37:37

Re: [5.4] LESS/Coffee to CSS/JS During Build Instead of First Access

2013-09-30 Thread Howard Lewis Ship
The WRO4J project includes plugins for Maven that allow you to do the same conversions at runtime; the CoffeeScript compiler will even use the node version of CoffeeScript for much faster compilation. In an ideal world, you could use runtime compilation in development and pre-compilation for produ

Re: 5.4 Autocomplete exception

2013-09-30 Thread Lance Java
You can often use the user agent header to detect a bot.

Re: 5.4 Autocomplete exception

2013-09-30 Thread Barry Books
I suspect it is a web crawler. I'll dig thru the logs and see if I can find the URL. If it is a web crawler perhaps a warning without the stacktrace would be sufficent. On Sun, Sep 29, 2013 at 4:05 PM, Lance Java wrote: > Possibly a web crawler sending an invalid request? >

[5.4] LESS/Coffee to CSS/JS During Build Instead of First Access

2013-09-30 Thread Peter Hvass
Hello, We were wondering if there is any way in production mode for us to allow LESS and CoffeeScript to be processed during building of the application rather than upon first access of the site. It's a very busy live site and we're noticing a fairly heavy load when everyone hits for the

Re: Advising and Decoration order

2013-09-30 Thread Thiago H de Paula Figueiredo
Hello, Muhammad! On Sat, 28 Sep 2013 07:37:37 -0300, Muhammad Gelbana wrote: The last paragraph on that page, states the following: *If you do, decoration take precedence; all decorators will be in effect before any advice (internally, the