Re: [castor-dev] Interface, when root, not marshalled, mapping ignored

2004-04-15 Thread g r i t s e n k o
stop growing, then I would get out of memeory exception. I assigned max memory to 500 meg, same exception. Stein M. Hugubakken wrote: g r i t s e n k o wrote: I use OJB proxy to leverage lazy loading. I use OJB for O/R data binding. I did use Castor JDO for that, but had memory problems and swi

Re: [castor-dev] Interface, when root, not marshalled, mapping ignored

2004-04-15 Thread g r i t s e n k o
I use OJB proxy to leverage lazy loading. I use OJB for O/R data binding. I did use Castor JDO for that, but had memory problems and switched to OJB a month ago. Sorry. Bruce Snyder wrote: This one time, at band camp, g r i t s e n k o said: gritse>I tried, cast gives CastException.

Re: [castor-dev] Interface, when root, not marshalled, mapping ignored

2004-04-15 Thread g r i t s e n k o
Snyder wrote: This one time, at band camp, Stein M. Hugubakken said: SMH>g r i t s e n k o wrote: SMH>> SMH>> I marshal like this: SMH>> SMH>> marshaller = new Marshaller(res.getWriter()); SMH>> marshaller.setMapping(_xml_mapping); SMH>>

Re: [castor-dev] Interface, when root, not marshalled, mapping ignored

2004-04-15 Thread g r i t s e n k o
To cast is a bright idea - I will try it and report on progress! Bruce Snyder wrote: This one time, at band camp, Stein M. Hugubakken said: SMH>g r i t s e n k o wrote: SMH>> SMH>> I marshal like this: SMH>> SMH>> marshaller = new Marsh

Re: [castor-dev] Interface, when root, not marshalled, mapping ignored

2004-04-13 Thread g r i t s e n k o
Quick, or Zeus, or something else :( That would be very sad, since I invested 1.5 years in Castor... viktor g r i t s e n k o wrote: Brief error description: Castor ignores ‘map-to xml=’resume’ in mapping for Resume class, which at run time is materialized by proxy class – Apache

Re: [castor-dev] Interface, when root, not marshalled, mapping ignored

2004-04-12 Thread g r i t s e n k o
methods. --Keith g r i t s e n k o wrote: Brief error description: Castor ignores ‘map-to xml=’resume’ in mapping for Resume class, which at run time is materialized by proxy class – Apache OJB does it for lazy loading purposes – so called dynamic proxy. Castor attempts to marshal Resume and

Re: [castor-dev] Interface, when root, not marshalled, mapping ignored

2004-04-12 Thread g r i t s e n k o
. --Keith g r i t s e n k o wrote: Brief error description: Castor ignores ‘map-to xml=’resume’ in mapping for Resume class, which at run time is materialized by proxy class – Apache OJB does it for lazy loading purposes – so called dynamic proxy. Castor attempts to marshal Resume and comes up

Re: [castor-dev] Interface, when root, not marshalled, mapping ignored

2004-04-12 Thread g r i t s e n k o
I REPOST this as text only, as suggested by Werner Guttman: Werner Guttmann wrote: Hi, can you please REPOST this message as text/ascii, as this mailing does not accept HTML messages. Thanks Werner --Original Message Text--- From: g r i t s e n k o Date: Mon, 12 Apr 2004 11:11:24 -0500 Brief

[castor-dev] Interface, when root, not marshalled, mapping ignored

2004-04-12 Thread g r i t s e n k o
Brief error description:   Castor ignores ‘map-to xml=’resume’ in mapping for Resume class, which at run time is materialized by proxy class – Apache OJB does it  for lazy loading purposes – so called dynamic proxy.   Castor attempts to marshal Resume and comes up with xml tag name for Resume,