RE: binding.jms in SCA Java 2.0 M4 -RC2

2009-11-11 Thread Konradi, Philipp
Are there any workarounds known? From: ant elder [mailto:ant.el...@gmail.com] Sent: Monday, November 09, 2009 10:21 AM To: dev@tuscany.apache.org Subject: Re: binding.jms in SCA Java 2.0 M4 -RC2 Does the JMS binding actually work in an OSGi environment, i thought there were issues with

Re: svn commit: r834406 - /tuscany/otest/newlayout/tuscany-test-runner/src/test/resources/tuscany-oasis-sca-tests-errors.properties

2009-11-11 Thread Simon Laws
I still don't think this is right... The error as reported now is caused by the import for Contribution1 from Contribution2 not being resolved. This error is correct in as much as the the 12011 test defines. config.contributionNames= new String[] { ASM_12011, Contribution2,

Re: Board report due this month

2009-11-11 Thread ant elder
On Wed, Nov 11, 2009 at 12:20 PM, Simon Laws simonsl...@googlemail.com wrote: Is the spec compliance work of interest to the board? Simon Yep, thanks thats definitely worth mentioning ...ant

Re: Adding shaded modules to build aggregated jars of tuscany modules

2009-11-11 Thread scatest4
Thanks. ...And what about JMS support? On 11/10/09, ant elder antel...@apache.org wrote: Its still TBD and in progress. I've added a shaded jar for webservices support so theres now tuscany-base [1] and tuscany-webservices [2]. The base jar includes all the Tuscany runtime, Java components,

[jira] Commented: (TUSCANY-3369) Interface2JavaGenerator doesn't work

2009-11-11 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3369?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12776493#action_12776493 ] Kelvin Goodson commented on TUSCANY-3369: - I believe the Interface2JavaGenerator

Re: svn commit: r834683 - in /tuscany/java/sca/modules/endpoint-zookeeper

2009-11-11 Thread Raymond Feng
We have the multicast based Tribes registry working (I got it working with OSGi remote services). I'm sure that we need to improve it to cover more use cases. Tribes is simple as multicast is supported by the JDK and no server needs to be started. There are a few down sides though. For

Re: svn commit: r834683 - in /tuscany/java/sca/modules/endpoint-zookeeper

2009-11-11 Thread Simon Laws
It would be worth discussing what those Tuscany functions might be in the context of [1]. Having said this the diagram there is a little biased. I'm concerned that there is a temptation to believe that we are either building a distributed domain infrastructure that is controlled from a central

Re: svn commit: r834683 - in /tuscany/java/sca/modules/endpoint-zookeeper

2009-11-11 Thread ant elder
On Wed, Nov 11, 2009 at 5:10 PM, Raymond Feng enjoyj...@gmail.com wrote: Tribes is simple as multicast is supported by the JDK and no server needs to be started. There are a few down sides though. For example, * It is not very enterprise network friendly By that are you referring to how it

Re: svn commit: r834683 - in /tuscany/java/sca/modules/endpoint-zookeeper

2009-11-11 Thread Raymond Feng
I agree. It is a matter of separation of different concerns. IMO, the registry layer provides the infrastructure to share information (like a virtual map). The information can be any metadata that are relevant to the SCA domain. We can use that to do different things, such as: * Share

Re: svn commit: r834683 - in /tuscany/java/sca/modules/endpoint-zookeeper

2009-11-11 Thread Raymond Feng
Two issues here: 1) ATM, the static route is only visible to the node where the route is defined. For some reason, the members added by the static route is not propagated to the group membership. I didn't have chance to fix that. 2) The static route can be used to add members to the group.

Re: svn commit: r834683 - in /tuscany/java/sca/modules/endpoint-zookeeper

2009-11-11 Thread ant elder
On Wed, Nov 11, 2009 at 7:07 PM, Raymond Feng enjoyj...@gmail.com wrote: Two issues here: 1) ATM, the static route is only visible to the node where the route is defined. For some reason, the members added by the static route is not propagated to the group membership. I didn't have chance to

Re: [VOTE] Release Tuscany SCA 2.0 M4 RC3

2009-11-11 Thread Jean-Sebastien Delfino
ant elder wrote: Please review/vote on the SCA 2.0 M4 release. The distribution artifacts and maven staging repository are at: http://people.apache.org/~antelder/tuscany/2.0-M4-RC3 That includes the binary and source distributions, RAT reports, and maven staging repository which also contains

Fwd: SDO -1.1.1 FNF exception

2009-11-11 Thread ramanjaneyulu malisetti
Hi, I am getting the FNF exception like below when I tried to load XML file. Prior to loading this XML file, I am loading its XSDs using XSDHelper.INSTANCE.define. org.eclipse.emf.ecore.xmi.FeatureNotFoundException: Feature 'connectorConfiguration' not found. (http:///temp.xml, 3, 46)

Removing obsolete SVN Tags

2009-11-11 Thread Luciano Resende
While working on the new SVN structure, I have found the following obsolete tags and want to check what others think about removing them : https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/tags/1.5-RC0/ https://svn.apache.org/repos/asf/tuscany/sca-java-1.x/tags/1.5.1-RC1/

Re: [DISCUSS] Simplifying our current SVN Structure

2009-11-11 Thread Luciano Resende
On Tue, Nov 10, 2009 at 2:56 PM, Luciano Resende luckbr1...@gmail.com wrote: The SDO and DAS projects are now structured as Tuscany subprojects - https://svn.apache.org/repos/asf/tuscany/das-java/ - https://svn.apache.org/repos/asf/tuscany/sdo-java/ I'll start working on the 1.x code base

Re: binding.jms in SCA Java 2.0 M4

2009-11-11 Thread Raymond Feng
Hi, It seems that there is a problem with Java2WSDL generation in the binding.jms. And NPE is thrown as binding.jms doesn't pass in the Monitor. I fixed the NPE under http://svn.apache.org/viewvc?rev=835235view=rev. You can take this change to see what the root cause of the problem. Thanks,

binding.jms in SCA Java 2.0 M4

2009-11-11 Thread Joseph, Roshan IN BLR SISL
Hi Raymond, Thank you for the quick response, I have updated the binding.ws.wsdlgen. module with the changes you have made and now I get a new error with respect to connection factory. Is this becoz of any missing bundles or it is not able to access the jndi.properties file, which too is