You can have your protected method on the contribution object OR live
class reloading for the service, but not both. You can mark a service
as not reloadable when binding it with the ServiceBinder:

  binder.bind(Service.class, ServiceImpl.class).preventReloading();

On Tue, Oct 11, 2011 at 5:20 AM, antalk <ant...@intercommit.nl> wrote:
> Thanks for your testing and work on this. I've commented on Tap5-1233
> relating to this thread. Hopefully one of the contributors can clear this
> issue.
>
> --
> View this message in context: 
> http://tapestry.1045711.n5.nabble.com/TAP5-1233-re-open-java-lang-IllegalAccessError-tp4864790p4891605.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: users-h...@tapestry.apache.org
>
>



-- 
Howard M. Lewis Ship

Creator of Apache Tapestry

The source for Tapestry training, mentoring and support. Contact me to
learn how I can get you up and productive in Tapestry fast!

(971) 678-5210
http://howardlewisship.com

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to