You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by da...@apache.org on 2004/06/09 14:34:02 UTC

cvs commit: ws-axis/c/src/engine XMLParserFactory.cpp SOAPTransportFactory.cpp

damitha     2004/06/09 05:34:02

  Modified:    c/src/engine XMLParserFactory.cpp SOAPTransportFactory.cpp
  Log:
  
  
  Revision  Changes    Path
  1.7       +3 -2      ws-axis/c/src/engine/XMLParserFactory.cpp
  
  Index: XMLParserFactory.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/XMLParserFactory.cpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- XMLParserFactory.cpp	4 Jun 2004 05:13:22 -0000	1.6
  +++ XMLParserFactory.cpp	9 Jun 2004 12:34:02 -0000	1.7
  @@ -54,8 +54,9 @@
   	m_pcLibraryPath = g_pConfig->getAxConfProperty(AXCONF_XMLPARSER);
   #endif
   #else
  -	m_pcLibraryPath = "/usr/local/Axis/libs/libaxis_xmlparser.so"; //this will be taken from configuration file
  -	//m_pcLibraryPath = g_pConfig->getAxConfProperty(AXCONF_XMLPARSER);
  +	//m_pcLibraryPath = "/home/damitha/Axis/libs/libaxis_xmlparser.so"; //this will be taken from configuration file
  +	//m_pcLibraryPath = "/usr/local/Axis/libs/libaxis_xmlparser.so"; //this will be taken from configuration file
  +	m_pcLibraryPath = g_pConfig->getAxConfProperty(AXCONF_XMLPARSER);
   #endif
   	if (!loadLib())
   	{
  
  
  
  1.4       +3 -1      ws-axis/c/src/engine/SOAPTransportFactory.cpp
  
  Index: SOAPTransportFactory.cpp
  ===================================================================
  RCS file: /home/cvs/ws-axis/c/src/engine/SOAPTransportFactory.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- SOAPTransportFactory.cpp	4 Jun 2004 05:14:28 -0000	1.3
  +++ SOAPTransportFactory.cpp	9 Jun 2004 12:34:02 -0000	1.4
  @@ -54,7 +54,9 @@
   	//m_pcLibraryPath = "AxisTransport.dll"; //this will be taken from configuration file
   #endif
   #else
  -	m_pcLibraryPath = "/usr/local/Axis/libs/libaxis_transport.so"; //this will be taken from configuration file
  +	//m_pcLibraryPath = "/home/damitha/Axis/libs/libaxis_transport.so"; //this will be taken from configuration file
  +	//m_pcLibraryPath = "/usr/local/Axis/libs/libaxis_transport.so"; //this will be taken from configuration file
  +	m_pcLibraryPath = g_pConfig->getAxConfProperty(AXCONF_TRANSPORTHTTP);
   #endif
   	if (!loadLib())
   	{