[254516] Deserialization problem due to compilation errors in Web Services Explorer JSPs.
diff --git a/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF b/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF
index adccfa4..a46d79b 100644
--- a/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF
+++ b/bundles/org.eclipse.wst.ws.explorer/META-INF/MANIFEST.MF
@@ -36,7 +36,8 @@
  org.eclipse.wst.ws.ui;bundle-version="[1.1.0,1.2.0)",
  org.eclipse.equinox.http.jetty,
  org.eclipse.equinox.jsp.jasper.registry,
- org.eclipse.equinox.http.registry
+ org.eclipse.equinox.http.registry,
+ javax.xml.rpc;bundle-version="[1.1.0,2.0.0)"
 Eclipse-LazyStart: true
 Bundle-RequiredExecutionEnvironment: J2SE-1.5
 Import-Package: javax.servlet;version="2.4.0",
diff --git a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/forms/RegFindForm.jsp b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/forms/RegFindForm.jsp
index 71c35bc..e2ad2a7 100644
--- a/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/forms/RegFindForm.jsp
+++ b/bundles/org.eclipse.wst.ws.explorer/wsexplorer/uddi/forms/RegFindForm.jsp
@@ -11,6 +11,7 @@
  * yyyymmdd bug      Email and other contact information
  * -------- -------- -----------------------------------------------------------
  * 20060427   127443 jesper@selskabet.org - Jesper S Moller
+ * 20081106   254516 mahutch@ca.ibm.com - Mark Hutchinson, fix compilation error, remove duplicate variable declaration
  *******************************************************************************/
 %>
 <%@ page contentType="text/html; charset=UTF-8" import="org.eclipse.wst.ws.internal.explorer.platform.uddi.perspective.*,
@@ -641,7 +642,7 @@
 <%
    String titleImagePath = "uddi/images/find_highlighted.gif";
    String title;
-   String subQueryKey = subQueryKeyProperty.getSubQueryKey();
+   subQueryKey = subQueryKeyProperty.getSubQueryKey();
    if (subQueryKey != null && subQueryKey.length() > 0)
    {
      int queryItem = Integer.parseInt((String)formToolPI.getProperty(UDDIActionInputs.QUERY_ITEM));