Blocking issues for porting SCA to Android platform

This page is meant to detail blocking issues with Android. At the start of the project the main issue related to Android was its lack of support of Annotations. A suggested workaround for issues related to Annotations was to use retrotranslator. After succesfully translating the SCA modules and modified Android modules with retrotranslator the Annotation related errors ceased. These errors are mainly related to lack of RMI support. This will be the first blocking issue on the list. As issues are resolved they will be scratched off and any new issues that arise will be added.

Issues:

1. ClassNotFoundException for java.rmi.Remote
2. ClassNotFoundException for java.beans.Introspector
3. ClassNotFoundException for javax.jsw.WebService

Suggested workarounds:

Three workarounds have been suggested for issue 1.
One workaround has been suggested for issue 2.

Status of workarounds:

1. RMI related

2. Beans related

JIRA tickets:

1. Created JIRA ticket for issues 1 and 2.

https://issues.apache.org/jira/browse/TUSCANY-2440