[ https://issues.apache.org/jira/browse/JCR-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Claus Köll resolved JCR-1946. ----------------------------- Resolution: Fixed Fix Version/s: 2.0.0 Committed in rev. 820257 > JCAResourceAdapter must implement Serializable > ---------------------------------------------- > > Key: JCR-1946 > URL: https://issues.apache.org/jira/browse/JCR-1946 > Project: Jackrabbit Content Repository > Issue Type: Improvement > Components: jackrabbit-jca > Affects Versions: 1.5.0 > Environment: Oracle Weblogic 10.0 on Sun Solaris OS 10 > Reporter: Michael Xue > Fix For: 2.0.0 > > Attachments: jackrabbit-jca JNDI entry in a single server.jpg, jackrabbit-jca JNDI entry in cluster server.jpg > > > We are running Weblogic 10.0 servers in cluster environment. When deploying the rar, we always get this warning from weblogic stdout.log: > class 'org.apache.jackrabbit.jca.JCAResourceAdapter' should implement java.io.Serializable but does not.> > When trying to do the JNDI lookup the repository, we got the error "No Object found: jackrabbit|null". The jackrabbit entry in the jndi tree is visible only as a javax.naming.reference and not as the JCARepositoryHandle due to the above warning. Due to that, we can't deploy jackrabbit-jca in Test/Production environment. > I'm no expert in JCA, but feel it is fairly easy to implement Serializable for JCAResourceAdapter. Please help us out. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.