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

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

Yes, I'm.   The jackrabbit entry in weblogic JNDI tree is not populated with 
'org.apache.jackrabbit.jca.JCAResourceAdapter' at all, showing a red ! instead. 
 Originally I deployed the same jackrabbit-jca.rar in the dev server, which is 
single (non-cluster) server environment.  Everything worked great.   However, 
as soon as I moved to the cluster environment, JCAResourceAdapter just couldn't 
fit.   Yes, I agree, JCAResourceAdapter must implement Serializable.  
Otherwise, it won't be deployable in any cluster environment.     

> 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
>            Priority: Blocker
>
> 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.

Reply via email to