| Summary: | SIE/DTE extracting schema does not find wsdl | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Stanislav Nichev <stanislav.nichev> |
| Component: | WTP Incubator | Assignee: | Dimitar Tenev <dimitar.tenev> |
| Status: | CLOSED FIXED | QA Contact: | Dimitar Tenev <dimitar.tenev> |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows Vista | ||
| Whiteboard: | |||
Hi Colleagues, I have tested the Extract Namespace refactoring with Indigo Eclipse, and it works fine, so I am closing the issue. Best regards, Dimitar |
Build Identifier: Hi Colleagues, I found that the following code in org.eclipse.wst.sse.sieditor.command.emf.wsdl.extract.ExtractNamespaceRu nnable does not find the required wsdl file, and gets the default encoding of a newly created file: charset = ResourcesPlugin.getWorkspace().getRoot().getFile(wsdlLocation Path).getCharset(); Best regards, Dimitar Reproducible: Always