Issue Details (XML | Word | Printable)

Key: MULE-3710
Type: Bug Bug
Status: Open Open
Priority: Major Major
Assignee: Dan Diephouse
Reporter: Dirk Olmes
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Mule

HttpSecurityTestCase fails

Created: 24/Sep/08 10:18 AM   Updated: 12/Dec/08 10:29 AM
Component/s: Transport: CXF / XFire
Affects Version/s: 2.1-M2
Fix Version/s: 2.1.x Backlog

Time Tracking:
Not Specified

Labels:
User impact: Medium


 All   Comments   Work Log   Change History   Transitions   FishEye      Sort Order: Ascending order - Click to sort in descending order
Dirk Olmes added a comment - 29/Sep/08 09:52 AM
Dan, I have disabled the test case for now as it fails on the bamboo server.

The test wants to configure a keystore and a truststore that are not in cxf's test resources. Unfortunately, this test works in the IDE since other transports do have the required files in their test resources and those folders are on the classpath in the IDE but not when running from Maven.

Adding keystore and truststore to cxf's test resources blows up the test in a different location ... leaving this for you to fix.


Dan Diephouse added a comment - 29/Sep/08 08:21 PM
The CXF build depends on the HTTP test-jar, so that is where it gets those resources. Seems you're right in that I only tested it from eclipse though as that resource loading refused to work from Maven... I'll dig into it. Thanks!