-
We were trying to install StrongKey FIDO server (v4.7) on Ubuntu machine (v20.4). However, we could not complete the setup as while initiating the SKFS server, we were getting below exception on the P…
-
Page:
`http://localhost:8080/AuctionDBDemo/faces/itemUpdate.xhtml?itemID=2`
Exception:
```
Caused by: java.lang.IllegalArgumentException: An instance of a null PK has been incorrectly provided f…
-
In our EJB example we added the Interceptors annotation as follow:
``` java
@Stateless
@Interceptors({ OpenTracingInterceptor.class})
public class PartyServiceImpl implements PartyService {
```
…
-
### Brief Summary
We have a StatelessSessionBean in our product that uses a scheduled method togehter with a @WithSpan annotation from the OpenTelemetry package (io.opentelemetry.instrumentation), …
-
Annotation to define max concurrency for access to a method or bean. This was first mooted on the EJB spec but adding to concurrency would mean this could be used generally across the platform.
Se…
-
If you deploy GenericJMSRA with DeliveryType=Synchronous and then deploy a MDB
application, when you subsequently undeploy the application you get the
following application repeatedly (once for each M…
-
Two (or more) timers should be created in the application. These EJB timers should be non-persistent.
Because this is a clustered environment that you already created yourself, the goal is the follo…
-
Hi All,
What do you think about EJb RMI-IIOP over Http2 or WebSocket like OMG GIOP->HTIOP?
The EJB Component Model have more feature for a good alternative to gRPC, FinagleRPC or zeroICE.
In the EJ…
-
```
What web framework and version are you using (Struts1, Struts2, Spring,
JBoss Seam)?
Struts2, Spring 2.5.6, Hibernate 3
Did you download j2w-ejb-2.0.zip or built from the source code?
Downloade…
-
### Brief Summary
I have just upgraded some of my projects to Jakarta EE 10, from **Payara 5** to the latest **Payara 6.2024.6** and some functionality related to MP JWT validation stopped working …