• Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • None
    • None
    • None
    • None

      I have worked around the parent issue by moodifying the CSV to point to `registry.redhat.io` and the oeprator installs.

      Howeverr, when I try to run an example integration, it fails with:

      [ERROR] [ERROR] Some problems were encountered while processing the POMs:
      [ERROR] Non-resolvable import POM: Failure to find org.apache.camel:camel-bom:pom:3.1.0.fuse-jdk11-800011-redhat-00001 in https://maven.repository.redhat.com/ga was cached in the local repository, resolution will not be reattempted until the update interval of redhat.ga has elapsed or updates are forced @ line 12, column 19
       @ 
      [ERROR] The build could not read 1 project -> [Help 1]
      

      The example integration I have used:

      apiVersion: camel.apache.org/v1
      kind: Integration
      metadata:
        creationTimestamp: '2020-06-02T10:01:57Z'
        generation: 1
        name: example
        namespace: hb
        resourceVersion: '20211376'
        selfLink: /apis/camel.apache.org/v1/namespaces/hb/integrations/example
        uid: dd9b2241-54d8-4dcf-8a5e-0dba567cd4c3
      spec:
        name: Example.java
        sources:
          - content: |
              import org.apache.camel.builder.RouteBuilder;
      
              public class Example extends RouteBuilder {
                  @Override
                  public void configure() throws Exception {
                      from("timer:tick")
                          .setBody(constant("Hello World!"))
                      .to("log:info?skipBodyLineSeparator=false");
                  }
              }
      

            nicolaferraro Nicola Ferraro (Inactive)
            rhn-support-hbraun Heiko Braun
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: