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

Unable to update maven configuration for seam 2.3 project

XMLWordPrintable

    • Hide

      1. Create New Seam Web Project through wizard
      2. Add Maven Integration facet
      3. Update maven project configuration

      ERROR: Exception is thrown

      An exception stack trace is not available.

      Show
      1. Create New Seam Web Project through wizard 2. Add Maven Integration facet 3. Update maven project configuration ERROR: Exception is thrown An exception stack trace is not available.
    • Hide

      Open the parent pom.xml and locate the maven-compiler-plugin configuration.
      Change the source and target versions from 1.5 to 1.6
      Update the Maven project configuration of your seam projects

      Show
      Open the parent pom.xml and locate the maven-compiler-plugin configuration. Change the source and target versions from 1.5 to 1.6 Update the Maven project configuration of your seam projects
    • Hide
      The version of Java to be used was hard coded in the pom.xml file of Maven projects. This caused errors when adding Maven configuration to a Seam 2.3 project since Maven projects were created to use Java 1.5, however Seam 2.3 requires Java 1.6. Maven tooling has been updated to allow the maven-compiler-plugin settings that are in the parent project to be dynamically inferred from the converted web project's original settings. This ensures the correct Java version is retained when Maven integration is added to an existing project.
      Show
      The version of Java to be used was hard coded in the pom.xml file of Maven projects. This caused errors when adding Maven configuration to a Seam 2.3 project since Maven projects were created to use Java 1.5, however Seam 2.3 requires Java 1.6. Maven tooling has been updated to allow the maven-compiler-plugin settings that are in the parent project to be dynamically inferred from the converted web project's original settings. This ensures the correct Java version is retained when Maven integration is added to an existing project.
    • Documented as Resolved Issue

      Unable to update Maven configuration
      One or more constraints have not been satisfied.
      Constraints for Seam 2.3 have not been met.
      Dynamic Web Module 3.0 requires Java 1.6 or newer.

            fbricon@redhat.com Fred Bricon
            rawagner@redhat.com Rastislav Wagner
            Isaac Rooskov Isaac Rooskov (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: