Hi,

I managed to get an variant of helloworld-jsp working on Google App Engine. The application is now up and running at [1].

During the bring-up, I made a few minor changes to Tuscany 2.x code base to fix the two classes that break the the App Engine JRE Class White List:

org.apache.tuscany.sca.node.impl.NodeImpl (java.lang.management.ManagementFactory is restricted) org.apache.tuscany.sca.core.invocation.impl.JDKProxyFactory (subclassing java.lang.reflect.Proxy is not allowed: org.apache.tuscany.sca.core.invocation.CachedProxy)

[1] http://scacloud.appspot.com/
[2] https://svn.apache.org/repos/asf/tuscany/java/sca/samples/webapps/helloworld-jsp

Thanks,
Raymond
---
Raymond Feng
Apache Tuscany PMC Member: http://tuscany.apache.org
Co-author of Tuscany In Action: http://www.manning.com/laws


Reply via email to