forked from apache/camel-quarkus
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0c91803
commit 9f3d147
Showing
1 changed file
with
45 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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". | ||
---- | ||
|