Issue Details (XML | Word | Printable)

Key: MULE-3611
Type: Bug Bug
Status: Reopened Reopened
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

MultipleWsdlCxfCallsTestCase fails

Created: 11/Aug/08 06:30 AM   Updated: 12/Dec/08 10:29 AM
Component/s: Transport: CXF / XFire
Affects Version/s: 2.1.0
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
Dan Diephouse added a comment - 11/Aug/08 09:30 AM
Dirk, I believe the fix is to add the following to the POM:

<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<useSystemClassLoader>false</useSystemClassLoader>
</configuration>
</plugin>

Do you mind making this change?


Dirk Olmes added a comment - 11/Aug/08 10:13 AM

Andrew Perepelytsya added a comment - 11/Aug/08 10:21 AM
Setting correct fix version

Dirk Olmes added a comment - 07/Oct/08 07:26 AM
Repoening as this test fails intermittently on the CI server