Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 356091
Collapse All | Expand All

(-)META-INF/MANIFEST.MF (-1 / +1 lines)
Lines 2-8 Link Here
2
Bundle-ManifestVersion: 2
2
Bundle-ManifestVersion: 2
3
Bundle-Name: %PLUGIN_NAME
3
Bundle-Name: %PLUGIN_NAME
4
Bundle-SymbolicName: org.eclipse.jst.ws.consumption; singleton:=true
4
Bundle-SymbolicName: org.eclipse.jst.ws.consumption; singleton:=true
5
Bundle-Version: 1.0.602.qualifier
5
Bundle-Version: 1.0.603.qualifier
6
Bundle-ClassPath: .,
6
Bundle-ClassPath: .,
7
 webserviceutils.jar
7
 webserviceutils.jar
8
Bundle-Activator: org.eclipse.jst.ws.internal.consumption.plugin.WebServiceConsumptionPlugin
8
Bundle-Activator: org.eclipse.jst.ws.internal.consumption.plugin.WebServiceConsumptionPlugin
(-)src/org/eclipse/jst/ws/internal/consumption/sampleapp/codegen/ResultFileGenerator.java (-2 / +3 lines)
Lines 1-5 Link Here
1
/*******************************************************************************
1
/*******************************************************************************
2
 * Copyright (c) 2000, 2006 IBM Corporation and others.
2
 * Copyright (c) 2000, 2012 IBM Corporation and others.
3
 * All rights reserved. This program and the accompanying materials
3
 * All rights reserved. This program and the accompanying materials
4
 * are made available under the terms of the Eclipse Public License v1.0
4
 * are made available under the terms of the Eclipse Public License v1.0
5
 * which accompanies this distribution, and is available at
5
 * which accompanies this distribution, and is available at
Lines 117-123 Link Here
117
      fbuffer.append("}" + StringUtils.NEWLINE);    
117
      fbuffer.append("}" + StringUtils.NEWLINE);    
118
      fbuffer.append("} catch (Exception e) { " + StringUtils.NEWLINE);
118
      fbuffer.append("} catch (Exception e) { " + StringUtils.NEWLINE);
119
      fbuffer.append("%>" + StringUtils.NEWLINE);
119
      fbuffer.append("%>" + StringUtils.NEWLINE);
120
      fbuffer.append("exception: <%= e %>" + StringUtils.NEWLINE);
120
      fbuffer.append("Exception: <%= org.eclipse.jst.ws.util.JspUtils.markup(e.toString()) %>" + StringUtils.NEWLINE);
121
      fbuffer.append("Message: <%= org.eclipse.jst.ws.util.JspUtils.markup(e.getMessage()) %>"  + StringUtils.NEWLINE);
121
      fbuffer.append("<%" + StringUtils.NEWLINE);
122
      fbuffer.append("<%" + StringUtils.NEWLINE);
122
      fbuffer.append("return;" + StringUtils.NEWLINE);
123
      fbuffer.append("return;" + StringUtils.NEWLINE);
123
      fbuffer.append("}" + StringUtils.NEWLINE);
124
      fbuffer.append("}" + StringUtils.NEWLINE);

Return to bug 356091