-
15. Re: Exception propagation using HTTP servlet transport on 1.
martinschweigert May 30, 2008 6:36 AM (in response to cyberax)Sorry, sorry, I did not see the second page...
-
16. Re: Exception propagation using HTTP servlet transport on 1.
martinschweigert May 30, 2008 6:43 AM (in response to cyberax)Another problem, if you are updating jboss-remoting the jbossall-client.jar does not contain the "ServletThrowable" in JBoss 4.2.2GA...
-
17. Re: Exception propagation using HTTP servlet transport on 1.
a_ananta Jul 7, 2008 4:46 PM (in response to cyberax)jboss-service.xml:
true -
18. Re: Exception propagation using HTTP servlet transport on 1.
a_ananta Jul 7, 2008 4:46 PM (in response to cyberax)
true -
19. Re: Exception propagation using HTTP servlet transport on 1.
a_ananta Jul 7, 2008 4:47 PM (in response to cyberax)attribute name="return-exception" isParam="true" true /attribute
-
20. Re: Exception propagation using HTTP servlet transport on 1.
a_ananta Jul 7, 2008 4:48 PM (in response to cyberax)true < / attribute >
-
21. Re: Exception propagation using HTTP servlet transport on 1.
dguralnik Oct 17, 2008 7:16 AM (in response to cyberax)<!-- 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">
jboss.aop:service=AspectDeployer
invocation
600000
org.jboss.invocation.unified.marshall.InvocationMarshaller
org.jboss.invocation.unified.marshall.InvocationUnMarshaller
${jboss.bind.address}
8080
unified-invoker/restricted/Ejb3ServerInvokerServlet
true
true
org.jboss.aspects.remoting.AOPRemotingInvocationHandler
It still throws java.lang.reflect.UndeclaredThrowableException. Jboss is 4.2.3 that contains remoting 2.2.2sp8 -
22. Re: Exception propagation using HTTP servlet transport on 1.
dguralnik Oct 17, 2008 7:21 AM (in response to cyberax)<!-- 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>
-
23. Re: Exception propagation using HTTP servlet transport on 1.
dguralnik Oct 17, 2008 7:23 AM (in response to cyberax)It still throws java.lang.reflect.UndeclaredThrowableException. Jboss is 4.2.3 that contains remoting 2.2.2sp8
-
24. Re: Exception propagation using HTTP servlet transport on 1.
ron_sigal Oct 24, 2008 1:37 AM (in response to cyberax)Move thread to "Exception propagation using servlet transport" http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4184344#4184344 on the Remoting Users forum.