-
I tried to test new WebSocket feature with JSF 2.3.3(Glassfish implementation). I used Jetty 9.4.7 as web server and followed this guide(https://javaserverfaces.github.io/whats-new-in-jsf23.html)
…
-
# Description #
----------
The verb `PROPFIND` (part of WebDAV) fails when TLS is enabled and Payara was rebooted since deployment of the EAR, but only if the EAR also contains a `@WebService`.
…
-
Upgrading the omnifaces dependency from 4.0.1 to 4.1 in my PrimeFaces 13.0.0.-SNAPSHOT based web application breaks with the following output:
```
[2023-05-15T13:42:26.297+0200] [Payara 6.2023.3] …
-
### Brief Summary
When using Testcontainers to create a Payara deployment, I need to map port 8080 and 4848 to some random number assigned by Testcontainers. This is non-changeable in Testcontainer…
-
I am always trying to update myself to the latest Java EE specs. And two years ago, I created a `ee8-sandbox` project to practice the upcoming Java EE 8.
There is a Java EE 8 version [JSF sample](h…
-
### Brief Summary
When an Entity is in a transaction, and is then fired as an event, and an exception occurs in the listener, the transaction is not always rolled back.
A second listener is requ…
-
### Before reporting an issue
- [X] I have searched existing issues
- [X] I have reproduced the issue with the latest release
### Area
admin/client/java
### Describe the bug
While adding a new ro…
-
# Description #
----------
The error message "Network Listener named http-listener-1 to which this ssl element is being added already has an ssl element." occurs as soon as pressing "OK" after typ…
-
I spend two days looking for reason why payara couldnt start.
![image](https://user-images.githubusercontent.com/96438712/171214159-d498cd39-16de-4706-98c0-73587633815f.png)
But then i found out th…
-
I started testing version 6.0.0.Alpha1 with Jakarta EE 10, but I used scope "ClientWindowScoped" I received exception below. If used "RequestScope", work normaly. I need configuration some additional …