From 6c0e9a67efdd1b0d9af8817f74889650540a5c2b Mon Sep 17 00:00:00 2001 From: David BRASSELY Date: Mon, 4 Feb 2013 18:03:20 +0100 Subject: [PATCH] ESBCOMP-12 - Problem with import location in exposed WSDLs when shutdown / start CA --- .../src/com/sun/jbi/httpsoapbc/ServiceUnitImpl.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ojc-core/httpsoapbc/httpsoapbcimpl/src/com/sun/jbi/httpsoapbc/ServiceUnitImpl.java b/ojc-core/httpsoapbc/httpsoapbcimpl/src/com/sun/jbi/httpsoapbc/ServiceUnitImpl.java index 0cafb120a..d8b3a3be7 100755 --- a/ojc-core/httpsoapbc/httpsoapbcimpl/src/com/sun/jbi/httpsoapbc/ServiceUnitImpl.java +++ b/ojc-core/httpsoapbc/httpsoapbcimpl/src/com/sun/jbi/httpsoapbc/ServiceUnitImpl.java @@ -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(); } }