And yes, I disable Geronimo plugin. 'Cause I don't have any reason to use Geronimo. I downloaded Spring 2.5 and opened the imagedb sample in IDEA, it already contains the XML file.
Well, then everything is fine. The Geronimo URIs are part of the Geronimo plugin obviously. They will be recognized as soon as you enable the plugin.
t800t8 wrote:
I'm using #7562.
And yes, I disable Geronimo plugin. 'Cause I don't have any reason to use Geronimo. I downloaded Spring 2.5 and opened the imagedb sample in IDEA, it already contains the XML file.
Please check the screenshot and the fetched resource.
I guess the problem is that IDEA doesn't recognize the downloaded resource as XML. Probably because the last path component (.../web-1.0) contains a dot which prevents IDEA from adding the ".xml" extension. Please file a JIRA issue.
In which build do you see this?
(You didn't disable the Geronimo plugin, did you?)
t800t8 wrote:
I'm using #7562.
And yes, I disable Geronimo plugin. 'Cause I don't have any reason to use Geronimo. I downloaded Spring 2.5 and opened the imagedb sample in IDEA, it already contains the XML file.
Well, then everything is fine. The Geronimo URIs are part of the
Geronimo plugin obviously. They will be recognized as soon as you enable
the plugin.
t800t8 wrote:
Hello t800t8,
I guess the problem is that IDEA doesn't recognize the downloaded resource as XML. Probably because
the last path component (.../web-1.0) contains a dot which prevents IDEA from adding the ".xml"
extension. Please file a JIRA issue.
Sascha
Martin,
IDEA should resolve the URI even I don't enable Geromino plugin. I will file a JIRA as Sascha's suggestion.
T.