Author: rfeng
Date: Wed Sep  5 16:17:37 2007
New Revision: 573099

URL: http://svn.apache.org/viewvc?rev=573099&view=rev
Log:
Remove @Service annotation on the interfaces

Modified:
    
incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/main/java/helloworld/HelloWorldService.java
    
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java

Modified: 
incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/main/java/helloworld/HelloWorldService.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/main/java/helloworld/HelloWorldService.java?rev=573099&r1=573098&r2=573099&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/main/java/helloworld/HelloWorldService.java
 (original)
+++ 
incubator/tuscany/java/sca/samples/helloworld-ws-reference/src/main/java/helloworld/HelloWorldService.java
 Wed Sep  5 16:17:37 2007
@@ -19,13 +19,11 @@
 package helloworld;
 
 import org.osoa.sca.annotations.Remotable;
-import org.osoa.sca.annotations.Service;
 
 /**
  * The interface for the helloworld service
  */
 @Remotable
[EMAIL PROTECTED]
 public interface HelloWorldService {
     public String getGreetings(String name);
 }

Modified: 
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java?rev=573099&r1=573098&r2=573099&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java
 (original)
+++ 
incubator/tuscany/java/sca/samples/helloworld-ws-service/src/main/java/helloworld/HelloWorldService.java
 Wed Sep  5 16:17:37 2007
@@ -19,13 +19,11 @@
 package helloworld;
 
 import org.osoa.sca.annotations.Remotable;
-import org.osoa.sca.annotations.Service;
 
 /**
  * This is the business interface of the HelloWorld greetings service.
  */
 @Remotable
[EMAIL PROTECTED]
 public interface HelloWorldService {
 
     public String getGreetings(String name);



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to