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

Deploy Fuse Integration Project to Fuse on Karaf is not working

    XMLWordPrintable

Details

    • Workaround Exists
    • Hide

      First possibility which allows to keep the project with "supported runtime configuration":

      • Right click on the project and execute
        Run as > Maven install
        
      • Then can deploy

      Th eopeation must be repeated every time there are new changes to generated Manifest

      Second possibility using latest maven-bundle-plugin but not with "supported runtime configuration":

      • modif pom.xml maven-bundle-plugin to use version 5.1.8 and provide the executions:
        <executions>
        		<execution>
                      <id>scr-metadata</id>
                      <goals>
                        <goal>manifest</goal>
                      </goals>
                      <configuration>
                        <supportIncrementalBuild>true</supportIncrementalBuild>
                      </configuration>
                    </execution>
                    </executions>
        
      Show
      First possibility which allows to keep the project with "supported runtime configuration": Right click on the project and execute Run as > Maven install Then can deploy Th eopeation must be repeated every time there are new changes to generated Manifest Second possibility using latest maven-bundle-plugin but not with "supported runtime configuration": modif pom.xml maven-bundle-plugin to use version 5.1.8 and provide the executions: <executions> <execution> <id>scr-metadata</id> <goals> <goal>manifest</goal> </goals> <configuration> <supportIncrementalBuild>true</supportIncrementalBuild> </configuration> </execution> </executions>
    • Set a Value

    Description

      .metadata/.plugins/org.fusesource.ide.server.karaf.core/Red_Hat_Fuse_7+_Runtime_Server/tempRemoteDeploy/fgf-1.0.0-SNAPSHOT.jar is not valid or lacking a valid MANIFEST.MF! 

      Detected by failing Deployment UI tests

      Unable to deploy project to server even manually in Eclipse 2022-09 with latest fuse tooling and Fuse 7.11.0

      Attachments

        Issue Links

          Activity

            People

              apupier@redhat.com Aurélien Pupier
              djelinek Dominik Jelínek
              Dominik Jelínek Dominik Jelínek
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: