Re: [json-lib-user] Hibernate Beans
Brought to you by:
aalmiray
From: Horst G. <ze...@ze...> - 2008-02-12 18:57:46
|
Hi :-) On some hibernated beans (couldn't yet completely trace it) I get a problem with the property "delegate" (which seems to come out of Hibernate's fiddling with the beans) has no getter. Is this somehow related? Best regards, Horst On Feb 12, 2008 6:45 PM, Andres Almiray <aal...@ya...> wrote: > > Hi Manos, > > Json-lb is capable of serializing Hibernate/JPA beans, other users have > requested > some features that may help you in your tests, for example skipping > transient fields, > @Transient annotated fields, JsonBeanProcessorMatcher and > JsonValueProcessorMatcher > capable of matching subclasses (like CGLIB proxies). > > Cheers, > Andres > ------------------------------------------- > http://jroller.com/aalmiray > http://www.linkedin.com/in/aalmiray > -- > What goes up, must come down. Ask any system administrator. > There are 10 types of people in the world: Those who understand binary, and > those who don't. > To understand recursion, we must first understand recursion. > > > > ----- Original Message ---- > From: Manos Batsis <man...@ge...> > To: jso...@li... > Sent: Tuesday, February 12, 2008 5:16:38 AM > Subject: [json-lib-user] Hibernate Beans > > > Hello, > > Just wanted to see whether serializing Hibernate javabeans (or EJB3 > Entity beans) to JSON works. Hibernate beans have CGLIB generated > proxies for their properties and that sometimes causes problems with > serializers in general. > > Many thanks, > > Manos > > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > json-lib-user mailing list > jso...@li... > https://lists.sourceforge.net/lists/listinfo/json-lib-user > > > ________________________________ > Be a better friend, newshound, and know-it-all with Yahoo! Mobile. Try it > now. > ------------------------------------------------------------------------- > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > _______________________________________________ > json-lib-user mailing list > jso...@li... > https://lists.sourceforge.net/lists/listinfo/json-lib-user > > |