added <language> for docs
authorerickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 1 Nov 2005 22:03:02 +0000 (22:03 +0000)
committererickson <erickson@9efc2488-bf62-4759-914b-345cdb29e865>
Tue, 1 Nov 2005 22:03:02 +0000 (22:03 +0000)
git-svn-id: svn://svn.open-ils.org/OpenSRF/trunk@561 9efc2488-bf62-4759-914b-345cdb29e865

examples/opensrf.xml.example

index 98413fc..c4f0e55 100644 (file)
                                                0 then we don't -->
                                <stateless>1</stateless>
 
+                               <!-- Tells the servers which language this implementation is coded in 
+                                       In this case non "perl" servers will not be able to load the module -->
+                               <language>perl</language>
+
                                <!-- Module the implements this application -->
                                <implementation>OpenSRF::Application::Persist</implementation>
 
                        <opensrf.math>
                                <keepalive>3</keepalive>
                                <stateless>1</stateless>
+                               <language>perl</language>
                                <implementation>OpenSRF::Application::Demo::Math</implementation>
                                <max_requests>97</max_requests>
                                <unix_config>
                        <opensrf.dbmath> 
                                <keepalive>3</keepalive>
                                <stateless>1</stateless>
+                               <language>perl</language>
                                <implementation>OpenSRF::Application::Demo::MathDB</implementation>
                                <max_requests>99</max_requests>
                                <unix_config>
                        <opensrf.settings>
                                <keepalive>1</keepalive>
                                <stateless>0</stateless>
+                               <language>perl</language>
                                <implementation>OpenSRF::Application::Settings</implementation>
                                <max_requests>17</max_requests>
                                <unix_config>