DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Below are detailed some issues we got when porting the Apache Tuscany SCA Java version to the Android platform. The progress of some blocking issues can be tracked here.
Android Reflection API
The Apache Tuscany SCA library relies a lot on the Java Reflection API. The Android API provides the Reflection API, otherwise on the latest Android SDK version (m5-rc15) it is not correctly implemented with some Reflection methods throwing exceptions. At Android developers list there are many topics about this problem and the Android developers tell that in next release it will be fixed. So far we are using the retrotranslator as a workaround for this problem until the next SDK version is released. Unfortunately the next SDK release date is uncertain.
...