Menu

#1045 [HHQ-1871] Mass plugin: only last 2 group shown in UI even i

Bug
open
None
5
2012-10-09
2008-03-25
No

http://jira.hyperic.com/browse/HHQ-1871
If the xml file for mass group creation contains more then 2 group elements the plugin creates all groups but only last 2 shows up in UI.


For example following xml creates all groups but only last 2 show up in the UI. I can see all of them in eam_resource_group



<groups>


  <group name="Postgres Tables 3" type="compat" resourceType="PostgreSQL 8.2 Table">


        <resourceType name="PostgreSQL 8.2 Table">


            <resource name="regex:.table_103."/>


        </resourceType>


  </group>




  <group name="Postgres Tables 4" type="compat" resourceType="PostgreSQL 8.2 Table">


        <resourceType name="PostgreSQL 8.2 Table">


            <resource name="regex:.table_104."/>


        </resourceType>


  </group>



  <group name="Postgres Tables 5" type="compat" resourceType="PostgreSQL 8.2 Table">


        <resourceType name="PostgreSQL 8.2 Table">


            <resource name="regex:.table_105."/>


        </resourceType>


  </group>



  <group name="Postgres Tables 6" type="compat" resourceType="PostgreSQL 8.2 Table">


        <resourceType name="PostgreSQL 8.2 Table">


            <resource name="regex:.table_106."/>


        </resourceType>


  </group>



  <group name="Postgres Tables 7" type="compat" resourceType="PostgreSQL 8.2 Table">


        <resourceType name="PostgreSQL 8.2 Table">


            <resource name="regex:.table_107."/>


        </resourceType>


  </group>



</groups>

Discussion

Anonymous
Anonymous

Add attachments
Cancel





Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.