I have a problem in testing remote method calls via http using JBOSS 4.2.0.GA
application server.
I want to call EJB3 methods via HTTP ONLY (I have a firewall problem, as usual
;-) )
(REMARK: using simple RMI and adequate JNDI parameter the client
code is working correctly...)
Following many
I think there is a small problem in the code of the
org.jboss.console.remote.InvokerServlet
In the processRequest() method, it has this in case an error occurs:
catch(Throwable t)
| {
| t = org.jboss.mx.util.JMXExceptionDecoder.decode (t);
| org.jboss.invocati