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 224255

Summary: SpringBeans-XML support: warning/error that the referenced bean/property/class cannot be found is missing
Product: javaee Reporter: markiewb
Component: SpringAssignee: Martin Fousek <marfous>
Status: REOPENED ---    
Severity: normal CC: markiewb, pjiricka
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: Shows an invalid file, but no error annoations can be spotted

Description markiewb 2012-12-27 13:13:11 UTC
[ BUILD # : 201212260001 ]
[ JDK VERSION : 1.7.0_09 ]

Example:
<code>
    <bean id="bla" class="nonExistingClass"/>
    <bean id="fooService" class="org.example.FooService">
        <property name="nonExistingProperty"/>
    </bean>
    <bean id="bar" parent="nonExistingReference"/>
</code>

ACTUAL: NO warning/error that the referenced bean/property/class cannot be 
found - see screenshot
EXPECTED: warning/error that the referenced bean/property/class cannot be 
found

(I do not know it it ever worked, this issue is probably a RFE. Please review)
Comment 1 markiewb 2012-12-27 13:17:59 UTC
Created attachment 129719 [details]
Shows an invalid file, but no error annoations can be spotted
Comment 2 Martin Fousek 2013-01-03 07:18:10 UTC
You are right, this is RFE, we hadn't support for such feature yet. In any case thanks for raising this issue, that's good tip for enhancement of our Spring support.
Comment 3 Martin Balin 2016-07-07 08:53:19 UTC
This old bug may not be relevant anymore. If you can still reproduce it in 8.2 development builds please reopen this issue.

Thanks for your cooperation,
NetBeans IDE 8.2 Release Boss
Comment 4 markiewb 2016-07-10 20:43:11 UTC
Still valid in 8.2 dev 
Product Version: NetBeans IDE Dev (Build 201607100002)