You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by na...@apache.org on 2006/11/17 02:14:50 UTC

svn commit: r476013 - /webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java

Author: nagy
Date: Thu Nov 16 17:14:49 2006
New Revision: 476013

URL: http://svn.apache.org/viewvc?view=rev&rev=476013
Log:
Ported r462501 (Fixed a character set encoding issue)  

Modified:
    webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java

Modified: webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java?view=diff&rev=476013&r1=476012&r2=476013
==============================================================================
--- webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java (original)
+++ webservices/axis2/trunk/java/modules/kernel/src/org/apache/axis2/engine/ServiceLifeCycle.java Thu Nov 16 17:14:49 2006
@@ -24,7 +24,7 @@
  * When you want to initialize database connections , starting threads and etc..
  * at the time you deploy  service (similar to loadonstartup).
  * You need to implement this interface and add additional (optional) attribute
- * into services.xml <service name=”Foo”  class=”Service life cycle impl class”>
+ * into services.xml <service name="Foo"  class="Service life cycle impl class">
  */
 
 public interface ServiceLifeCycle {



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org