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

Summary: Wrong ordering of JsfFromDB action
Product: javaee Reporter: Jiri Skrivanek <jskrivanek>
Component: JSFAssignee: Matthew Bohm <mbohm>
Status: VERIFIED FIXED    
Severity: blocker CC: jglick
Priority: P1 Keywords: TEST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.