Merged in brasseld/openesb-components (pull request #1)

ESBCOMP-12 - Problem with import location in exposed WSDLs when shutdown / start CA
master
David Brassely 2013-02-06 14:20:43 +01:00
commit e706ec015e
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();
}
}