This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 126587 - Wrong ordering of JsfFromDB action
Summary: Wrong ordering of JsfFromDB action
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Matthew Bohm
URL:
Keywords: TEST
: 126653 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-02-04 07:19 UTC by Jiri Skrivanek
Modified: 2008-02-05 08:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2008-02-04 07:19:51 UTC
The commit validation test on deadlock.netbeans.org is failing because ordering of JsfFromDB action is not set correctly.

http://deadlock.netbeans.org/hudson/job/trunk/

No warnings relating to folder ordering expected:<[]> but was:<[Could not find both sides of relative ordering attribute
Entity/JsfFromDB on Templates/Persistence, Not all children in Templates/Persistence/ marked with the position
attribute: [JsfFromDB], but some are: [Entity.java, RelatedCMP, PersistenceUnit, Schema.dbschema, ejbFacade], Relative
ordering attribute JsfFromDB/PersistenceUnit on Templates/Persistence is deprecated in favor of numeric position
attributes, Relative ordering attribute RelatedCMP/JsfFromDB on Templates/Persistence is deprecated in favor of numeric
position attributes]>
Comment 1 Petr Blaha 2008-02-04 14:31:13 UTC
Reassigning to owner of JSF from Entity classes action
Comment 2 _ potingwu 2008-02-04 21:30:09 UTC
*** Issue 126653 has been marked as a duplicate of this issue. ***
Comment 3 Matthew Bohm 2008-02-04 21:55:47 UTC
Integrated the following fix:
changeset d8b2e5eadca3 in main
details: http://hg.netbeans.org/main?cmd=changeset;node=d8b2e5eadca3
Comment 4 Jiri Skrivanek 2008-02-05 08:24:53 UTC
Verified.