Re: Cloud enabled devices.

2011-10-10 Thread Jean-Sebastien Delfino
Hi there! a few thoughts: Tuscany-cpp has a hard dependency on HTTPD, used as runtime container instead or writing my own. Not sure if HTTPD mods can be easily ported to LightHTTPD. If it's feasible and people want to try, I can help with any questions you have on the Tuscany HTTPD mods. Some si

Re: JSON-RPC 2.0 Support, was Re: svn commit: r1180780 - in /tuscany/sca-java-2.x/trunk: distribution/all/src/main/release/bin/ modules/binding-jsonrpc-runtime/ modules/binding-jsonrpc-runtime/META-IN

2011-10-10 Thread Raymond Feng
I'll fix the 2.0 response. Raymond Feng rf...@apache.org Apache Software Foundation Member Apache Tuscany PMC member and committer: tuscany.apache.org Co-author of Tuscany SCA In Action book: www.tuscanyinaction.com Personal Web Sit

JSON-RPC 2.0 Support, was Re: svn commit: r1180780 - in /tuscany/sca-java-2.x/trunk: distribution/all/src/main/release/bin/ modules/binding-jsonrpc-runtime/ modules/binding-jsonrpc-runtime/META-INF/ m

2011-10-10 Thread Luciano Resende
On Mon, Oct 10, 2011 at 10:37 AM, Raymond Feng wrote: > Hi, > Before the changes, we use jabsorb as the jsonrpc 1.0 implementation. I > decided to use a home grown for number of reasons: > 1) The jsonrpc protocol is simple enough. I'm trying to avoid the dependency > to a non-active 3rd party proj

[jira] [Commented] (TUSCANY-3943) JAXWS Elements are not processed by the WSDLModelResolver - enableWrapperStyle elements are ignored

2011-10-10 Thread Scott Kurz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124344#comment-13124344 ] Scott Kurz commented on TUSCANY-3943: - After thinking some more I think Eric you've

Re: svn commit: r1180780 - in /tuscany/sca-java-2.x/trunk: distribution/all/src/main/release/bin/ modules/binding-jsonrpc-runtime/ modules/binding-jsonrpc-runtime/META-INF/ modules/binding-jsonrpc-run

2011-10-10 Thread Raymond Feng
Hi, Before the changes, we use jabsorb as the jsonrpc 1.0 implementation. I decided to use a home grown for number of reasons: 1) The jsonrpc protocol is simple enough. I'm trying to avoid the dependency to a non-active 3rd party project 2) I'm trying to leverage Jackson to improve performance

[jira] [Commented] (TUSCANY-3943) JAXWS Elements are not processed by the WSDLModelResolver - enableWrapperStyle elements are ignored

2011-10-10 Thread Scott Kurz (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124282#comment-13124282 ] Scott Kurz commented on TUSCANY-3943: - The tests work for me, when I: 1) run with th

Re: Cloud enabled devices.

2011-10-10 Thread dsh
On a side note - I was thinking to alternatively use LightHTTPD [1] instead of Apache HTTPD cause it run's on most of my embedded devices already. [1] http://www.lighttpd.net/ Cheers Daniel On Mon, Oct 10, 2011 at 4:20 PM, Simon Laws wrote: > On Sun, Oct 9, 2011 at 11:31 PM, Giorgio Zoppi > w

Re: Cloud enabled devices.

2011-10-10 Thread Simon Laws
On Sun, Oct 9, 2011 at 11:31 PM, Giorgio Zoppi wrote: > For embedded java and python are too much. .NET performs better, but > it is tight with Windows. It has a lot of dependencies, programmers > tends > to use introspection at runtime in the core.  I know, Java is a tool > like can be C/C++, but

[jira] [Closed] (TUSCANY-3887) AccessControlException in EquinoxServiceDiscoverer with Java2 security enabled

2011-10-10 Thread Simon Laws (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws closed TUSCANY-3887. --- Resolution: Fixed Looks like Brent committed this at r1140741 > AccessControlExcep

[jira] [Commented] (TUSCANY-3943) JAXWS Elements are not processed by the WSDLModelResolver - enableWrapperStyle elements are ignored

2011-10-10 Thread Simon Laws (Commented) (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13124090#comment-13124090 ] Simon Laws commented on TUSCANY-3943: - I've committed the patch Eric but it fails. J

[jira] [Closed] (TUSCANY-3945) Expose RuntimeEndpointImpl.getPromotedComponent() as a public interface.

2011-10-10 Thread Simon Laws (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3945?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws closed TUSCANY-3945. --- Resolution: Fixed Fix Version/s: Java-SCA-2.0 Fixed back at r1170998 > Expo

[jira] [Closed] (TUSCANY-3922) Java 2 Access Control exception originating from Interface2WSDLGenerator., JavaBeansDataBinding.copy, JAXBContextCache.getPackages, JavaImplementationInvoker.invok

2011-10-10 Thread Simon Laws (Closed) (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3922?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws closed TUSCANY-3922. --- Resolution: Fixed Patch applies back at r1158793 . Thanks for the patch Jennifer.

Re: svn commit: r1180780 - in /tuscany/sca-java-2.x/trunk: distribution/all/src/main/release/bin/ modules/binding-jsonrpc-runtime/ modules/binding-jsonrpc-runtime/META-INF/ modules/binding-jsonrpc-run

2011-10-10 Thread Simon Laws
On Mon, Oct 10, 2011 at 6:01 AM, wrote: > Author: rfeng > Date: Mon Oct 10 05:01:04 2011 > New Revision: 1180780 > > URL: http://svn.apache.org/viewvc?rev=1180780&view=rev > Log: > Use home-grown JSONRPC implementation > ...snip Hi Raymond Just interested. What made you build a home grown versi