Hi,

I could not find the way of marshalling individual objects.
The opposit of the following marshalling:
while( !umc.isEnd()) {
   ABCtop s = (ABCtop) umc.unmarshalElement();
   s.setId( new Integer(cnter));
   s.dosomething();
}

I would like to write a root tag (opposite of umContext.parsePastStartTag( nameSpace, rootTag);)
Then I would like to marshall several objects.
Finally write an end root tag.

======
I tried the MarshContext.marshalDocument(...), but it writes only an xml start tag, one object, then closes the output stream.

Thanks a lot!

===================================
To my prev emails to Mocky and Dennis: db4o has memory leakage problems (and I had several million objects...)

Regards,
Tamas

--
Tamas Hegedus, PhD          | phone: (1) 919-966 0329
UNC - Biochem & Biophys     | fax:   (1) 919-966 5178
5007A Thurston-Bowles Bldg  | mailto:[EMAIL PROTECTED]
Chapel Hill, NC, 27599-7248 | http://biohegedus.org


-------------------------------------------------------
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
_______________________________________________
jibx-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jibx-users

Reply via email to