If Payara is used to deploy application with pages (xml/jsp). They are not displayed in the layout editor.
To fix this, the "XFrame Options" option must be disabled in the Payara Admin Console.
Can be found under: Configurations >server-config > HTTP Listener (Advanced configuration changes) > HTTP (Tab) > XFrame Options
At the CC meeting, you recommended that we implement a startup screen. So that the user already sees something before the application starts. Can you show us a sample implementation here?
Thank you and best regards
Daniel
Can we ignore this or should we investigate?
Can't really classify that...
Best regards
Daniel
[2023-03-29T10:40:11.264+0200] [Payara 5.2022.4] [WARNING] [] [javax.enterprise.web] [tid: _ThreadID=94 _ThreadName=http-thread-pool::http-listener- 1(10)] [timeMillis: 1680079211264] [levelValue: 900] [[
StandardWrapperValve[FacesServlet]: Servlet.service() for servlet FacesServlet threw exception
java.lang.Error: Client that sends the request is not the one that created the session. Request is cancelled: /x/faces/eclntjsfserver/includes/ccaround.jsp
at org.eclnt.jsfserver.util.SecurityFilterGeneral.performCheck_remoteAddress(SecurityFilterGeneral.java:206)
at org.eclnt.jsfserver.util.SecurityFilterGeneral.doFilter(SecurityFilterGeneral.java:96)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:253)
at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:211)
at org.eclnt.jsfserver.util.SecurityFilter.doFilter(SecurityFilter.java:162)
We have (on a trial basis) chcked out our application with the new RISC client.
Very pleasant >90% works out of the box. The whole application is running very performant.
Super implementation of the new HTML based approach!
We would be happy without installing Java at client side.
So we think that is the right way to go...
We are writing our GUI definition in Java code like "ROWNode row = new ROWNode();"
Therefor it would be nice if we could use the CC Layout Editor to generate Java classes instead of XML.
Thanks and kind regards
Daniel