dev@jaxb.java.net

How the caching is done in JAXB

From: Naresh Tallapelli <naresh.tallapelli_at_gmail.com>
Date: Fri, 28 Nov 2008 12:13:21 +0530

Hi All,

Iam using jaxb version 2.1.8. When i pass a huge file 250MB for JAXB
Marshaller it is throwing "out of memory error". So i want to know how the
JAXB is implementing Cache. Whether it is using Memory cache (Map) or Disk
level cache (Ehcache). If JAXB is using Ehcache, can we configure it to
suit our needs. Can anyboly please provide a solution to my problem with out
increasing the Java Heap size.

Any help is much appreciated.

Thank you,
Naresh.