python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to utilize jeemanagement-1.1 performance statistics in openliberty
We're migration a legacy software from WebSphere traditional to OpenLiberty.
Just recently we have been extracting Performance Data based on the jeemanagement specification which says:
JSR77.6.1 Perf...
dag
Votes: 0
Answers: 1
Using Open Liberty with EclipseLink JPA provider - javax.persistence.sql-load-script-source not loading
Using Open Liberty version 21.0.0.12 with jpa-2.2 configured among features and Derby DS config:
server.xml
<featureManager>
<feature>jaxrs-2.1</feature>
<feature>jso...
Scott Kurz
Votes: 0
Answers: 1
open-liberty in dev mode throws "Error compiling Java files: error: option --source cannot be used together with --release" even for "empty" projects
I'm just starting to explore openliberty, so maybe there is something trivial I did not see.
The project is generated by https://openliberty.io/start/ with java version 17, jakarta ee 9.1 and micropro...
r-uu
Votes: 0
Answers: 1
How to read Open-Liberty server config property file value in java class?
I have a scenario where I need to read an url from my property file I have created in a server config directory of my created server i.e. C:\<path to liberty installation>\openliberty-21.0.0.11\...
Anonymous
Votes: 0
Answers: 2