[ 
https://jira.nuxeo.org/browse/NXP-5440?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=79144#action_79144
 ] 

Sun Tan commented on NXP-5440:
------------------------------

In the osgi container (eclipse) nuxeo-core-storage-sql-ra is importing the 
package javax.transaction.xa version 1.1.
nuxeo-common doesn't specify anything (and load javax.transaction.xa.Xid from 
java which is not the same class than the one)

Fixing it by importing the same package in nuxeo-common:
http://hg.nuxeo.org/nuxeo/nuxeo-common/rev/4bf12fa04afe

> Fix VCS remoting class loading issue with javax.transaction.xa.Xid objects
> --------------------------------------------------------------------------
>
>                 Key: NXP-5440
>                 URL: https://jira.nuxeo.org/browse/NXP-5440
>             Project: Nuxeo Enterprise Platform
>          Issue Type: Bug
>          Components: Core SQL Storage
>    Affects Versions: 5.3.2
>            Reporter: Sun Tan
>            Assignee: Sun Tan
>             Fix For: 5.4
>
>
> When having on client side an Xid object implementation which its class 
> doesn't exist in the server classpath, 
> This is happening when Apogee (using vcs remote) is connected to a jboss 
> server. The class org.apache.geronimo.transaction.manager.XidImpl that has 
> been serialized and sent to the server can't be loaded in jboss.
> The fix consist of creating a implementation of Xid that is known by the 
> client and the server. This Xid object would take all the information from 
> the original Xid object and replace it.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
https://jira.nuxeo.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
ECM-tickets mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm-tickets

Reply via email to