DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
There are some SCA modules that uses the Beans API, but the Android library does not implement this API. For now the source code that uses the Beans API is being commented. In future, we may also probably use the Apache Harmony Beans API to add the Beans support on Android SCA. But it would be a good approach when the Android Annotation support is fixed, otherwise we will still need to use the retrotranslator, because the Beans API uses a lot the Reflection API.
javax.jws.WebService
There are some SCA modules that import javax.jws.WebService, which is not part of the supported packages in Android. The current approach is to comment out the code that relies on javax.jws.WebService. Also looking to find if it can be backported (similar to RMI).