History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-12070
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Normal Normal
Assignee: Maxim Mossienko
Reporter: Serge Baranov
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

No auto-completion for spring-beans using Spring 2.0 DTD

Created: 21 Nov 06 01:28   Updated: 01 Dec 06 18:36
Component/s: XML editing
Fix Version/s: Demetra 6.0.3, Selena 6656

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 6,107
Fixed in build: 6,562
Severity: Medium


 Description  « Hide
Support feedback:

When specifying the Spring version 2.0 DTD in a spring bean xml, the auto completion (and other refactoring functions like property
rename) stops working in the xml file.

This DTD does not work:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN 2.0//EN"
"http://www.springframework.org/dtd/spring-beans-2.0.dtd">

This DTD works:
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">



 All   Comments   Work Log   Change History      Sort Order:
Taras Tielkes - 01 Dec 06 14:55
Inclusion of this fix in 6.0.x would be nice.