-
Epic
-
Resolution: Done
-
Major
-
RH-SSO-7.1.0.CR1
-
None
I was testing Fuse QS, too. According to the fact that Fuse QS is more complex than the others, I am creating separated issue. Some of my suggestions are only cosmetic details, so, please, think of them just as recommendation how to improve this README.
- in fuse/README.md:
- at line no. 40: version of Fuse should change from 187 to 224 (with patch1),
- at line no. 56: according to previous steps in README, the $RHSSO variable contains "7.1.0.GA" value, but first command from features installation section (at line no. 56) requires to have "2.5.4.Final-redhat-1" as a version, to run successfully,
- I had set up local maven repository during the testing. To make it easier for someone in the future, there could be mentioned, how to configure Fuse to use local maven repo, via some link with instructions or directly in README via following 3 commands:
config:edit org.ops4j.pax.url.mvn
config:propset org.ops4j.pax.url.mvn.localRepository file:///path/to/local/maven/repo
config:update
- in app-war/README.md:
- app expects that RHSSO is running on http://localhost:8080 not http://localhost:8180 (based on base README). For clarity purposes, this could be mentioned more explicitly,
- there is a typo at line no. 107 should be "property" instead of actual "propery".