You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cxf.apache.org by "Eamonn Dwyer (JIRA)" <ji...@apache.org> on 2009/04/28 12:38:30 UTC

[jira] Created: (CXF-2194) System tests for the WSSC, WSSec11 and WSSec10 demos are required

System tests for the WSSC, WSSec11 and WSSec10 demos are required
-----------------------------------------------------------------

                 Key: CXF-2194
                 URL: https://issues.apache.org/jira/browse/CXF-2194
             Project: CXF
          Issue Type: Task
          Components: WS-* Components
    Affects Versions: 2.2.1
            Reporter: Eamonn Dwyer
             Fix For: 2.2.2


This will help ensure that the demos aren't broken accidentally by future work. 
I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 

The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.

I'm also attaching the perl script i used to create the patch, and a corresponding perl script to apply the patch. The patch contains binary cert files and the normal svn diff doesn't seem to be able to handle that.

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


[jira] Commented: (CXF-2194) System tests for the WSSC, WSSec11 and WSSec10 demos are required

Posted by "Eamonn Dwyer (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12708899#action_12708899 ] 

Eamonn Dwyer commented on CXF-2194:
-----------------------------------

It could be possible to reduce the algorithms for the wssec10 and wssec11 but I think it  would mean using the TripleDesRsa15 algorithm everywhere. This means that any test that is specifically testing an algorithm will not be valid any more.
The WSSC test won't work using TripleDesRsa15 though as the encryption will will use TRIPLE_DES for encryption even when TripleDesRsa15  is specified.

Another way of looking at the issue of the unrestricted jars not being available everywhere, is to put a check in the test to see if the unrestricted jars are available before the test is even run. Not ideal either.

> System tests for the WSSC, WSSec11 and WSSec10 demos are required
> -----------------------------------------------------------------
>
>                 Key: CXF-2194
>                 URL: https://issues.apache.org/jira/browse/CXF-2194
>             Project: CXF
>          Issue Type: Task
>          Components: WS-* Components
>    Affects Versions: 2.2.1
>            Reporter: Eamonn Dwyer
>             Fix For: 2.2.2
>
>         Attachments: wssectests.patch
>
>
> This will help ensure that the demos aren't broken accidentally by future work. 
> I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 
> The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.

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


[jira] Commented: (CXF-2194) System tests for the WSSC, WSSec11 and WSSec10 demos are required

Posted by "Daniel Kulp (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CXF-2194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12707029#action_12707029 ] 

Daniel Kulp commented on CXF-2194:
----------------------------------


"The tests do require that the unrestircted export libraries are installed in the jdks running them, I hope this wont be an issue. "

That is definitely an issue.  None of the JDK's used in hudson and similar have them and we really don't have enough control over that.   Can the algorithms set in the policies be relaxed down to export grade?   It wouldn't really change the meaning of the tests (which are really testing the policy driven stuff) so I think that would be valid.

> System tests for the WSSC, WSSec11 and WSSec10 demos are required
> -----------------------------------------------------------------
>
>                 Key: CXF-2194
>                 URL: https://issues.apache.org/jira/browse/CXF-2194
>             Project: CXF
>          Issue Type: Task
>          Components: WS-* Components
>    Affects Versions: 2.2.1
>            Reporter: Eamonn Dwyer
>             Fix For: 2.2.2
>
>         Attachments: wssectests.patch
>
>
> This will help ensure that the demos aren't broken accidentally by future work. 
> I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 
> The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.

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


[jira] Updated: (CXF-2194) System tests for the WSSC, WSSec11 and WSSec10 demos are required

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

Eamonn Dwyer updated CXF-2194:
------------------------------

    Description: 
This will help ensure that the demos aren't broken accidentally by future work. 
I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 

The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.



  was:
This will help ensure that the demos aren't broken accidentally by future work. 
I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 

The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.

I'm also attaching the perl script i used to create the patch, and a corresponding perl script to apply the patch. The patch contains binary cert files and the normal svn diff doesn't seem to be able to handle that.


> System tests for the WSSC, WSSec11 and WSSec10 demos are required
> -----------------------------------------------------------------
>
>                 Key: CXF-2194
>                 URL: https://issues.apache.org/jira/browse/CXF-2194
>             Project: CXF
>          Issue Type: Task
>          Components: WS-* Components
>    Affects Versions: 2.2.1
>            Reporter: Eamonn Dwyer
>             Fix For: 2.2.2
>
>         Attachments: wssectests.patch
>
>
> This will help ensure that the demos aren't broken accidentally by future work. 
> I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 
> The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.

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


[jira] Updated: (CXF-2194) System tests for the WSSC, WSSec11 and WSSec10 demos are required

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

Eamonn Dwyer updated CXF-2194:
------------------------------

    Attachment: InteropDemoSystests.diff
                certs.tar

These tests can now run in 2 modes depending on whether the export policy jars have been installed on the machine. A smaller subset is run if the export jars are not available.

I've separated the certs into a separate tar file as I was finding problems when they were part of the svn patch file.

> System tests for the WSSC, WSSec11 and WSSec10 demos are required
> -----------------------------------------------------------------
>
>                 Key: CXF-2194
>                 URL: https://issues.apache.org/jira/browse/CXF-2194
>             Project: CXF
>          Issue Type: Task
>          Components: WS-* Components
>    Affects Versions: 2.2.1
>            Reporter: Eamonn Dwyer
>         Attachments: certs.tar, InteropDemoSystests.diff
>
>
> This will help ensure that the demos aren't broken accidentally by future work. 
> I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 
> The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.

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


[jira] Updated: (CXF-2194) System tests for the WSSC, WSSec11 and WSSec10 demos are required

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

Eamonn Dwyer updated CXF-2194:
------------------------------

    Attachment:     (was: wssectests.patch)

> System tests for the WSSC, WSSec11 and WSSec10 demos are required
> -----------------------------------------------------------------
>
>                 Key: CXF-2194
>                 URL: https://issues.apache.org/jira/browse/CXF-2194
>             Project: CXF
>          Issue Type: Task
>          Components: WS-* Components
>    Affects Versions: 2.2.1
>            Reporter: Eamonn Dwyer
>         Attachments: certs.tar, InteropDemoSystests.diff
>
>
> This will help ensure that the demos aren't broken accidentally by future work. 
> I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 
> The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.

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


[jira] Updated: (CXF-2194) System tests for the WSSC, WSSec11 and WSSec10 demos are required

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

Eamonn Dwyer updated CXF-2194:
------------------------------

    Attachment:     (was: svn-apply)

> System tests for the WSSC, WSSec11 and WSSec10 demos are required
> -----------------------------------------------------------------
>
>                 Key: CXF-2194
>                 URL: https://issues.apache.org/jira/browse/CXF-2194
>             Project: CXF
>          Issue Type: Task
>          Components: WS-* Components
>    Affects Versions: 2.2.1
>            Reporter: Eamonn Dwyer
>             Fix For: 2.2.2
>
>         Attachments: wssectests.patch
>
>
> This will help ensure that the demos aren't broken accidentally by future work. 
> I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 
> The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.
> I'm also attaching the perl script i used to create the patch, and a corresponding perl script to apply the patch. The patch contains binary cert files and the normal svn diff doesn't seem to be able to handle that.

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


[jira] Resolved: (CXF-2194) System tests for the WSSC, WSSec11 and WSSec10 demos are required

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

Daniel Kulp resolved CXF-2194.
------------------------------

       Resolution: Fixed
    Fix Version/s: 2.2.3
         Assignee: Daniel Kulp

Patch applied.  Thanks!


> System tests for the WSSC, WSSec11 and WSSec10 demos are required
> -----------------------------------------------------------------
>
>                 Key: CXF-2194
>                 URL: https://issues.apache.org/jira/browse/CXF-2194
>             Project: CXF
>          Issue Type: Task
>          Components: WS-* Components
>    Affects Versions: 2.2.1
>            Reporter: Eamonn Dwyer
>            Assignee: Daniel Kulp
>             Fix For: 2.2.3
>
>         Attachments: certs.tar, InteropDemoSystests.diff
>
>
> This will help ensure that the demos aren't broken accidentally by future work. 
> I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 
> The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.

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


[jira] Updated: (CXF-2194) System tests for the WSSC, WSSec11 and WSSec10 demos are required

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

Eamonn Dwyer updated CXF-2194:
------------------------------

    Attachment:     (was: svn-create-patch)

> System tests for the WSSC, WSSec11 and WSSec10 demos are required
> -----------------------------------------------------------------
>
>                 Key: CXF-2194
>                 URL: https://issues.apache.org/jira/browse/CXF-2194
>             Project: CXF
>          Issue Type: Task
>          Components: WS-* Components
>    Affects Versions: 2.2.1
>            Reporter: Eamonn Dwyer
>             Fix For: 2.2.2
>
>         Attachments: wssectests.patch
>
>
> This will help ensure that the demos aren't broken accidentally by future work. 
> I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 
> The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.
> I'm also attaching the perl script i used to create the patch, and a corresponding perl script to apply the patch. The patch contains binary cert files and the normal svn diff doesn't seem to be able to handle that.

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


[jira] Updated: (CXF-2194) System tests for the WSSC, WSSec11 and WSSec10 demos are required

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

Eamonn Dwyer updated CXF-2194:
------------------------------

    Attachment: svn-create-patch
                wssectests.patch
                svn-apply

> System tests for the WSSC, WSSec11 and WSSec10 demos are required
> -----------------------------------------------------------------
>
>                 Key: CXF-2194
>                 URL: https://issues.apache.org/jira/browse/CXF-2194
>             Project: CXF
>          Issue Type: Task
>          Components: WS-* Components
>    Affects Versions: 2.2.1
>            Reporter: Eamonn Dwyer
>             Fix For: 2.2.2
>
>         Attachments: wssectests.patch
>
>
> This will help ensure that the demos aren't broken accidentally by future work. 
> I am attaching system tests based on the demos, but the tests are stripped down versions of the demos. 
> The tests do require that the unrestircted  export libraries are installed in the jdks running them, I hope this wont be an issue.
> I'm also attaching the perl script i used to create the patch, and a corresponding perl script to apply the patch. The patch contains binary cert files and the normal svn diff doesn't seem to be able to handle that.

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