You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jackrabbit.apache.org by "Michael Xue (JIRA)" <ji...@apache.org> on 2009/10/01 23:35:23 UTC

[jira] Commented: (JCR-1946) JCAResourceAdapter must implement Serializable

    [ https://issues.apache.org/jira/browse/JCR-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12761352#action_12761352 ] 

Michael Xue commented on JCR-1946:
----------------------------------

Claus, I'm getting java.lang.NoClassDefFoundError: javax/jcr/Binary exception after deploying build #864.  I'm using jcr-1.0.jar and couldn't find javax/jcr/Binary there.   

> 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-alpha12
>
>         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: 
> <Jan 15, 2009 2:42:10 AM PST> <Warning> <Connector> <BEA-190155> <Compliance checking/validation of the resource adapter /home/user/jackrabbit_rar/jackrabbit-jca-1.5.0.rar resulted in the following warnings:  The ra.xml <resourceadapter-class> 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.