Re: Mixin trying to use an enum

2012-01-13 Thread Thiago H. de Paula Figueiredo
On Thu, 12 Jan 2012 19:37:09 -0200, Travis Romney wrote: A jira issue has been filed under TAPESTRY-2788 Thanks! I forgot to mention that the TRAC project for Tapestry 5 is TAP-5, not TAPESTRY. This is a common mistake. Don't worry abou

Re: Mixin trying to use an enum

2012-01-12 Thread Thiago H. de Paula Figueiredo
On Thu, 12 Jan 2012 17:16:27 -0200, Travis Romney wrote: OK, I changed it to a different directory and it worked. :) But, I must say the error message is a bit confusing. It says that the enum is not in a controlled package when it actually is in a controlled package, and it recommends

Re: Mixin trying to use an enum

2012-01-12 Thread Thiago H. de Paula Figueiredo
On Wed, 11 Jan 2012 20:50:59 -0200, Travis Romney wrote: I have already done that as I stated. This is the fully qualified name of the enum. inpowered.common.tap5.base.**RenderPart As you can see it is not in a managed package. Base (and all its subpackages) *is* a Tapestry-controlled (ma

Re: Mixin trying to use an enum

2012-01-11 Thread Thiago H. de Paula Figueiredo
On Wed, 11 Jan 2012 19:02:41 -0200, Travis Romney wrote: org.apache.tapestry5.ioc.internal.OperationException: Base class java.lang.Enum (super class of inpowered.common.tap5.base.RenderPart) is not in a controlled package and is therefore not valid. You should try moving the class to package

Mixin trying to use an enum

2012-01-11 Thread Travis Romney
I have been trying to upgrade from tapestry 5.2.6 to 5.3.1, and I am experiencing a very frustrating issue. I have a mixin which takes an enum as a parameter, and I am getting the following error: org.apache.tapestry5.ioc.internal.OperationException: Base class java.lang.Enum (super class of inpo