-
Bug
-
Resolution: Done
-
Major
-
35.0.0.Beta1
-
None
The integration tests for the ejb-remote QS in the EJBRemoteIT test class are failing. When the QS is installed into OpenShift
[ERROR] Tests run: 2, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.342 s <<< FAILURE! -- in org.jboss.as.quickstarts.ejb.remote.EJBRemoteIT [ERROR] org.jboss.as.quickstarts.ejb.remote.EJBRemoteIT.testCalculator -- Time elapsed: 0.311 s <<< ERROR! java.lang.IllegalArgumentException: No port number given in URI 'remote+https://<my-openshift-url>' [ERROR] org.jboss.as.quickstarts.ejb.remote.EJBRemoteIT.testCounter -- Time elapsed: 0.004 s <<< ERROR! javax.naming.CommunicationException: EJBCLIENT000062: Failed to look up "/ejb-remote/CounterBean!org.jboss.as.quickstarts.ejb.remote.stateful.RemoteCounter?stateful" [Root exception is java.lang.IllegalArgumentException: No port number given in URI 'remote+https://<my-openshift-url>']
Note: The test in BasicRuntimeIT class passed
[INFO] Running org.jboss.as.quickstarts.ejb.remote.BasicRuntimeIT [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.849 s -- in org.jboss.as.quickstarts.ejb.remote.BasicRuntimeIT
- is related to
-
WFLY-20247 Add OpenShift support to ejb-remote quickstart
- Open