-
```
1.Создаем Enterprise Application
2.Создаем модули ejb и web в нем
3.В модуле ejb создаем бин версии 2.1 с Local
интерфесом
4.После создания сгенерируется файл ejb-jar.xml
его не трогать
5.В web …
-
One of the items I would like to see better addressed in a future WebSocket API version is integration with EJB and CDI.
The case for CDI integration is likely fairly self-explanatory so there no poi…
-
create an example application for remote ejb calls.
Test if the tracee context is propagated correctly for all standard application server:
- JBoss AS
- Apache TomEE
- Glassfish
- ...
The example ap…
-
I've been trying to get this sample working, but in both the client and the server I'm hitting the following issue:
```
[25/05/16 14:06:54:369 BST] 00000032 com.ibm.ws.ejb.injection.processor.EJBInje…
-
I am not familiarized with the specifics of the J2EE implementation. But the test below fails when used in conjunction with this arquillian extension (part of the code apparently non relevant is ommit…
-
Is there a likely deployment descriptor problem or class not found exception that is responsible for the following? Could we include the cause exception or at least log it?
Exception call stack fr…
-
Hi Swaldman. I had an issue about using the c3po. When im compile and run the Java EJB file then so sudden an error raise and it seem have connecting with this c3po. Can give any suggestion for this e…
-
Stateful EJBs should be treated as first class citizens in the JEE container. I think you should be able to write a webapp that creates a stateful EJB, puts user data in it, then passes it to an MDB f…
-
During the build process, there are warnings printed after updating to jboss-parent 40:
```
[INFO] --- archetype:3.2.1:integration-test (default-integration-test) @ wildfly-jakartaee-ear-archetype…
-
PersistenceContext is not injected in EJB interceptors, and throws NullPointerException when I try to access the EntityManager.
This issue forces me to rewrite all the interceptors.
``` Java
public c…
agori updated
4 years ago