Skip to content

Commit

Permalink
Generated file for sap
Browse files Browse the repository at this point in the history
  • Loading branch information
JiriOndrusek committed Sep 27, 2024
1 parent 0c91803 commit 9f3d147
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions docs/modules/ROOT/pages/reference/extensions/sap.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
// Do not edit directly!
// This file was generated by camel-quarkus-maven-plugin:update-extension-doc-page
[id="extensions-sap"]
= SAP
:linkattrs:
:cq-artifact-id: camel-quarkus-sap
:cq-native-supported: false
:cq-status: Preview
:cq-status-deprecation: Preview
:cq-description: Provides SAP Camel Component
:cq-deprecated: false
:cq-jvm-since: 3.2.0
:cq-native-since: n/a

ifeval::[{doc-show-badges} == true]
[.badges]
[.badge-key]##JVM since##[.badge-supported]##3.2.0## [.badge-key]##Native##[.badge-unsupported]##unsupported##
endif::[]

Provides SAP Camel Component

[id="extensions-sap-maven-coordinates"]
== Maven coordinates

[source,xml]
----
<dependency>
<groupId>org.apache.camel.quarkus</groupId>
<artifactId>camel-quarkus-sap</artifactId>
</dependency>
----
ifeval::[{doc-show-user-guide-link} == true]
Check the xref:user-guide/index.adoc[User guide] for more information about writing Camel Quarkus applications.
endif::[]

[id="extensions-sap-camel-quarkus-limitations"]
== Camel Quarkus limitations

The SAP extension does not support the packaging type `uber-jar` which causes the application to throw a runtime exception similar to this:

[source, console, subs="attributes+"]
----
Caused by: java.lang.ExceptionInInitializerError: JCo initialization failed with java.lang.ExceptionInInitializerError: Illegal JCo archive "sap-1.0.0-SNAPSHOT-runner.jar". It is not allowed to rename or repackage the original archive "sapjco3.jar".
----

0 comments on commit 9f3d147

Please sign in to comment.