Re: Result handler not being invoked

Michael Guyver <[email protected]> Mon, 5 Feb 2007 19:22:36 +0000 (UTC)
Newsgroups gmane.comp.java.openamf.user
Message-ID <[email protected]>
Michael Guyver <kenevel <at> gmail.com> writes:

Sorry, should have added this in the original post. As you can tell from the
previously-posted HTTP response, the custom mapping to AS class guyverm.Person
is being found and transmitted. 

<?xml version="1.0" encoding="UTF-8"?>
<config>

	<amf-serializer>
		<force-lower-case-keys>true</force-lower-case-keys>
	</amf-serializer>
       
	<!-- Required for DefaultGateway-->
	<invoker>
		<name>PageableRecordSet</name>
		<class>org.openamf.invoker.PageableResultSetServiceInvoker</class>
	</invoker>
	<invoker>
		<name>SessionControl</name>
		<class>org.openamf.invoker.SessionControlInvoker</class>
	</invoker>
	<invoker>
		<name>WebService</name>
		<class>org.openamf.invoker.WebServiceInvoker</class>
	</invoker>
	<invoker>
		<name>JMX</name>
		<class>org.openamf.invoker.JMXServiceInvoker</class>
	</invoker>
	
	<invoker>
		<name>Java</name>
		<class>org.openamf.invoker.JavaServiceInvoker</class>
	</invoker>
	<pageable-recordset>
		<initial-data-row-count>20</initial-data-row-count>
	</pageable-recordset>
	<custom-class-mapping>
		<java-class>uk.co.mindfruit.flex.amf.Person</java-class>
		<custom-class>guyverm.Person</custom-class>
	</custom-class-mapping>

</config>


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642