Julia
2012-05-10 12:10:35 UTC
Hello everybody,
I'm evaluating if we can use Errai to replace GWT RPC.
We wanted to test the CDI-solution, but I can't get it to work.
Our application-server is a weblogic 10.3.5 (11g). When I try it in the IDE (Eclipse 3.7) with WTP it works fine, but when I build it with Maven (install) and deploy it to the server, the messages don't reach the server.
We debugged a lot and found out that the MessageQueue is null, when polling for new messages in the DefaultBlockingServlet.
The QueueCloseEvent is not fired until I undeploy the application, but I couldn't find out where the connection gets lost.
Do I have any chance to get it to work on our server?
With best regards
Julia
I'm evaluating if we can use Errai to replace GWT RPC.
We wanted to test the CDI-solution, but I can't get it to work.
Our application-server is a weblogic 10.3.5 (11g). When I try it in the IDE (Eclipse 3.7) with WTP it works fine, but when I build it with Maven (install) and deploy it to the server, the messages don't reach the server.
We debugged a lot and found out that the MessageQueue is null, when polling for new messages in the DefaultBlockingServlet.
The QueueCloseEvent is not fired until I undeploy the application, but I couldn't find out where the connection gets lost.
Do I have any chance to get it to work on our server?
With best regards
Julia