-
Hi,
I added libdohj-core-0.14-SNAPSHOT.jar & below dependencies
```
org.slf4j
slf4j-api
1.7.7
junit
…
-
As Marina is not involved with EJB spec anymore the project lead field of the ejb-spec JIRA project has to be updated ASAP.
#### Affected Versions
[3.3]
-
Using JBatch within a JavaEE environment there is a potential race condition when submitting a batch job. When an EJB submits a job (e.g. from Cargo Tracker example app)
``` java
@Stateless
public cl…
-
```
Hi,
big compliments for Guice, excellent tool;-)
I have enhanced Guice to use custom annotation markers like @EJB or
@Ressource instead of only @Inject. This makes Guice very flexible - you
can …
-
# Description #
----------
Can't set values for configs.config.server-config.ejb-container by postboot comand file.
This works with asadmin comands.
Not working with payara/server-full:5.2021.7-…
-
Hello Xavier,
When I try to do a left or right join on a java.util.List property of an entity class I end up with a null pointer exception in class MultiClassLoaderProvider.
Snippet of my torpedoQu…
-
In the traditional Jaxrs2.x (Java EE7/8), [there are several approaches](https://github.com/hantsy/ee8-sandbox/tree/master/jaxrs-async/src/main/java/com/hantsylabs/example/ee8/jaxrs) to support async …
-
The class methods are removed. thereby removing the business logic of the class. I can see that the comment states `// ... (rest of the class remains the same)` however the patch removes the methods. …
-
I think something in Kantra or something related to analyzing Java apps with multiple modules is currently bugged.
I was checking out the `ejb-remote` sample recently, trying to make headway in inc…
-
### Problem Description
While working on #9708, I encountered a strange situation where the fact that EJBs and services receive their own `EntityManager` (via `AbstractBaseEjb` and `BaseAdoService`…