You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tuscany.apache.org by "Tom Seelbach (JIRA)" <de...@tuscany.apache.org> on 2012/09/28 20:47:07 UTC

[jira] [Created] (TUSCANY-4070) build problem due to axis2/rampart 1.5 dependency

Tom Seelbach created TUSCANY-4070:
-------------------------------------

             Summary: build problem due to axis2/rampart  1.5 dependency
                 Key: TUSCANY-4070
                 URL: https://issues.apache.org/jira/browse/TUSCANY-4070
             Project: Tuscany
          Issue Type: Bug
          Components: Java SCA Axis Binding Extension
    Affects Versions: Java-SCA-2.0-Beta3
            Reporter: Tom Seelbach


Tuscany module binding-ws-runtime-axis2 depends on  axis2 1.5.3 and rampart 1.5.1 

But axis2/rampart  1.5 branch  uses repository http://shibboleth.internet2.edu/downloads/maven2/ which has gone away:

    http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_5/pom.xml 
    <repository>
            ...
            <id>open-saml</id>
            <name>OpenSAML</name>
            <url>http://shibboleth.internet2.edu/downloads/maven2/</url>
        
Even though shibboleth.internet2.edu is gone,   if you build tuscany from scratch it will cause a bogus copy of
http://central.maven.org/maven2/org/apache/apache/8/apache-8.pom 
to be put in your maven repository.

I think the fix is to build binding-ws-runtime-axis2  with axis2/rampart 1.6.2 but i don't know the impact on all the exclusions etc in that pom.xml. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TUSCANY-4070) build problem due to axis2/rampart 1.5 dependency

Posted by "Tom Seelbach (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13467121#comment-13467121 ] 

Tom Seelbach commented on TUSCANY-4070:
---------------------------------------

Thanks Ant.   Works for me now.    FYI the problem has been fixed in Rampart as well, but won't be published until Rampart 1.6.3.
                
> build problem due to axis2/rampart  1.5 dependency
> --------------------------------------------------
>
>                 Key: TUSCANY-4070
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4070
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-2.0-Beta3
>            Reporter: Tom Seelbach
>
> Tuscany module binding-ws-runtime-axis2 depends on  axis2 1.5.3 and rampart 1.5.1 
> But axis2/rampart  1.5 branch  uses repository http://shibboleth.internet2.edu/downloads/maven2/ which has gone away:
>     http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_5/pom.xml 
>     <repository>
>             ...
>             <id>open-saml</id>
>             <name>OpenSAML</name>
>             <url>http://shibboleth.internet2.edu/downloads/maven2/</url>
>         
> Even though shibboleth.internet2.edu is gone,   if you build tuscany from scratch it will cause a bogus copy of
> http://central.maven.org/maven2/org/apache/apache/8/apache-8.pom 
> to be put in your maven repository.
> I think the fix is to build binding-ws-runtime-axis2  with axis2/rampart 1.6.2 but i don't know the impact on all the exclusions etc in that pom.xml. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (TUSCANY-4070) build problem due to axis2/rampart 1.5 dependency

Posted by "Tom Seelbach (JIRA)" <de...@tuscany.apache.org>.
    [ https://issues.apache.org/jira/browse/TUSCANY-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13465889#comment-13465889 ] 

Tom Seelbach commented on TUSCANY-4070:
---------------------------------------

i tried to change axis2/rampart dependency to 1.6.2 but there is still a problem.   See https://issues.apache.org/jira/browse/RAMPART-393
                
> build problem due to axis2/rampart  1.5 dependency
> --------------------------------------------------
>
>                 Key: TUSCANY-4070
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4070
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-2.0-Beta3
>            Reporter: Tom Seelbach
>
> Tuscany module binding-ws-runtime-axis2 depends on  axis2 1.5.3 and rampart 1.5.1 
> But axis2/rampart  1.5 branch  uses repository http://shibboleth.internet2.edu/downloads/maven2/ which has gone away:
>     http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_5/pom.xml 
>     <repository>
>             ...
>             <id>open-saml</id>
>             <name>OpenSAML</name>
>             <url>http://shibboleth.internet2.edu/downloads/maven2/</url>
>         
> Even though shibboleth.internet2.edu is gone,   if you build tuscany from scratch it will cause a bogus copy of
> http://central.maven.org/maven2/org/apache/apache/8/apache-8.pom 
> to be put in your maven repository.
> I think the fix is to build binding-ws-runtime-axis2  with axis2/rampart 1.6.2 but i don't know the impact on all the exclusions etc in that pom.xml. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Closed] (TUSCANY-4070) build problem due to axis2/rampart 1.5 dependency

Posted by "ant elder (JIRA)" <de...@tuscany.apache.org>.
     [ https://issues.apache.org/jira/browse/TUSCANY-4070?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

ant elder closed TUSCANY-4070.
------------------------------

    Resolution: Fixed

I've added a dependency definition to the binding-ws-runtime-axis2 pom.xml which should fix this. Works for me now so give it a try.
                
> build problem due to axis2/rampart  1.5 dependency
> --------------------------------------------------
>
>                 Key: TUSCANY-4070
>                 URL: https://issues.apache.org/jira/browse/TUSCANY-4070
>             Project: Tuscany
>          Issue Type: Bug
>          Components: Java SCA Axis Binding Extension
>    Affects Versions: Java-SCA-2.0-Beta3
>            Reporter: Tom Seelbach
>
> Tuscany module binding-ws-runtime-axis2 depends on  axis2 1.5.3 and rampart 1.5.1 
> But axis2/rampart  1.5 branch  uses repository http://shibboleth.internet2.edu/downloads/maven2/ which has gone away:
>     http://svn.apache.org/repos/asf/axis/axis2/java/rampart/branches/1_5/pom.xml 
>     <repository>
>             ...
>             <id>open-saml</id>
>             <name>OpenSAML</name>
>             <url>http://shibboleth.internet2.edu/downloads/maven2/</url>
>         
> Even though shibboleth.internet2.edu is gone,   if you build tuscany from scratch it will cause a bogus copy of
> http://central.maven.org/maven2/org/apache/apache/8/apache-8.pom 
> to be put in your maven repository.
> I think the fix is to build binding-ws-runtime-axis2  with axis2/rampart 1.6.2 but i don't know the impact on all the exclusions etc in that pom.xml. 

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira