Re: T5 Varargs in service methods

2013-01-28 Thread llama-king
.n5.nabble.com/T5-Varargs-in-service-methods-tp2426400p5719600.html Sent from the Tapestry - User mailing list archive at Nabble.com. - To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail

Re: T5 Varargs in service methods

2013-01-28 Thread Thiago H de Paula Figueiredo
On Mon, 28 Jan 2013 07:53:52 -0200, llama-king p.hv...@albourne.com wrote: Sorry to dig up an old thread but seems I'm experiencing precisely the same issue. Running on 5.3.6, injecting a service, calling method in service that takes varargs. Any ideas what might be the cause? This

Re: T5 Varargs in service methods

2010-07-28 Thread Ulrich Stärk
I don't think so, I can't reproduce it in 5.2.0-SNAPSHOT with a simple service concatenating a variable list of string arguments. When running Jetty please try to give the -Dorg.mortbay.jetty.webapp.parentLoaderPriority=true VM argument. It would also be helpful to know which version of

Re: T5 Varargs in service methods

2010-07-28 Thread joris
Hi Uli, The VM argument doesn't help. I use tapestry 5.1.0.5 . I tried to reproduce the bug in a empty app without luck. It's hard, because I don't know were I am looking for. In my main app I can still reproduce it and I also noticed that the exception is dependent by the method parameter

T5 Varargs in service methods

2010-07-27 Thread joris
Hi, if I implement a method with varargs in a tapestry service and try then to call it without parameters, I get the following exception: java.lang.LinkageError: loader constraint violation: when resolving interface method ... the class loader (instance of

Re: T5 Varargs in service methods

2010-07-27 Thread Howard Lewis Ship
Interesting; probably a bug, possibly in Javassist. On Tue, Jul 27, 2010 at 8:44 AM, joris jogo...@web.de wrote: Hi, if I implement a method with varargs in a tapestry service and try then to call it without parameters, I get the following exception: java.lang.LinkageError: loader