Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Dit lost het probleem op dat soms Glassfish opstart en een witte pagina toont met enkel tekst.
Dit komt omdat soms Glassfish de classpath niet scant bij het opstarten en dus de bootfaces-jar niet gebruikt. Onze bootsfaces tags worden dan niet gerendered.
De oplossing is zelf al de bootsfaces elementen te registreren.
InitBootsfacesBean.initializeBootsfacesRenderers
wordt dan bij elke startup gecalled en zal alle componenten ondernet.bootsfaces.component.ComponentsEnum
toevoegen.De oplossing heb ik hier gevonden: #TheCoder4eu/BootsFaces-OSP#732
Samengevat op deze blog: beyondjava.net/running-bootsfaces-on-glassfish-or-payara
PS: Bij mij kan het niet alle componenten registreren. Ik krijg nog als boodschap:
Init Bootsfaces: registered renderers/total components : 68/78