openamf/src/web/WEB-INF openamf-config.xml,1.4,1.5

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/src/web/WEB-INF
In directory sc8-pr-cvs1:/tmp/cvs-serv14551/src/web/WEB-INF

Modified Files:
	openamf-config.xml 
Log Message:
1) moved ResultTranslator back to where is was and where it should be
2) cleaned up ConfigDigester

Index: openamf-config.xml
===================================================================
RCS file: /cvsroot/openamf/openamf/src/web/WEB-INF/openamf-config.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** openamf-config.xml	30 Apr 2003 05:18:02 -0000	1.4
--- openamf-config.xml	30 Apr 2003 15:45:12 -0000	1.5
***************
*** 3,28 ****
  <config>
  	<!-- Required for DefaultGateway-->
! 	<invokers>
! 		<invoker>
! 			<name>PageableRecordSet</name>
! 			<class>org.openamf.invoker.PageableResultSetServiceInvoker</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>SLSB</name>
! 			<class>org.openamf.invoker.SLSBServiceInvoker</class>
! 		</invoker>
! 		<invoker>
! 			<name>Java</name>
! 			<class>org.openamf.invoker.JavaServiceInvoker</class>
! 		</invoker>
! 	</invokers>
  	
  	<!-- Required  for AdvancedGateway -->
--- 3,26 ----
  <config>
  	<!-- Required for DefaultGateway-->
! 	<invoker>
! 		<name>PageableRecordSet</name>
! 		<class>org.openamf.invoker.PageableResultSetServiceInvoker</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>SLSB</name>
! 		<class>org.openamf.invoker.SLSBServiceInvoker</class>
! 	</invoker>
! 	<invoker>
! 		<name>Java</name>
! 		<class>org.openamf.invoker.JavaServiceInvoker</class>
! 	</invoker>
  	
  	<!-- Required  for AdvancedGateway -->
***************
*** 31,79 ****
  		instead of having the DefaultGateway guess 
  	-->
! 	<services>
! 		<service>
! 			<name>Directory</name>
! 			<service-location>
! 				org.openamf.test.Directory
! 			</service-location>
! 			<invoker-ref>
! 				Java
! 			</invoker-ref>
! 			<state-bean-ref>
! 				<name>Authentication</name>
! 			</state-bean-ref>
! 			<operations>
! 				<operation>
! 					<!-- Operation's are matched by the name and parameters -->
! 					<name>getPeople</name>
! 					<parameters>
! 						<parameter>
! 							<!-- 
! 								type can be the the name of the class, 
! 								a * for any types,
! 								or a ? any 1 type
! 							-->
! 							<type>*</type>
! 						</parameter>
! 					</parameters>				
! 				</operation>
! 			</operations>
  			<result-translator>
  				<class>org.openamf.translator.BeanListToRecordSet</class>
! 				<parameters>
! 					<parameter>
! 						<name>ignore</name>
! 						<value>extraInfo</value>
! 					</parameter>
! 				</parameters>
  			</result-translator>
! 		</service>
! 	</services>
  	
! 	<state-beans>
! 		<state-bean>
! 			<name>Authentication</name>
! 			<class>org.openamf.test.Authentication</class>
! 		</state-bean>
! 	</state-beans>
  </config>
--- 29,68 ----
  		instead of having the DefaultGateway guess 
  	-->
! 	<service>
! 		<name>Directory</name>
! 		<service-location>
! 			org.openamf.test.Directory
! 		</service-location>
! 		<invoker-ref>
! 			Java
! 		</invoker-ref>
! 		<state-bean-ref>
! 			<name>Authentication</name>
! 		</state-bean-ref>
! 		<operation>
! 			<!-- Operation's are matched by the name and parameters -->
! 			<name>getPeople</name>
! 			<parameter>
! 				<!-- 
! 					type can be the the name of the class, 
! 					a * for any types,
! 					or a ? any 1 type
! 				-->
! 				<type>*</type>
! 			</parameter>
  			<result-translator>
  				<class>org.openamf.translator.BeanListToRecordSet</class>
! 				<parameter>
! 					<name>ignore</name>
! 					<value>extraInfo</value>
! 				</parameter>
  			</result-translator>
! 		</operation>
! 	</service>
  	
! 	<state-bean>
! 		<name>Authentication</name>
! 		<class>org.openamf.test.Authentication</class>
! 	</state-bean>
! 
  </config>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.