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

[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-serv4930/src/web/WEB-INF

Modified Files:
	openamf-config.xml 
Log Message:
1) renamed ServiceOperationConfig to ServiceMethodConfig
2) renamed ServiceOperationParameterConfig to ServiceMethodParameterConfig
3) moved state-bean-ref from Service to Service Method
4) cached serviceConfig and serviceMethodConfig in request

Index: openamf-config.xml
===================================================================
RCS file: /cvsroot/openamf/openamf/src/web/WEB-INF/openamf-config.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** openamf-config.xml	30 Apr 2003 15:45:12 -0000	1.5
--- openamf-config.xml	1 May 2003 16:22:07 -0000	1.6
***************
*** 37,46 ****
  			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>
  				<!-- 
--- 37,61 ----
  			Java
  		</invoker-ref>
! 		<method>
! 			<!-- Operation's are matched by the name and parameters -->
! 			<name>addPerson</name>
! 			<state-bean-ref>
! 				<name>Authentication</name>
! 			</state-bean-ref>
! 			<parameter>
! 				<!-- 
! 					type can be the the name of the class, 
! 					a * for any types,
! 					or a ? any 1 type
! 				-->
! 				<type>*</type>
! 			</parameter>
! 		</method>
! 		<method>
  			<!-- Operation's are matched by the name and parameters -->
  			<name>getPeople</name>
+ 			<state-bean-ref>
+ 				<name>Authentication</name>
+ 			</state-bean-ref>
  			<parameter>
  				<!-- 
***************
*** 58,62 ****
  				</parameter>
  			</result-translator>
! 		</operation>
  	</service>
  	
--- 73,77 ----
  				</parameter>
  			</result-translator>
! 		</method>
  	</service>
  	




-------------------------------------------------------
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.