You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by "Lahiru Gunathilake (JIRA)" <ji...@apache.org> on 2009/09/18 12:43:16 UTC

[jira] Created: (WSCOMMONS-502) Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT

Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT 
--------------------------------------------------------------------

                 Key: WSCOMMONS-502
                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-502
             Project: WS-Commons
          Issue Type: Bug
          Components: AXIOM
         Environment: Ubuntu
            Reporter: Lahiru Gunathilake
            Assignee: Lahiru Gunathilake
             Fix For: Axiom 1.2.8
         Attachments: patch.txt

I have noticed that Apache Abdera is not working with Axiom 1.2.9-SNAPSHOT due to the recent change happen in axiom and I'm proposing to have the given patch too keep the backward compatibility with other project which uses previous Axiom versions. At the same time I will be giving a patch to Apache Abdera to by sync with Axiom trunk but for the people who are already using artifacts from maven repos are getting this error run time.

Lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WSCOMMONS-502) Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen resolved WSCOMMONS-502.
---------------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Axiom 1.2.8)
                   Axiom 1.2.9

I restored the two methods. Please note that these are internal methods that should not be used outside of Axiom. Before submitting the patch to Abdera, please make sure to carefully read the Javadoc of OMNodeEx#internalSerialize.

> Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT 
> --------------------------------------------------------------------
>
>                 Key: WSCOMMONS-502
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-502
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>         Environment: Ubuntu
>            Reporter: Lahiru Gunathilake
>            Assignee: Andreas Veithen
>             Fix For: Axiom 1.2.9
>
>         Attachments: patch.txt
>
>
> I have noticed that Apache Abdera is not working with Axiom 1.2.9-SNAPSHOT due to the recent change happen in axiom and I'm proposing to have the given patch too keep the backward compatibility with other project which uses previous Axiom versions. At the same time I will be giving a patch to Apache Abdera to by sync with Axiom trunk but for the people who are already using artifacts from maven repos are getting this error run time.
> Lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WSCOMMONS-502) Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/WSCOMMONS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12757619#action_12757619 ] 

Lahiru Gunathilake commented on WSCOMMONS-502:
----------------------------------------------

Thanks Andreas for committing the patch. Inside abdera they are creating a class which extends OMDocumentImpl and use this internalSerialize method in it.

Regards
Lahiru

> Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT 
> --------------------------------------------------------------------
>
>                 Key: WSCOMMONS-502
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-502
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>         Environment: Ubuntu
>            Reporter: Lahiru Gunathilake
>            Assignee: Andreas Veithen
>             Fix For: Axiom 1.2.9
>
>         Attachments: patch.txt
>
>
> I have noticed that Apache Abdera is not working with Axiom 1.2.9-SNAPSHOT due to the recent change happen in axiom and I'm proposing to have the given patch too keep the backward compatibility with other project which uses previous Axiom versions. At the same time I will be giving a patch to Apache Abdera to by sync with Axiom trunk but for the people who are already using artifacts from maven repos are getting this error run time.
> Lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WSCOMMONS-502) Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake updated WSCOMMONS-502:
-----------------------------------------

    Attachment: patch.txt

Please consider the second patch I'm sending. Ignore the first one.


Lahiru

> Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT 
> --------------------------------------------------------------------
>
>                 Key: WSCOMMONS-502
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-502
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>         Environment: Ubuntu
>            Reporter: Lahiru Gunathilake
>            Assignee: Lahiru Gunathilake
>             Fix For: Axiom 1.2.8
>
>         Attachments: patch.txt, patch.txt
>
>
> I have noticed that Apache Abdera is not working with Axiom 1.2.9-SNAPSHOT due to the recent change happen in axiom and I'm proposing to have the given patch too keep the backward compatibility with other project which uses previous Axiom versions. At the same time I will be giving a patch to Apache Abdera to by sync with Axiom trunk but for the people who are already using artifacts from maven repos are getting this error run time.
> Lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WSCOMMONS-502) Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake updated WSCOMMONS-502:
-----------------------------------------

    Attachment:     (was: patch.txt)

> Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT 
> --------------------------------------------------------------------
>
>                 Key: WSCOMMONS-502
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-502
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>         Environment: Ubuntu
>            Reporter: Lahiru Gunathilake
>            Assignee: Lahiru Gunathilake
>             Fix For: Axiom 1.2.8
>
>         Attachments: patch.txt
>
>
> I have noticed that Apache Abdera is not working with Axiom 1.2.9-SNAPSHOT due to the recent change happen in axiom and I'm proposing to have the given patch too keep the backward compatibility with other project which uses previous Axiom versions. At the same time I will be giving a patch to Apache Abdera to by sync with Axiom trunk but for the people who are already using artifacts from maven repos are getting this error run time.
> Lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WSCOMMONS-502) Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT

Posted by "Andreas Veithen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andreas Veithen reassigned WSCOMMONS-502:
-----------------------------------------

    Assignee: Andreas Veithen  (was: Lahiru Gunathilake)

> Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT 
> --------------------------------------------------------------------
>
>                 Key: WSCOMMONS-502
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-502
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>         Environment: Ubuntu
>            Reporter: Lahiru Gunathilake
>            Assignee: Andreas Veithen
>             Fix For: Axiom 1.2.8
>
>         Attachments: patch.txt
>
>
> I have noticed that Apache Abdera is not working with Axiom 1.2.9-SNAPSHOT due to the recent change happen in axiom and I'm proposing to have the given patch too keep the backward compatibility with other project which uses previous Axiom versions. At the same time I will be giving a patch to Apache Abdera to by sync with Axiom trunk but for the people who are already using artifacts from maven repos are getting this error run time.
> Lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WSCOMMONS-502) Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake updated WSCOMMONS-502:
-----------------------------------------

    Attachment: patch.txt

I have attached the patch for the given issue. Please comment on this.

Lahiru

> Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT 
> --------------------------------------------------------------------
>
>                 Key: WSCOMMONS-502
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-502
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>         Environment: Ubuntu
>            Reporter: Lahiru Gunathilake
>            Assignee: Lahiru Gunathilake
>             Fix For: Axiom 1.2.8
>
>         Attachments: patch.txt
>
>
> I have noticed that Apache Abdera is not working with Axiom 1.2.9-SNAPSHOT due to the recent change happen in axiom and I'm proposing to have the given patch too keep the backward compatibility with other project which uses previous Axiom versions. At the same time I will be giving a patch to Apache Abdera to by sync with Axiom trunk but for the people who are already using artifacts from maven repos are getting this error run time.
> Lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (WSCOMMONS-502) Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT

Posted by "Lahiru Gunathilake (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/WSCOMMONS-502?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Gunathilake closed WSCOMMONS-502.
----------------------------------------


Issue Fixed.

> Backward imcompatibility with Apache Abdera in Axiom 1.2.9-SNAPSHOT 
> --------------------------------------------------------------------
>
>                 Key: WSCOMMONS-502
>                 URL: https://issues.apache.org/jira/browse/WSCOMMONS-502
>             Project: WS-Commons
>          Issue Type: Bug
>          Components: AXIOM
>         Environment: Ubuntu
>            Reporter: Lahiru Gunathilake
>            Assignee: Andreas Veithen
>             Fix For: Axiom 1.2.9
>
>         Attachments: patch.txt
>
>
> I have noticed that Apache Abdera is not working with Axiom 1.2.9-SNAPSHOT due to the recent change happen in axiom and I'm proposing to have the given patch too keep the backward compatibility with other project which uses previous Axiom versions. At the same time I will be giving a patch to Apache Abdera to by sync with Axiom trunk but for the people who are already using artifacts from maven repos are getting this error run time.
> Lahiru

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.