summaryrefslogtreecommitdiffstats
path: root/sandbox/lresende/sca/samples/organization-das/src/main/java/organization/das/OrganizationDataService.java
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 21:17:34 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-08-11 21:17:34 +0000
commit993ff15cd6749572834e83f61ac9efeb0e27ad97 (patch)
tree00e6b61d6d17ec9acadd5e607ea5a6936d12d5dc /sandbox/lresende/sca/samples/organization-das/src/main/java/organization/das/OrganizationDataService.java
parente28d47b5d1a2ed8623e62fa36ee35a77671e92ef (diff)
Updates to remove @Remotable to avoid SDO copyHelper bug
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@684934 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sandbox/lresende/sca/samples/organization-das/src/main/java/organization/das/OrganizationDataService.java')
-rw-r--r--sandbox/lresende/sca/samples/organization-das/src/main/java/organization/das/OrganizationDataService.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/sandbox/lresende/sca/samples/organization-das/src/main/java/organization/das/OrganizationDataService.java b/sandbox/lresende/sca/samples/organization-das/src/main/java/organization/das/OrganizationDataService.java
index e035720769..af71558b14 100644
--- a/sandbox/lresende/sca/samples/organization-das/src/main/java/organization/das/OrganizationDataService.java
+++ b/sandbox/lresende/sca/samples/organization-das/src/main/java/organization/das/OrganizationDataService.java
@@ -19,10 +19,8 @@
package organization.das;
-import org.osoa.sca.annotations.Remotable;
import org.soa.types.SchemaInfoType;
-@Remotable
public interface OrganizationDataService {
public commonj.sdo.DataObject findOrganizationBugTwo(java.lang.String id, SchemaInfoType schemaInfo);