You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsif-dev@ws.apache.org by ow...@apache.org on 2003/02/05 15:31:46 UTC

cvs commit: xml-axis-wsif/java/samples/jms ServiceAvailability.wsdl

owenb       2003/02/05 06:31:46

  Modified:    java/samples/jms ServiceAvailability.wsdl
  Log:
  Specify the jndiConnectionFactoryName info in the jms:address since this is app server independent
  
  Revision  Changes    Path
  1.3       +1 -3      xml-axis-wsif/java/samples/jms/ServiceAvailability.wsdl
  
  Index: ServiceAvailability.wsdl
  ===================================================================
  RCS file: /home/cvs/xml-axis-wsif/java/samples/jms/ServiceAvailability.wsdl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- ServiceAvailability.wsdl	16 Jan 2003 18:07:27 -0000	1.2
  +++ ServiceAvailability.wsdl	5 Feb 2003 14:31:46 -0000	1.3
  @@ -47,9 +47,7 @@
   	<!-- vendor-specific deployment information needs to be entered here -->
   	<jms:address destinationStyle="queue"
   		     jndiDestinationName="queue/A"
  -		     jndiConnectionFactoryName=""
  -                     initialContextFactory=""
  -	             jndiProviderURL="localhost"/>
  +		     jndiConnectionFactoryName="ConnectionFactory"/>
         </port>
      </service>
   </definitions>