I added Spring Project Nature to MyProject.
And When I try to open context.xml by In-Place Editor,
I encountered following message.
"Error Occured while opening OLE"
what should i do?
thanks all.
I added Spring Project Nature to MyProject.
And When I try to open context.xml by In-Place Editor,
I encountered following message.
"Error Occured while opening OLE"
what should i do?
thanks all.
This is the default behaviour of Eclipse. If you didn't install any plugin with XML-editing capabilities (like WST or XmlBuddy) then your system's XML editor (application which is associated with the file extension XML) is used. In your case I assume you are running XML Spy on Windows ;-).
I would recommend installing WST from Eclipse's Web Tools project. This way you are able to use Spring IDE's XML editor.
Cheers,
Torsten
Thanks for your advise.
After I upgrade to required versions, I will try.