On Thu, Jan 15, 2009 at 11:45 AM, philipp_s <[email protected]> wrote: > The ra.xml <resourceadapter-class> class > 'org.apache.jackrabbit.jca.JCAResourceAdapter' should implement > java.io.Serializable but does not.> > > Is this to be expected? Since serialization plays a role in remote access, > could this be related to the issue I am having?
Maybe. I am not an expert in JCA, but the JCAResourceAdapter does not implement Serializable, which is rather easy to fix. Would you mind to file a Jira issue [1]? [1] http://jackrabbit.apache.org/issue-tracker.html Regards, Alex -- Alexander Klimetschek [email protected]
