ESBCOMP-12 - Problem with import location in exposed WSDLs when shutdown / start CA

master
David BRASSELY 2013-02-04 18:03:20 +01:00
parent 8aeb7bc8d3
commit 6c0e9a67ef
1 changed files with 2 additions and 0 deletions

View File

@ -418,6 +418,8 @@ public class ServiceUnitImpl implements ServiceUnit {
endpointsCreated = false;
// clean up all the cached endpoints
mEndpoints.clear();
// clean up all the modified WSDLs
mModifiedWSDLs.clear();
}
}