I have access to sap and sap jars.
Here is where it seem to be getting stuck:

There are references to RH2 repository in pom.xml

these URLs are not available for access to public.

<pluginRepository>
<id>RH2</id>
<url>
http://download.eng.bos.redhat.com/brewroot/repos/jb-fsw-6.2-build/latest/maven
</url>
<layout>default</layout>
</pluginRepository>
<pluginRepository>
<id>brewroot-plugin</id>
<url>
http://download.eng.bos.redhat.com/brewroot/repos/jb-fuse-6.2-build/latest/maven
</url>
<layout>default</layout>
</pluginRepository>



ચિરાગ/चिराग/Chirag
------------------------------------------
Sent from My Gmail Account

On Mon, Nov 24, 2025, 02:27 Aurélien Pupier <[email protected]> wrote:

> Hello,
>
> As far as I know, there is no readme.
> You need to provide the sap dependencies in your own Maven repository. If
> you are entitled to use SAP, you should have documentation for that on SAP
> side or contact their support.
>
> Regards,
>
> On Sat, Nov 22, 2025 at 12:06 AM Chirag <[email protected]> wrote:
>
> > How does one compile this camel-sap ? Is there a readme ?
> >
> > C:\work\fuse-components\camel-sap>mvn package -Dmaven.test.skip=true
> > [INFO] Scanning for projects...
> > [WARNING]
> > [WARNING] Some problems were encountered while building the effective
> model
> > for
> >
> org.fusesource:org.fusesource.camel.component.sap.test:jar:4.14.2-SNAPSHOT
> > [WARNING] 'dependencies.dependency.systemPath' for
> > com.sap.conn.jco:sapjco3:jar refers to a non-existing file
> >
> >
> C:\work\fuse-components\camel-sap\org.fusesource.camel.component.sap.test\target\lib\sapjco3.jar
> > @ line 157, column 25
> > [WARNING] 'dependencies.dependency.systemPath' for
> > com.sap.conn.idoc:sapidoc3:jar refers to a non-existing file
> >
> >
> C:\work\fuse-components\camel-sap\org.fusesource.camel.component.sap.test\target\lib\sapidoc3.jar
> > @ line 163, column 25
> > [WARNING]
> > [WARNING] It is highly recommended to fix these problems because they
> > threaten the stability of your build.
> > [WARNING]
> > [WARNING] For this reason, future Maven versions might no longer support
> > building such malformed projects.
> > [WARNING]
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Build Order:
> > [INFO]
> > [INFO] JBoss Fuse :: Components :: SAP JCO
> >  [pom]
> > [INFO] JBoss Fuse :: SAP JCO :: SAP Data Layer :: Model Plugin
> > [bundle]
> > [INFO] JBoss Fuse :: SAP JCO :: SAP Data Layer :: Edit Plugin
> >  [bundle]
> > [INFO] JBoss Fuse :: SAP JCO :: SAP Data Layer :: Runtime Plugin
> > [bundle]
> > [INFO] JBoss Fuse :: SAP JCO :: SAP Data Layer :: Test Plugin
> > [jar]
> > [INFO] JBoss Fuse :: Components :: SAP JCO :: Camel Component
> >  [bundle]
> > [INFO]
> > [INFO] ------------------< org.fusesource:camel-sap-parent
> > >-------------------
> > [INFO] Building JBoss Fuse :: Components :: SAP JCO 4.14.2-SNAPSHOT
> > [1/6]
> > [INFO]   from pom.xml
> > [INFO] --------------------------------[ pom
> > ]---------------------------------
> > [INFO]
> > [INFO] --- flatten:1.7.2:flatten (default-cli) @ camel-sap-parent ---
> > [INFO] Generating flattened POM of project
> > org.fusesource:camel-sap-parent:pom:4.14.2-SNAPSHOT...
> > [INFO]
> > [INFO] >>> source:3.0.1:aggregate (attach-sources) > generate-sources @
> > camel-sap-parent >>>
> > [INFO]
> > [INFO]
> > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > [INFO] Forking JBoss Fuse :: SAP JCO :: SAP Data Layer :: Test Plugin
> > 4.14.2-SNAPSHOT
> > [INFO]
> > >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
> > [INFO]
> > [INFO] --- dependency:3.8.1:copy (copy-jco-libs-unit-tests) @
> > org.fusesource.camel.component.sap.test ---
> > [INFO] Configured Artifact: com.sap.conn.jco:sapjco3:?:jar
> > [WARNING] The POM for com.sap.conn.jco:sapjco3:jar:3.1.12 is missing, no
> > dependency information available
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Reactor Summary for JBoss Fuse :: Components :: SAP JCO
> > 4.14.2-SNAPSHOT:
> > [INFO]
> > [INFO] JBoss Fuse :: Components :: SAP JCO ................ FAILURE [
> >  1.019 s]
> > [INFO] JBoss Fuse :: SAP JCO :: SAP Data Layer :: Model Plugin SKIPPED
> > [INFO] JBoss Fuse :: SAP JCO :: SAP Data Layer :: Edit Plugin SKIPPED
> > [INFO] JBoss Fuse :: SAP JCO :: SAP Data Layer :: Runtime Plugin SKIPPED
> > [INFO] JBoss Fuse :: SAP JCO :: SAP Data Layer :: Test Plugin SKIPPED
> > [INFO] JBoss Fuse :: Components :: SAP JCO :: Camel Component SKIPPED
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO]
> > ------------------------------------------------------------------------
> > [INFO] Total time:  2.619 s
> > [INFO] Finished at: 2025-11-21T17:58:36-05:00
> > [INFO]
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal
> > org.apache.maven.plugins:maven-dependency-plugin:3.8.1:copy
> > (copy-jco-libs-unit-tests) on project
> > org.fusesource.camel.component.sap.test: Unable to find/resolve
> artifact.:
> > The following artifacts could not be resolved:
> > com.sap.conn.jco:sapjco3:jar:3.1.12 (absent):
> > com.sap.conn.jco:sapjco3:jar:3.1.12 was not found in
> > https://repository.jboss.org/nexus/content/repositories/fs-releases/
> > during
> > a previous attempt. This failure was cached in the local repository and
> > resolution is not reattempted until the update interval of
> > fusesource-third-party-internal has elapsed or updates are forced ->
> [Help
> > 1]
> > [ERROR]
> > [ERROR] To see the full stack trace of the errors, re-run Maven with the
> -e
> > switch.
> > [ERROR] Re-run Maven using the -X switch to enable full debug logging.
> > [ERROR]
> > [ERROR] For more information about the errors and possible solutions,
> > please read the following articles:
> > [ERROR] [Help 1]
> > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException
> > [ERROR]
> > [ERROR] After correcting the problems, you can resume the build with the
> > command
> > [ERROR]   mvn <args> -rf :org.fusesource.camel.component.sap.test
> > ચિરાગ/चिराग/Chirag
> > ------------------------------------------
> > Sent from My Gmail Account
> >
> >
> > On Mon, Mar 24, 2025 at 11:53 AM Chirag <[email protected]>
> wrote:
> >
> > > Thank you for pointing me to this repository. Will explore how we can
> use
> > > this.
> > >
> > > regards,
> > >
> > >
> > > On Mon, Mar 24, 2025 at 11:45 AM Aurélien Pupier
> > > <[email protected]> wrote:
> > >
> > >> Hi Chirag,
> > >>
> > >> The source code is available here
> > >>
> > >>
> >
> https://github.com/jboss-fuse/fuse-components/tree/camel-4.10.2-branch/camel-sap
> > >> .
> > >> Take care of the licensing when using it.
> > >> Pull requests can be provided to this repository.
> > >>
> > >> Regards,
> > >>
> > >> On Mon, Mar 24, 2025 at 4:12 PM Chirag <[email protected]>
> > wrote:
> > >>
> > >> > I understand that.
> > >> >
> > >> > Just trying to understand what happens to fusesource sap components.
> > The
> > >> > source code for some of those is published by fuse/Redhat/IBM - but
> if
> > >> they
> > >> > do bcome part of respective "git" (not part of apache camel),
> > community
> > >> > members can review/submit PR / validate if these can be "sideloaded"
> > on
> > >> > apache camel app.
> > >> >
> > >> > ચિરાગ/चिराग/Chirag
> > >> > ------------------------------------------
> > >> > Sent from My Gmail Account
> > >> >
> > >> >
> > >> > On Mon, Mar 24, 2025 at 5:21 AM Federico Mariani <
> > >> > [email protected]> wrote:
> > >> >
> > >> > > Hello Chirag,
> > >> > >
> > >> > > The SAP license is not compatible with Apache rules, so the Apache
> > >> Camel
> > >> > > community cannot offer the camel-sap component, but there are
> > >> commercial
> > >> > > solutions that offer support for camel-sap.
> > >> > >
> > >> > > Regards,
> > >> > > Federico
> > >> > >
> > >> > > Il giorno sab 22 mar 2025 alle ore 03:16 Chirag <
> > >> > [email protected]
> > >> > > >
> > >> > > ha scritto:
> > >> > >
> > >> > > > Fuse had a camel-sap component.
> > >> > > >
> > >> > > > <dependency>
> > >> > > >     <groupId>org.fusesource</groupId>
> > >> > > >     <artifactId>camel-sap</artifactId>
> > >> > > >     <version>x.x.x</version>
> > >> > > > <dependency>
> > >> > > >
> > >> > > >
> > >> > > >
> > >> > > > this hasn't been part of camel standard or even camel -extras.
> is
> > >> > there a
> > >> > > > plan to bring this into apache camel fold?
> > >> > > >
> > >> > > > ચિરાગ/चिराग/Chirag
> > >> > > > ------------------------------------------
> > >> > > > Sent from My Gmail Account
> > >> > > >
> > >> > >
> > >> >
> > >>
> > >
> >
>

Reply via email to