[jbosstools-issues] [JBoss JIRA] Commented: (JBIDE-5765) Extra attributes exist in CA proposals when they does not exist in real

Viacheslav Kabanovich (JIRA) jira-events at lists.jboss.org
Wed Feb 3 10:33:20 EST 2010


    [ https://jira.jboss.org/jira/browse/JBIDE-5765?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12510131#action_12510131 ] 

Viacheslav Kabanovich commented on JBIDE-5765:
----------------------------------------------

Yes, dependency projects are loaded. But in your case core-ui project does not have kb nature. We were building 'mock' kb model for a project without kb nature only when requested by content assist on files of that project. After that, dependent project could use it. When content assist was invoked first on the dependent project, 'mock' kb model for other projects was not created. Ok, I have fixed that. Now, after you open a page from core-demo and do something in it, you will see a warning added to core-ui: 'KB Problem: KB nature is not installed...', that means that 'mock' kb model for it was created. On testing content assist you will get tags from core-ui, but not immediately, since kb models are loaded in jobs, not in ui thread. Also, remember, that 'mock' model is loaded once and never updated in that Eclipse session.

> Extra attributes exist in CA proposals when they does not exist in real
> -----------------------------------------------------------------------
>
>                 Key: JBIDE-5765
>                 URL: https://jira.jboss.org/jira/browse/JBIDE-5765
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: Visual Page Editor core
>    Affects Versions: 3.1.0.CR1
>            Reporter: Maxim Areshkau
>            Assignee: Viacheslav Kabanovich
>             Fix For: 3.1.0.CR2
>
>         Attachments: a4j.taglib.xml, a4j.taglib.xml.png
>
>
> Steps to reproduce
> #1 Import http://anonsvn.jboss.org/repos/richfaces/root/examples/trunk/components/core-demo into jboss tools
> #2 add necessary natures
> #3 open any xhml page and call CA in a4j:ajax teg.
> See list of attribues, it's to much. There exist dragIndicator. But here no such attribute in real.
> SEE http://anonsvn.jboss.org/repos/richfaces/root/ui/trunk/components/core/src/main/java/org/ajax4jsf/component/behavior/AjaxBehavior.java 
> and http://anonsvn.jboss.org/repos/richfaces/root/ui/trunk/components/core/src/main/resources/META-INF/a4j.taglib.xml

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list