lilantha    2003/02/23 08:32:00

  Modified:    contrib/Axis-C++/src/Util Url.hpp Url.cpp QName.hpp
                        QName.cpp NsStack.hpp NsStack.cpp AxisException.hpp
                        AxisException.cpp AxisConst.hpp AttList.hpp
  Log:
  update with new
  
  Revision  Changes    Path
  1.3       +1 -1      xml-axis/contrib/Axis-C++/src/Util/Url.hpp
  
  Index: Url.hpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/src/Util/Url.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Url.hpp   3 Jun 2002 04:24:25 -0000       1.2
  +++ Url.hpp   23 Feb 2003 16:31:59 -0000      1.3
  @@ -58,7 +58,7 @@
   /*
    *
    *
  - * @author Lilantha Darshana ([EMAIL PROTECTED])
  + * @author Lilantha Darshana ([EMAIL PROTECTED])
    *
    */
   
  
  
  
  1.3       +2 -2      xml-axis/contrib/Axis-C++/src/Util/Url.cpp
  
  Index: Url.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/src/Util/Url.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- Url.cpp   3 Jun 2002 04:24:25 -0000       1.2
  +++ Url.cpp   23 Feb 2003 16:31:59 -0000      1.3
  @@ -26,7 +26,7 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "SOAP" and "Apache Software Foundation" must
  + * 4. The names "Axis" and "Apache Software Foundation" must
    *    not be used to endorse or promote products derived from this
    *    software without prior written permission. For written
    *    permission, please contact [EMAIL PROTECTED]
  @@ -58,7 +58,7 @@
   /*
    *
    *
  - * @author Lilantha Darshana ([EMAIL PROTECTED])
  + * @author Lilantha Darshana ([EMAIL PROTECTED])
    *
    */
   
  
  
  
  1.3       +1 -1      xml-axis/contrib/Axis-C++/src/Util/QName.hpp
  
  Index: QName.hpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/src/Util/QName.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- QName.hpp 3 Jun 2002 04:24:25 -0000       1.2
  +++ QName.hpp 23 Feb 2003 16:31:59 -0000      1.3
  @@ -58,7 +58,7 @@
   /*
    *
    *
  - * @author Lilantha Darshana ([EMAIL PROTECTED])
  + * @author Lilantha Darshana ([EMAIL PROTECTED])
    *
    */
   
  
  
  
  1.4       +2 -2      xml-axis/contrib/Axis-C++/src/Util/QName.cpp
  
  Index: QName.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/src/Util/QName.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- QName.cpp 29 Aug 2002 07:41:36 -0000      1.3
  +++ QName.cpp 23 Feb 2003 16:31:59 -0000      1.4
  @@ -26,7 +26,7 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "SOAP" and "Apache Software Foundation" must
  + * 4. The names "Axis" and "Apache Software Foundation" must
    *    not be used to endorse or promote products derived from this
    *    software without prior written permission. For written
    *    permission, please contact [EMAIL PROTECTED]
  @@ -58,7 +58,7 @@
   /*
    *
    *
  - * @author Lilantha Darshana ([EMAIL PROTECTED])
  + * @author Lilantha Darshana ([EMAIL PROTECTED])
    *
    */
   
  
  
  
  1.3       +1 -1      xml-axis/contrib/Axis-C++/src/Util/NsStack.hpp
  
  Index: NsStack.hpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/src/Util/NsStack.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NsStack.hpp       3 Jun 2002 04:24:25 -0000       1.2
  +++ NsStack.hpp       23 Feb 2003 16:31:59 -0000      1.3
  @@ -58,7 +58,7 @@
   /*
    *
    *
  - * @author Lilantha Darshana ([EMAIL PROTECTED])
  + * @author Lilantha Darshana ([EMAIL PROTECTED])
    *
    */
   
  
  
  
  1.3       +2 -2      xml-axis/contrib/Axis-C++/src/Util/NsStack.cpp
  
  Index: NsStack.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/src/Util/NsStack.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- NsStack.cpp       3 Jun 2002 04:24:25 -0000       1.2
  +++ NsStack.cpp       23 Feb 2003 16:31:59 -0000      1.3
  @@ -26,7 +26,7 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "SOAP" and "Apache Software Foundation" must
  + * 4. The names "Axis" and "Apache Software Foundation" must
    *    not be used to endorse or promote products derived from this
    *    software without prior written permission. For written
    *    permission, please contact [EMAIL PROTECTED]
  @@ -58,7 +58,7 @@
   /*
    *
    *
  - * @author Lilantha Darshana ([EMAIL PROTECTED])
  + * @author Lilantha Darshana ([EMAIL PROTECTED])
    *
    */
   
  
  
  
  1.3       +10 -1     xml-axis/contrib/Axis-C++/src/Util/AxisException.hpp
  
  Index: AxisException.hpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/src/Util/AxisException.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AxisException.hpp 3 Jun 2002 04:24:25 -0000       1.2
  +++ AxisException.hpp 23 Feb 2003 16:31:59 -0000      1.3
  @@ -58,7 +58,7 @@
   /*
    *
    *
  - * @author Lilantha Darshana ([EMAIL PROTECTED])
  + * @author Lilantha Darshana ([EMAIL PROTECTED])
    *
    */
   #if !defined(_AXIS_AXISEXCEPTION_HPP)
  @@ -107,8 +107,17 @@
   {
        public:
                /// Create with a cause of exception & level of severity
  +             AxisFault(std::string p_Err):AxisException(p_Err, 0){}
                AxisFault(std::string p_Err, unsigned short p_Lvl);             
                ~AxisFault(){}
  +};
  +
  +class ConfigurationException: public AxisException
  +{
  +     public:
  +             /// Create with a cause of exception & level of severity
  +             ConfigurationException(std::string p_Err);              
  +             ~ConfigurationException(){}
   };
   
   #endif // _AXIS_AXISEXCEPTION_HPP
  
  
  
  1.3       +6 -2      xml-axis/contrib/Axis-C++/src/Util/AxisException.cpp
  
  Index: AxisException.cpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/src/Util/AxisException.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AxisException.cpp 3 Jun 2002 04:24:25 -0000       1.2
  +++ AxisException.cpp 23 Feb 2003 16:31:59 -0000      1.3
  @@ -26,7 +26,7 @@
    *    Alternately, this acknowledgment may appear in the software itself,
    *    if and wherever such third-party acknowledgments normally appear.
    *
  - * 4. The names "SOAP" and "Apache Software Foundation" must
  + * 4. The names "Axis" and "Apache Software Foundation" must
    *    not be used to endorse or promote products derived from this
    *    software without prior written permission. For written
    *    permission, please contact [EMAIL PROTECTED]
  @@ -58,7 +58,7 @@
   /*
    *
    *
  - * @author Lilantha Darshana ([EMAIL PROTECTED])
  + * @author Lilantha Darshana ([EMAIL PROTECTED])
    *
    */
   
  @@ -98,3 +98,7 @@
        m_Error = p_Err,  m_Lvl = p_Lvl;
   }
   
  +ConfigurationException::ConfigurationException(std::string p_Err)
  +{
  +     m_Error = p_Err;
  +}
  \ No newline at end of file
  
  
  
  1.4       +25 -1     xml-axis/contrib/Axis-C++/src/Util/AxisConst.hpp
  
  Index: AxisConst.hpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/src/Util/AxisConst.hpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- AxisConst.hpp     29 Aug 2002 07:41:27 -0000      1.3
  +++ AxisConst.hpp     23 Feb 2003 16:31:59 -0000      1.4
  @@ -57,7 +57,7 @@
   
   /*
    *
  - * @author Lilantha Darshana ([EMAIL PROTECTED])
  + * @author Lilantha Darshana ([EMAIL PROTECTED])
    *
    */
   
  @@ -126,6 +126,30 @@
   
        static const std::string XML_SCHEMA_INSTANCE_TYPE = NSPREFIX_SCHEMA_XSI + ":" 
+ "type";
        static const std::string XML_SCHEMA_INSTANCE_NIL  = NSPREFIX_SCHEMA_XSI + ":" 
+ "nil";
  +
  +     // Engine property names
  +     static const char *PROP_XML_DECL           = "sendXMLDeclaration";
  +     static const char *PROP_DEBUG_LEVEL        = "debugLevel";
  +     static const char *PROP_DEBUG_FILE         = "debugFile";
  +     static const char *PROP_DOMULTIREFS        = "sendMultiRefs";
  +     static const char *PROP_PASSWORD           = "adminPassword";
  +     static const char *PROP_SYNC_CONFIG        = "syncConfiguration";
  +     static const char *PROP_SEND_XSI           = "sendXsiTypes";
  +     static const char *PROP_ATTACHMENT_DIR = "attachments.Directory";
  +
  +     static const char *PROP_ATTACHMENT_IMPLEMENTATION  = 
"attachments.implementation" ;
  +     static const char *PROP_ATTACHMENT_CLEANUP                 = 
"attachment.DirectoryCleanUp";
  +     static const char *PROP_DEFAULT_CONFIG_CLASS       = "axis.engineConfigClass";
  +     static const char *PROP_SOAP_VERSION                       = 
"defaultSOAPVersion";
  +     static const char *DEFAULT_ATTACHMENT_IMPL                 
="org.apache.axis.attachments.AttachmentsImpl";
  +
  +     static const char *ENV_ATTACHMENT_DIR   = "axis.attachments.Directory";
  +     static const char *ENV_SERVLET_REALPATH = "servlet.realpath";
  +     static const char *ENV_SERVLET_CONTEXT  = "servletContext";
  +
  +     // Default admin. password
  +     static const char *DEFAULT_ADMIN_PASSWORD = "admin";
  +
   };
   
   
  
  
  
  1.3       +1 -1      xml-axis/contrib/Axis-C++/src/Util/AttList.hpp
  
  Index: AttList.hpp
  ===================================================================
  RCS file: /home/cvs/xml-axis/contrib/Axis-C++/src/Util/AttList.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- AttList.hpp       3 Jun 2002 04:24:25 -0000       1.2
  +++ AttList.hpp       23 Feb 2003 16:31:59 -0000      1.3
  @@ -57,7 +57,7 @@
   
   /*
    *
  - * @author Lilantha Darshana ([EMAIL PROTECTED])
  + * @author Lilantha Darshana ([EMAIL PROTECTED])
    *
    */
   
  
  
  

Reply via email to