Re: tapestry-wro4j errors

2014-03-31 Thread Nathan Quirynen
Ok I got it working. After some research I found it is the tapestry-yuicompressor dependency that was causing the problems with rhino. So I solved it by just removing this dependency. On 31/03/14 09:29, Nathan Quirynen wrote: > Yep, also found that, but doesn't seem to be the problem here, at lea

Re: Package private interface loading problem

2014-03-31 Thread Thiago H de Paula Figueiredo
On Mon, 31 Mar 2014 05:05:29 -0300, Jay Bowers wrote: Creating this instance should be (as far as I am aware) independent of the Tapestry IOC framework, although obviously its not because of classloading. That's not correct. SomeOtherPojoImpl is instantiated successfully. What fails is the

Re: Package private interface loading problem

2014-03-31 Thread Jay Bowers
On 28/03/14 21:16, Thiago H de Paula Figueiredo wrote: On Fri, 28 Mar 2014 13:03:52 -0300, Jay Bowers wrote: When I investigated I found that an exception was being thrown but never reported, basically I had an interface that was package private and that was causing an exception that was nev

Re: tapestry-wro4j errors

2014-03-31 Thread Nathan Quirynen
Yep, also found that, but doesn't seem to be the problem here, at least I can't find it... When I run "mvn dependency:tree" I only see 1 occurence for rhino: +- org.mozilla:rhino:jar:1.7R3:compile which is in the tapestry-wro4j branch On 28/03/14 17:51, Michael Gentry wrote: > A quick Google s

Re: tapestry-wro4j errors

2014-03-31 Thread Nathan Quirynen
It would mean we have to upgrade our libraries to Hibernate 4+ and our other Tapestry applications to 5.4. Which we will eventually, but can't at this moment. But I have been playing with 5.4 and it looks promising :) On 28/03/14 16:55, Kalle Korhonen wrote: > On Fri, Mar 28, 2014 at 8:24 AM, Nat