[jboss-user] [Remoting] - Re: Exception propagation using servlet transport

ron.sigal@jboss.com do-not-reply at jboss.com
Fri Oct 24 01:39:35 EDT 2008


"DGuralnik" wrote : 
  | It still throws java.lang.reflect.UndeclaredThrowableException. Jboss is 4.2.3 that contains remoting 2.2.2sp8 
  | 
  | 
  |   |    <!-- Unified invoker (based on remoting) for invocations via HTTP with target EJB3 beans -->
  |   |    <mbean code="org.jboss.remoting.transport.Connector"
  |   |       name="jboss.remoting:service=connector,transport=servlet,target=ejb3"
  |   |       display-name="EJB3 Servlet transport Connector">
  |   |       <depends>jboss.aop:service=AspectDeployer</depends>
  |   |       <attribute name="Configuration">  
  |   | <config>
  |   |             <invoker transport="servlet">
  |   |                <attribute name="dataType" isParam="true">invocation</attribute>
  |   |                <attribute name="timeout" isParam="true">600000</attribute>
  |   |                <attribute name="marshaller" isParam="true">org.jboss.invocation.unified.marshall.InvocationMarshaller</attribute>
  |   |                <attribute name="unmarshaller" isParam="true">org.jboss.invocation.unified.marshall.InvocationUnMarshaller</attribute>
  |   |                <attribute name="serverBindAddress">${jboss.bind.address}</attribute>
  |   |                <attribute name="serverBindPort">8080</attribute>
  |   |                <attribute name="path">unified-invoker/restricted/Ejb3ServerInvokerServlet</attribute>
  |   | 		<attribute name="noThrowOnError" isParam="true">true</attribute>
  |   | 		<attribute name="return-exception" isParam="true">true</attribute>
  |   |             </invoker>
  |   |          <handlers>
  |   |             <handler subsystem="AOP">org.jboss.aspects.remoting.AOPRemotingInvocationHandler</handler>
  |   |          </handlers>
  |   |  </config>
  |   | 
  | 

What is the Exception inside the UndeclaredThrowableException?  Could you give a stacktrace?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184346#4184346

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4184346



More information about the jboss-user mailing list