Hi Dimitris,

Solved.

The problem was weaving, it is dynamic by default. I'm hitting it again with another project.
In my EJB persistence.xml I've just added static weaving as a property.

<property name="eclipselink.weaving" value="static"/>

And my extra column of _persistence.....  has disappeared.

Thanks for your hint from last year.
Chris


On Thu, 28 Nov 2013 23:06:07 +1100, Dimitris Zenios <dimitris.zen...@gmail.com> wrote:

I had the same thing.The property is added by eclipselink weaving.The way i
did it was to create a mixin that excludes the column from the grid and
apply it to all the grids through a worker.


On Thu, Nov 28, 2013 at 10:56 AM, Lance Java <lance.j...@googlemail.com>wrote:

If you want to handle this globally, you could override / decorate
BeanModelSource and call BeanModel.exclude(...) based on some logic.



--
Using Opera's mail client: http://www.opera.com/mail/

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

Reply via email to