-
I have that problem when page periodically send ajax request to server.
Setup:
Wildfly 11
Mojarra 2.2.16
Primefaces 5.3
Progress Bar periodically updates its value with an interval of 1000 (1 s)…
-
![error 4](https://github.com/payara/Payara/assets/79078267/36df1ee7-5e4d-457a-a63b-1b6651dd7a2f)
### Brief Summary
Hi Everyone,
For the last few days, I was trying to run the Eclipse cargo-tra…
-
### Brief Summary
Remote clients cannot discover payara 5 EJBs using the list() method of InitialContext to list the remote server's 'java:global' naming context due to a java.io.NotSerializableExc…
-
## Description ##
I am trying to test jee security using the `@RolesAllowed` and `@RunAs` annotations in Arquillian and Payara Embedded but to me it doesn't seem to work correctly.
## Expected O…
-
### Brief Summary
When using payara 5.2022.4 I sometimes see the following during startup. I tried to reproduce without success.
at fish.payara.microprofile.faulttolerance.service.FaultToleranceS…
-
Are there plans for an EE9 compatible release which targets the jakarta namespace?
-
After upgrade from GF 4.1 to Glassfish 4.1.1, I get timed out transactions, with a warning in the log:
Warning: EJB5123:Rolling back timed out transaction [JavaEETransactionImpl: txId=51 nonXAResource…
-
# Description #
----------
I tried implementing code from https://blog.payara.fish/deploying-data-source-configuration with one little change: instead of annotating the DataSource field with just …
-
Consider the following examle:
```
**Index.java**import javax.enterprise.context.RequestScoped;
import javax.inject.Named;
@Named
@RequestScoped
public class Index {
private String text;
pu…
-
### Apache NetBeans version
Apache NetBeans 21
### What happened
most of the time I get this exception warning when loading netbeans 21 regarding nullpointerexception
```
java.lang.Null…