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

Key: IDEA-17708
Type: Bug Bug
Status: Open Open
Assignee: Sergey Vasiliev
Reporter: Stephen Friedrich
Votes: 0
Watchers: 0
Operations

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

Idea fails to resolve component property in components.xml

Created: 11 Apr 08 01:47   Updated: Saturday 02:05
Component/s: J2EE.Seam

File Attachments: None
Image Attachments:

1. context-filter.png
(2 kb)

Build: 8,280


 Description  « Hide
Idea should know about all JavaBean properties of seam components.
Specifically it fails to resolve the org.jboss.seam.web.ContextFilter.regexUrlPattern (defined in super class AbstractFilter) - see screenshot.

If I control click on the "web:context-filter" part in my components.xml then Idea takes me to seam-support.jar!\resources\schemas\web-2.0.xsd

Isn't it feasible to make Idea understand and process Seam's @Namespace annotation?

Hardcoding the xsd's seems quite fragile and error-prone to me.
Also Idea should "Go to declaration" to the Seam component rather than to Idea's own internals schema.



 All   Comments   Work Log   Change History      Sort Order:
Stephen Friedrich - 10 May 08 02:05
You can check with the uploaded example project.