This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 236963 - Hyperlink for import resource in spring beans xml missing
Summary: Hyperlink for import resource in spring beans xml missing
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Spring (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Martin Fousek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-09 20:05 UTC by markiewb
Modified: 2014-01-15 02:40 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-10-09 20:05:00 UTC
Open/create a spring beans xml file and use import resource...

<import resource="classpath*:/com/company/beanconfigs/moduleA-gwt_testconfig.xml"/>
<import resource="classpath*:/com/company/beanconfigs/moduleB-remoteServices_testconfig.xml"/>
<import resource="classpath*:/com/company/beanconfigs/moduleC_testconfig.xml"/>

ACTUAL: Hyperlinking and jumping to the referenced files doesn't work
EXPECTED: Hyperlinking and jumping to the referenced files works


NB7.4
Comment 1 Martin Fousek 2014-01-13 11:10:27 UTC
Thanks for the report.
Fixed in web-main #24a2dde52734.
Comment 2 Quality Engineering 2014-01-15 02:40:27 UTC
Integrated into 'main-silver', will be available in build *201401150002* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/24a2dde52734
User: Martin Fousek <marfous@netbeans.org>
Log: #236963 - Hyperlink for import resource in spring beans xml missing