components referenced in components.xml is not available via code complete in java
----------------------------------------------------------------------------------
Key: JBIDE-584
URL:
http://jira.jboss.com/jira/browse/JBIDE-584
Project: JBoss Tools
Issue Type: Bug
Components: Seam
Affects Versions: 2.0.0.Beta2
Reporter: Max Andersen
If I have a class like
@Name("test")
class MyComponent {
}
<?xml version="1.0"?>
<!DOCTYPE components PUBLIC "-//JBoss/Seam Component Configuration DTD
1.1//EN"
"http://jboss.com/products/seam/components-1.1.dtd">
<components>
<component class="MyComponent" name="anotherName"/>
</components>
then "anotherName" does not show up in codecompletion but it does show up in the
seam components view.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira