Skip to content

Commit 082565a

Browse files
psavidisPetros Savvidisdanielkelemen
authored
docs(content/update): Add Weld Issue Workaround Note
Co-authored-by: Petros Savvidis <petrossavidis@users.noreply.github.com> Co-authored-by: Daniel Kelemen <danielkelemen@users.noreply.github.com> Related-to: camunda/camunda-bpm-platform#4434
1 parent 68bf0df commit 082565a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

content/update/minor/721-to-722/_index.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -152,4 +152,9 @@ Replace the artifact `camunda-engine-rest-$PLATFORM_VERSION-tomcat.war` with `ca
152152

153153
### Migrating to the Tomcat 10 Docker Image
154154

155-
If your application uses a Docker image based on `Tomcat 9`, you need to perform the above migration steps yourself before your application is compatible with the `jakarta` namespace changes the new Tomcat version introduces.
155+
If your application uses a Docker image based on `Tomcat 9`, you need to perform the above migration steps yourself before your application is compatible with the `jakarta` namespace changes the new Tomcat version introduces.
156+
157+
### Weld Class Loading Issues
158+
159+
In deployment scenarios involving one or more process applications with managed beans, classloading issues may occur if the WELD library is directly embedded in the WAR or process application deployment.
160+
To resolve this, it is recommended to relocate the WELD library from the WAR or process application deployment to the Tomcat server's library folder.

content/update/patch-level.md

+7
Original file line numberDiff line numberDiff line change
@@ -493,12 +493,19 @@ This API is an internal API, which means it's **not** part of the public [REST A
493493
This version supports all the necessary building-block modules for our users to use `camunda-bpm-platform` community and enterprise editions in conjunction with `Tomcat 10.1`.
494494

495495
{{< note title="Heads-up!" class="warning" >}}
496+
497+
**<h4>Jakarta Namespace</h4>**
498+
496499
`Tomcat 10` is compatible with the `jakarta` namespace.
497500
If you wish to use it, the `jakarta` modules needs to be used (`camunda-webapp-tomcat-jakarta`, `camunda-engine-rest-jakarta`).
498501

499502
The `javax` modules won't work with `Tomcat 10`.
500503

501504
For detailed steps of manual installation, follow the [Tomcat Manual Installation Guide]({{< ref "/installation/full/tomcat/manual.md" >}})
505+
506+
**<h4>Weld Class Loading Issues</h4>**
507+
In deployment scenarios involving one or more process applications with managed beans, classloading issues may occur if the WELD library is directly embedded in the WAR or process application deployment.
508+
To resolve this, it is recommended to relocate the WELD library from the WAR or process application deployment to the Tomcat server's library folder.
502509
{{< /note >}}
503510

504511
# Full Distribution

0 commit comments

Comments
 (0)