-
My proposal is to add functionality in the EJB-Container to support @Idempotent for Stateless EJB methods.
A method is idempotent, when a call to this method does not have any side-effects. This mean…
-
The JAX-RS API already describes the possibility to integrate JAX-RS with EJB by simply adding the @Stateless annotation to a JAX-RS resource, and it defines the ability to access a Principal instance…
-
## Problem
We have an EJB returning a serializable object. By mistake, the returned object is a non static inner class, where the enclosing parent is not serializable.
When we call this EJB, an exce…
-
In EJB 3.2 PD, 15.2 Deployment Descriptor has been clarified, but it's still not fully clear not satisfying in my mind.
I think that with 15.4, it's better but there is still something painful.
I mea…
-
It would be very useful in large applications to be able to constrain the deployment of EJBs within a third-party supplied EJB jar by means of a deployment descriptor without also having to fully spec…
-
Hi,
just tried to run the maven plugin on my Java EE project, always getting this error:
Failed to execute goal com.sebastian-daschner:jaxrs-analyzer-maven-plugin:0.16:analyze-jaxrs (default) on…
-
This is something I brought up EJB 3.1, but didn't drive enough for it to make it to the spec – we had a lot of priorities. Logging it so we can tackle it in EJB 3.3
The issue is there's no easy solu…
-
## EJB
Os dois containers que existem e executam em um servidor de aplicações Java EE completo são o Web Container e o EJB Container.
Exemplos: client container, applet container, web container…
-
Hello,
I use a simple mapping from one type to another, and everything works fine in my JUnit test. I have two classes with three identical fields of type Integer, String, and Date.
When I try t…
-
```
1.Создаем Enterprise Application
2.Создаем модули ejb и web в нем
3.В модуле ejb создаем бин версии 2.1 с Local
интерфесом
4.После создания сгенерируется файл ejb-jar.xml
его не трогать
5.В web …