Andrés, I should clarify. I needed to collect information across three objects, including one property from one element of a collection. In the "central" object for the grid, I was only using a fraction of the available properties.
This was a small contained project so it was more expedient for me to work around the problems than work through them. Digging through PropertyConduits was not on my agenda. It looks like an inherently flexible design that I just don't understand well enough yet. Jonathan > -----Original Message----- > From: Andres Alvarez [mailto:[EMAIL PROTECTED] > Sent: Wednesday, August 08, 2007 11:56 AM > To: 'Tapestry users' > Subject: RE: [T5] Grid component failure with hibernate objects > > Howard: > > I'm currently using Tapestry 5.0.5, > > And as Jonathan suggests I tailored a specific bean for the grid, I will > try > using : > > _beanModel.remove("OffendingProperty"); > > Because I think hibernate objects must be usable for rendering in T5. > > > Cheers > > > Andrés Alvarez > > > > > -----Original Message----- > From: Howard Lewis Ship [mailto:[EMAIL PROTECTED] > Sent: Martes, 07 de Agosto de 2007 11:34 a.m. > To: Tapestry users > Subject: Re: [T5] Grid component failure with hibernate objects > > There's an issue with Tapestry and Hibernate duking it out w.r.t. class > loaders. There was a similar bug fixed in 5.0.5. Are you using 5.0.5? > > On 8/6/07, Andres Alvarez <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > I'm trying to display an object retrieved from hibernate, it has just > one > > relation to other object. > > > > When I try to render the page I get: > > > > 2007-08-05 15:58:40,843 [http-8080-Processor25] ERROR > > > > > org.apache.tapestry.internal.services.InternalModule.RequestExceptionHandl > er > > - Processing of request failed with uncaught exception: (class: > > $PropertyConduit_11438092bfd, method: set signature: > > (Ljava/lang/Object;Ljava/lang/Object;)V) Incompatible object argument > for > > function call > > java.lang.VerifyError: (class: $PropertyConduit_11438092bfd, method: set > > signature: (Ljava/lang/Object;Ljava/lang/Object;)V) Incompatible object > > argument for function call > > at java.lang.Class.getDeclaredConstructors0(Native Method) > > at > java.lang.Class.privateGetDeclaredConstructors(Class.java:2328) > > at java.lang.Class.getConstructors(Class.java:1446) > > at > > org.apache.tapestry.internal.services.PropertyConduitSourceImpl.build > > (Proper > > tyConduitSourceImpl.java:166) > > at > > org.apache.tapestry.internal.services.PropertyConduitSourceImpl.create > > (Prope > > rtyConduitSourceImpl.java:79) > > > > > > I'm starting to guess that I need to pass a bean with no other objects > > related, Am I right? > > > > Has anyone experience on this? > > > > Thanks, > > > > > > Ing. Carlos Andrés Alvarez Vázquez > > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > -- > Howard M. Lewis Ship > Partner and Senior Architect at Feature50 > > Creator Apache Tapestry and Apache HiveMind > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]