Skip to content

Commit

Permalink
Merge pull request #1019 from emmartins/JBEAP-29406
Browse files Browse the repository at this point in the history
[JBEAP-29406] Enable ejb-txn-remote-cal README's rendering of server …
  • Loading branch information
emmartins authored Feb 24, 2025
2 parents 264edbb + 830e518 commit a41f15c
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions ejb-txn-remote-call/README-source.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ WFLYSRV0018: Deployment "deployment.server.war" is using a private module ("org.
----

// Build and run sections for other environments/builds
ifndef::ProductRelease[]

[[build_and_run_the_quickstart_with_provisioned_server]]
== Building and running the quickstart application with provisioned {productName} server
Expand Down Expand Up @@ -673,8 +672,6 @@ mvn wildfly:shutdown -Dwildfly.port=10090
mvn wildfly:shutdown -Dwildfly.port=10190
----

endif::[]

== Running on OpenShift

The ephemeral nature of OpenShift does not work smoothly with {productName}'s ability to handle transactions.
Expand Down Expand Up @@ -730,13 +727,13 @@ To install {productName}'s Operator, follow the https://docs.redhat.com/en/docum
* You have installed the oc tool in your local system.
====

1. View the list of operators available to the cluster from the OperatorHub:
. View the list of operators available to the cluster from the OperatorHub:
+
[source,sh,options="nowrap",subs="+quotes,attributes+"]
----
oc get packagemanifests -n openshift-marketplace | grep eap
----
1. Create a `Subscription` object YAML file (for example, `eap-operator-sub.yaml`) to subscribe a namespace to your EAP operator. The following is an example `Subscription` object YAML file:
. Create a `Subscription` object YAML file (for example, `eap-operator-sub.yaml`) to subscribe a namespace to your EAP operator. The following is an example `Subscription` object YAML file:
+
[source,sh,options="nowrap",subs="+quotes,attributes+"]
----
Expand All @@ -752,7 +749,7 @@ spec:
source: redhat-operators
sourceNamespace: openshift-marketplace
----
1. Create the `Subscription` object from the YAML file:
. Create the `Subscription` object from the YAML file:
+
[source,sh,options="nowrap",subs="+quotes,attributes+"]
----
Expand Down

0 comments on commit a41f15c

Please sign in to comment.