[jboss-user] [JNDI/Naming/Network] - Re: [[EJBInvokerServlet]] Servlet.service() for servlet EJB

2007-05-25 Thread formica
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

[jboss-user] [JNDI/Naming/Network] - Re: [[EJBInvokerServlet]] Servlet.service() for servlet EJB

2007-04-19 Thread nidget
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