[
http://jira.jboss.com/jira/browse/JBIDE-1482?page=comments#action_12391915 ]
Dima Geraskov commented on JBIDE-1482:
--------------------------------------
The reason of problem is:
when we expand "addres" item the TreeContentProvider gets items children - here
all works fine.
Then it finds the item which represents out "address" component. But we have
three items which data our "address" component.
As we have TreeContentProvider and not TreePathContentProvider it finds the first loaded
item which data "address" component.
So, we need replace our successor of TreeContentProvider by successor of
TreePathContentProvider.
Hibernate Configurations Tree not exapands all composites.
----------------------------------------------------------
Key: JBIDE-1482
URL:
http://jira.jboss.com/jira/browse/JBIDE-1482
Project: JBoss Tools
Issue Type: Bug
Components: Hibernate
Reporter: Dima Geraskov
Assigned To: Dima Geraskov
Tree has following structure:
-Customer
+address
-Employee
+address
-Person
+address
and Customer and Employee are subclasses of Person, address is Component(address, zip,
city).
All address items will expands only if expand it from bottom to top.
--
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