melloware opened a new pull request, #765:
URL: https://github.com/apache/myfaces/pull/765
Confirmed by uncommenting the Disabled test get the stack trace
```
Suppressed: java.lang.NullPointerException: Cannot invoke
"org.apache.myfaces.push.cdi.WebsocketScopeManager$AbstractScope.isChannelAvailable(String)"
because the return value of
"org.apache.myfaces.push.cdi.WebsocketScopeManager.getScope(String, boolean)"
is null
at
org.apache.myfaces.push.WebsocketComponentRenderer.encodeEnd(WebsocketComponentRenderer.java:148)
at
jakarta.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:634)
at
jakarta.faces.component.UIComponentBase.encodeAll(UIComponentBase.java:523)
at
jakarta.faces.component.UIComponentBase.encodeAll(UIComponentBase.java:519)
at
jakarta.faces.component.UIComponentBase.encodeAll(UIComponentBase.java:519)
at
org.apache.myfaces.view.facelets.FaceletViewDeclarationLanguage.renderView(FaceletViewDeclarationLanguage.java:1779)
at
org.apache.myfaces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:316)
at
org.apache.myfaces.lifecycle.RenderResponseExecutor.execute(RenderResponseExecutor.java:122)
at
org.apache.myfaces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:241)
at
jakarta.faces.webapp.FacesServlet.service(FacesServlet.java:225)
at
io.undertow.servlet.handlers.ServletHandler.handleRequest(ServletHandler.java:74)
at
io.undertow.servlet.handlers.security.ServletSecurityRoleHandler.handleRequest(ServletSecurityRoleHandler.java:63)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]