Skip to main content
Advice
0 votes
0 replies
60 views

For example, in JPA we can change the isolation level for each method as follows: @Transactional(isolation = Isolation.REPEATABLE_READ) public void processOrder(Long orderId) { // business logic }...
user3435425's user avatar
Best practices
0 votes
1 replies
64 views

After reading the documentation and looking at the examples, I still can't figure out how to read a List<Message<?>> and save it to the database in a single operation (batch insert) in ...
user3435425's user avatar
Advice
1 vote
2 replies
60 views

We have some expensive REST services implemented in Helidon MP 4 that often take one minute until they are finished and the response is returned. It happens quite often that the client disconnects ...
Dr. Hans-Peter Störr's user avatar
1 vote
1 answer
78 views

I'd like to be able to programmatically check whether or not an endpoint in my Helidon MP application has the @PermitAll annotation, e.g. from its SecurityContext or something like that. Is this ...
Navigateur's user avatar
  • 1,902
1 vote
1 answer
85 views

I have a Helidon app and would like to take CPU samples and/or start a CPU profiler. This does not work. With the same setup, it works for a simple (non Helidon) app Trying to start the CPU (and also ...
Itchy's user avatar
  • 2,474
0 votes
0 answers
46 views

I need to upgrade our application from Helidon 3.0.2 to Helidon 3.2.12, but running gives this error: [INFO] 2025-06-17 13:24:37,043 [main] org.jboss.weld.Bootstrap - WELD-ENV-002001: Weld SE ...
Pat's user avatar
  • 467
0 votes
0 answers
75 views

I have a parent class that exposes as a REST endpoint a common method for all my rest services. My child classes which are JAX-RS resources implement their own specific methods and expose their ...
zlinks's user avatar
  • 1,077
0 votes
1 answer
169 views

I am trying to implement OpenAPI UI in my project with Helidon 2.6.6 Added the following dependencies in my pom.xml <dependency> <groupId>io.helidon.microprofile....
Levi Ackerman's user avatar
0 votes
1 answer
86 views

I have below rest client in java as below: import jakarta.ws.rs.*; import org.eclipse.microprofile.rest.client.annotation.RegisterClientHeaders; import org.eclipse.microprofile.rest.client.inject....
Shanij P.S's user avatar
0 votes
1 answer
45 views

I want to use Helidon SE 4.1.6 and producer the data to a specific partition of Apache Kafka using producer. Detail : I have gone through the https://helidon.io/docs/latest/se/reactive-messaging#...
MOHAMMAD SHADAB's user avatar
0 votes
1 answer
204 views

I am facing a NullPointerException when trying to use EntityManager in my Helidon MicroProfile project. The exception occurs because the EntityManager is null when I attempt to create a query. The ...
Sid-Ali's user avatar
0 votes
1 answer
181 views

How do I fix this exception? It is preventing me from starting a Helidon server. I am running TestNG from Eclipse IDE. This does not happen if I execute mvn clean package. ... Caused by: org.jboss....
Nathan's user avatar
  • 9,145
0 votes
1 answer
56 views

I have the following class that supposed to send messages to Oracle AQ defined application.yml. @ApplicationScoped public class BaseAQClient{ private static final Logger logger = LoggerFactory....
user19024546's user avatar
1 vote
2 answers
88 views

We're developing a Single-Page Application using Helidon SE as the api and webserver. We are struggling how to configure OIDC authentication using Auth0. We are not sure about the following: If the ...
Christopher Schank's user avatar
1 vote
1 answer
179 views

I am new to Helidon, and we want our Java app to support HTTPS for REST calls. I have a sample controller that returns some string, and my app currently runs on http://localhost:8080. How can I enable ...
NotACat's user avatar
  • 39

15 30 50 per page
1
2 3 4 5
12