You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cocoon.apache.org by "Jeroen Reijn (JIRA)" <ji...@apache.org> on 2007/12/05 23:05:43 UTC

[jira] Created: (COCOON-2153) DaslTransformer fails because of conflicting http client dependencies

DaslTransformer fails because of conflicting http client dependencies
---------------------------------------------------------------------

                 Key: COCOON-2153
                 URL: https://issues.apache.org/jira/browse/COCOON-2153
             Project: Cocoon
          Issue Type: Bug
          Components: Blocks: WebDAV
    Affects Versions: 2.2-dev (Current SVN)
            Reporter: Jeroen Reijn
            Assignee: Jeroen Reijn
             Fix For: 2.2-dev (Current SVN)


While using the webdav block in your cocoon 2.2 application the DaslTransformer will fill fail with a NoSuchMehtod exception on the setCredentials in the DASL transformer. After further investigation it appeared the the 'slide'  dependency has a dependency on commons-httpclient version 2.0.2 and the webdav block has a dependency for 3.0.1. These two dependencies conflict with each other.

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


[jira] Updated: (COCOON-2153) DaslTransformer fails because of conflicting http client dependencies

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

Grzegorz Kossakowski updated COCOON-2153:
-----------------------------------------

    Fix Version/s:     (was: 2.2-dev (Current SVN))

This issue certainly should not block 2.2 final release.

> DaslTransformer fails because of conflicting http client dependencies
> ---------------------------------------------------------------------
>
>                 Key: COCOON-2153
>                 URL: https://issues.apache.org/jira/browse/COCOON-2153
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: WebDAV
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Jeroen Reijn
>            Assignee: Jeroen Reijn
>
> While using the webdav block in your cocoon 2.2 application the DaslTransformer will fill fail with a NoSuchMehtod exception on the setCredentials in the DASL transformer. After further investigation it appeared the the 'slide'  dependency has a dependency on commons-httpclient version 2.0.2 and the webdav block has a dependency for 3.0.1. These two dependencies conflict with each other.

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


[jira] Commented: (COCOON-2153) DaslTransformer fails because of conflicting http client dependencies

Posted by "Jeroen Reijn (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12548841 ] 

Jeroen Reijn commented on COCOON-2153:
--------------------------------------

Since all other blocks have switched to httpclient 3.0.1 we need to see if it is possible to upgrade the slide dependency to use a newer version of the http client or we should take a look at a different webdav library to use in Cocoon.

> DaslTransformer fails because of conflicting http client dependencies
> ---------------------------------------------------------------------
>
>                 Key: COCOON-2153
>                 URL: https://issues.apache.org/jira/browse/COCOON-2153
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: WebDAV
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Jeroen Reijn
>            Assignee: Jeroen Reijn
>             Fix For: 2.2-dev (Current SVN)
>
>
> While using the webdav block in your cocoon 2.2 application the DaslTransformer will fill fail with a NoSuchMehtod exception on the setCredentials in the DASL transformer. After further investigation it appeared the the 'slide'  dependency has a dependency on commons-httpclient version 2.0.2 and the webdav block has a dependency for 3.0.1. These two dependencies conflict with each other.

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


[jira] Commented: (COCOON-2153) DaslTransformer fails because of conflicting http client dependencies

Posted by "Ard Schrijvers (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/COCOON-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12549394 ] 

Ard Schrijvers commented on COCOON-2153:
----------------------------------------

slide is closed so updating the slide webdav client is not an option AFAICS....and there are no other complete (apache) webdav clients that I am aware of. Jackrabbit has an incomplete one. Interesting reads about this:

http://www.mail-archive.com/general@jakarta.apache.org/msg13631.html
http://wiki.apache.org/jakarta/TLPHttpComponents
http://www.mail-archive.com/httpcomponents-dev@jakarta.apache.org/msg02691.html
http://www.mail-archive.com/users@jackrabbit.apache.org/msg05509.html


> DaslTransformer fails because of conflicting http client dependencies
> ---------------------------------------------------------------------
>
>                 Key: COCOON-2153
>                 URL: https://issues.apache.org/jira/browse/COCOON-2153
>             Project: Cocoon
>          Issue Type: Bug
>          Components: Blocks: WebDAV
>    Affects Versions: 2.2-dev (Current SVN)
>            Reporter: Jeroen Reijn
>            Assignee: Jeroen Reijn
>             Fix For: 2.2-dev (Current SVN)
>
>
> While using the webdav block in your cocoon 2.2 application the DaslTransformer will fill fail with a NoSuchMehtod exception on the setCredentials in the DASL transformer. After further investigation it appeared the the 'slide'  dependency has a dependency on commons-httpclient version 2.0.2 and the webdav block has a dependency for 3.0.1. These two dependencies conflict with each other.

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