[WFLY-21656] Fixes ha-singleton-deployment quickstart#1146
[WFLY-21656] Fixes ha-singleton-deployment quickstart#1146emmartins wants to merge 1 commit intowildfly:mainfrom
Conversation
| In this example, the service is a timer that is initialized by a `@Startup @Singleton` Jakarta Enterprise Beans bean. | ||
| The example is built and packaged as a single web archive. | ||
|
|
||
| ifdef::ProductRelease[] |
There was a problem hiding this comment.
FYI this is an extra, hiding content that depends on product docs, when not a product release
|
@emmartins Slipped through huge review PR queue, I ll review today. Thanks for reminder. |
|
Looking when the bug was introduced and it was for https://redhat.atlassian.net/browse/WFLY-18471 when we did the web app welcome page effort. Commit was a64b031 |
rhusar
left a comment
There was a problem hiding this comment.
Nice find, thanks @emmartins
With war packaging change above, the src/main/resources/ contents go into WEB-INF/classes/, so the file ended up at where the server doesn't look for it. Thus no demonstration of singleton.
kstekovi
left a comment
There was a problem hiding this comment.
LGTM. The file move to src/main/webapp/META-INF/ is correct for WAR packaging, and the README updates match.
Issue: https://redhat.atlassian.net/browse/WFLY-21656