[Jobs] Cocoon / Hibernate Developer Needed

2008-11-24 Thread jack
Hello all,

We're looking for a Cocoon developer for a several-month project ... we
need strong skills in Cocoon, Hibernate, Spring, and all things database.
We're open to remote work, but if you're in the New York / New Jersey
area, that's a plus.

If you are interested, just drop us an e-mail: [EMAIL PROTECTED]

Thanks everyone --

Jack Ivers
http://www.agilepartners.com



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: FW: Caching XMLResourceBundle in a disk persistent store not possible

2008-11-24 Thread Joerg Heinicke
From what I see the only reason for not implementing Serializable is 
that XMLResourceBundle will miss its dependencies after deserialization, 
which is only the Logger which has to be injected by the component 
manager. So every call to getLogger() would return null after the 
deserialization. In 2.2 this is probably no longer a problem since there 
the logger is instantiated with the object.


Joerg

On 21.10.2008 17:57, Laurent Medioni wrote:

Hi, as I did not have many answers on the users list, maybe the dev side
has a better idea ?
Thanks.

-Original Message-
From: Laurent Medioni [mailto:[EMAIL PROTECTED] 
Sent: mercredi, 15. octobre 2008 13:33

To: users@cocoon.apache.org
Subject: Caching XMLResourceBundle in a disk persistent store not
possible

Hi,
Our process of assembling a XMLResourceBundle being quite costly, I
tried to use the core store, configured to be disk persistent.
That is when I realised that XMLResourceBundle is not Serialisable
(well, one of the log files told me first...).

Do you see any reason why XMLResourceBundle could not be Serialisable ?
(quite weird as it is supposed to represent a serialized file ;))



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]