dev@jaxb.java.net

Re: How the caching is done in JAXB

From: Tatu Saloranta <tsaloranta_at_gmail.com>
Date: Thu, 27 Nov 2008 22:55:52 -0800

On Thu, Nov 27, 2008 at 10:43 PM, Naresh Tallapelli
<naresh.tallapelli_at_gmail.com> wrote:
> 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.

How would caching be relevant here? (i.e. what use would JAXB have for caching)

-+ Tatu +-