Skip to content

Commit

Permalink
fix(docs): fix broken link for example
Browse files Browse the repository at this point in the history
Related to CAM-12036, PR #595
  • Loading branch information
tiruis committed Jun 23, 2020
1 parent 2a99c69 commit 5e49351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/user-guide/runtime-container-integration/jboss.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ A declarative mechanism like `@Resource` could be
@Resource(mappedName = "java:global/camunda-bpm-platform/process-engine/$PROCESS_ENGINE_NAME"

{{< note title="Look Up a Process Engine From JNDI Using Spring" class="warning" >}}
On JBoss AS 7 / Wildfly, Spring users should always [create a resource-ref for the process engine in web.xml]({{< relref "#manage-service-dependencies" >}})</a> and then lookup the local name in the `java:comp/env/` namespace. [For an example, see this Quickstart](https://github.com/camunda/camunda-bpm-examples/tree/master/deployment/spring-jboss-non-pa)</a>
On JBoss AS 7 / Wildfly, Spring users should always [create a resource-ref for the process engine in web.xml]({{< relref "#manage-service-dependencies" >}})</a> and then lookup the local name in the `java:comp/env/` namespace. [For an example, see this Quickstart](https://github.com/camunda/camunda-bpm-examples/tree/master/deployment/spring-wildfly-non-pa)</a>
{{< /note >}}


Expand Down

0 comments on commit 5e49351

Please sign in to comment.