Uploaded image for project: 'Fuse Tooling'
  1. Fuse Tooling
  2. FUSETOOLS-3373

Fuse Integration Project is created with error for camel version Fuse 7.2 and 7.1 with java 11

    XMLWordPrintable

Details

    • Bug
    • Resolution: Unresolved
    • Major
    • Backlog
    • 11.8.0
    • Fuse Projects
    • None
    • Hide
      1. New > Fuse Integration Project
      2. Standalone > Karaf/Fuse on Karaf
      3. Camel version > 2.21.0.fuse-720050-redhat-00001 (Fuse 7.2.0 GA) or 2.21.0.fuse-710018-redhat-00001 (Fuse 7.1.0 GA)
      4. CBR template
      5. open project pom.xml
      Show
      New > Fuse Integration Project Standalone > Karaf/Fuse on Karaf Camel version > 2.21.0.fuse-720050-redhat-00001 (Fuse 7.2.0 GA) or 2.21.0.fuse-710018-redhat-00001 (Fuse 7.1.0 GA) CBR template open project pom.xml
    • Workaround Exists
    • Hide

      define version for jakarta.xml.bind-api dependency

              <dependency>
                <groupId>jakarta.xml.bind</groupId>
                <artifactId>jakarta.xml.bind-api</artifactId>
                <version>2.3.3</version>
              </dependency>

      Latest available version is 2.3.3 (https://mvnrepository.com/artifact/jakarta.xml.bind/jakarta.xml.bind-api)

      Show
      define version for jakarta.xml.bind-api dependency         <dependency>           <groupId>jakarta.xml.bind</groupId>           <artifactId>jakarta.xml.bind-api</artifactId>           <version>2.3.3</version>         </dependency> Latest available version is 2.3.3 ( https://mvnrepository.com/artifact/jakarta.xml.bind/jakarta.xml.bind-api )
    • Undefined

    Description

      Project build error: 'dependencies.dependency.version' for jakarta.xml.bind:jakarta.xml.bind-api:jar is missing.

       

      Environment

      • CRS 12.17.0.GA
      • Fuse Tooling 11.8.0.v20200922-1232
      • JDK 11.0.4
      • macOS

      Attachments

        Activity

          People

            Unassigned Unassigned
            djelinek Dominik Jelínek
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: