Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-4313

Rename Seam Component does not rename factory tag in components.xml

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • None
    • 3.1.0.M1
    • seam2
    • None

      Testcase:

      1. Create seam war project
      2. Create seam action with "first" as component name
      3. Add next string to components.xml:

      <factory name="first" />

      4. Open First.java file
      5. Select Seam->Rename Seam Component menu
      6. Enter "second" as seam component name
      7. Press Next button

      ASSERT: In list of changes must be present next change for components.xml

      <factory name="first" /> -> <factory name="second" />

      FAIL: There is no change for components.xml

              dazarov_jira Daniel Azarov (Inactive)
              dazarov_jira Daniel Azarov (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: