Problem with cts pom?

2007-03-29 Thread Andy Grove
After running svn update earlier this week, I am unable to run the cts due to the following error. I know that changes were made to the pom under TUSCANY-1195 so does this mean there are different instructions for running the cts now? Thanks, Andy. [INFO] Scanning for projects... [INFO] ---

Re: Language independent interface definition work

2007-03-29 Thread Jean-Sebastien Delfino
ant elder wrote: I've started on the language independent interface definition work that has been talked about on several threads. So it doesn't impact anything i've created separate modules idl, idl-java and idl-wsdl and with this new flat build structure it seemed appropriate to put them in

Re: [VOTE] Use single version for all Java/SCA modules and enable building all modules together

2007-03-29 Thread Davanum Srinivas
Jeremy, I started another DISCUSS thread to "keep talking", you still need to let everyone know what you think of this VOTE. thanks, dims On 3/29/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote: On Mar 28, 2007, at 11:29 PM, Venkata Krishnan wrote: > Hi Jeremy, > > Here is a problem that most of

Re: [VOTE] Use single version for all Java/SCA modules and enable building all modules together

2007-03-29 Thread Davanum Srinivas
Jim, I started another DISCUSS thread to "look at these", you still need to let everyone know what you think of this VOTE. thanks, dims On 3/29/07, Jim Marino <[EMAIL PROTECTED]> wrote: On Mar 29, 2007, at 10:28 AM, Jeremy Boynes wrote: > On Mar 28, 2007, at 11:29 PM, Venkata Krishnan wrote:

[DISCUSS] Next version - What should be in it

2007-03-29 Thread Davanum Srinivas
Folks, Let's keep the ball rolling...Can someone please come up with a master list of "extensions, bindings, services, samples" which can then help decide what's going to get into the next release. Please start a wiki page to document the master list. Once we are done documenting the list. We can

Tuscany Unpack issues

2007-03-29 Thread Brian Fox
Hi, I'm one of the Maven developers next-door at apache and the main developer for the maven-dependency-plugin. We've had a few requests recently from Tuscany users who have problems with the instructions or with the pom. (I haven't found the instructions yet so I can't be positive) You can see th

Re: Working with Tuscany SDOs reflectively

2007-03-29 Thread Ole Ersoy
Hey Frank, Yes - I can see how trying to change the specification, at least in the next couple of days, might be a long shot :-) I guess I'll just put a SDOUtil method in to separate the "EAttributes" from the "EReferences". That way when the SDOs are stored in ApacheDS, the DAS is not call

Re: [Discussion] Tuscany kernel modulization

2007-03-29 Thread Luciano Resende
Hi Sebastien I think it would be worth splitting contribution in two parts. - Contribution metadata: What's described in sca-contribution.xml and the relationships with the assembly and interface definition models (e.g. the list of deployables pointing to assembly composites, maybe also pointe

Re: Working with Tuscany SDOs reflectively

2007-03-29 Thread Frank Budinsky
Hi Ole, It will probably be hard to convince people to add the extra lists to the SDO specification. It was intentionally designed to have one simple list. Adding some methods in Tuscany (in class SDOUtil) to return just the dataType or non-dataType properties is possible, but as SDO is now bei

Re: Add a simple embedded runtime for Tuscany dummies

2007-03-29 Thread Raymond Feng
Hi, It's now checked in under r523826 and r523828. You can find the code at java/sca/runtime/embedded. Thanks, Raymond - Original Message - From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> To: Sent: Wednesday, March 28, 2007 9:38 AM Subject: Re: Add a simple embedded runtime for

Re: Working with Tuscany SDOs reflectively

2007-03-29 Thread Ole Ersoy
Super - Thanks Frank. This may be something I should be brining up to the SDO Specification guys, but it seems like Ecore's way of separating the EAttributes and the EReferences into separate lists will be more efficient from the perspective of of looking for various class members. For instance

SCA TESTING common testing environement or packaging

2007-03-29 Thread Robbie Minshall
Hi. For SDO we contributed to the SDO CTS allowing tuscany to consume our test cases. In the CTS we took the approach of a vendor independent component of tests (java/cts/sdo2.1) and a vendor specific impl (java/cts/sdo2.1-tuscany) which uses the tests and handled initialization etc. This has

[jira] Updated: (TUSCANY-1147) AccessViolation in DataObjectImpl::clearReferences()

2007-03-29 Thread Caroline Maynard (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Caroline Maynard updated TUSCANY-1147: -- Attachment: Tuscany-1147.patch Here's the two-line fix, which should be an improvemen

Re: Working with Tuscany SDOs reflectively

2007-03-29 Thread Frank Budinsky
In SDO there's a list of properties (simple and complex combined) that you can get like this: List properties = userSDO.getType().getProperties(); If you are interested in the simple ones, you need to do something like this when iterating through the list: if (property.getType().isDataType())

Working with Tuscany SDOs reflectively

2007-03-29 Thread Ole Ersoy
Hi, I asked this question a little differently before referring to EMF's ecore, and I'll try again by restating what I wish to do. Suppose I have an SDO instance Class name UserSDO, instance userSDO I would like to get a list of all the non-complex object members of userSDO So for insta

Re: [VOTE] Use single version for all Java/SCA modules and enable building all modules together

2007-03-29 Thread Jim Marino
On Mar 29, 2007, at 10:28 AM, Jeremy Boynes wrote: On Mar 28, 2007, at 11:29 PM, Venkata Krishnan wrote: Hi Jeremy, Here is a problem that most of us are facing with the Trunk and is hindering us to effectively contribute to the trunk. I see there is one solution that has been proposed

Unpack issues with Tuscany

2007-03-29 Thread Brian Fox
Hi, I'm one of the Maven developers next-door at apache and the main developer for the maven-dependency-plugin. We've had a few requests recently from Tuscany users who have problems with the instructions or with the pom. (I haven't found the instructions yet so I can't be positive) You can see th

Re: [VOTE] Use single version for all Java/SCA modules and enable building all modules together

2007-03-29 Thread Jeremy Boynes
On Mar 28, 2007, at 11:29 PM, Venkata Krishnan wrote: Hi Jeremy, Here is a problem that most of us are facing with the Trunk and is hindering us to effectively contribute to the trunk. I see there is one solution that has been proposed to making this simpler with some compromises. If th

Re: [VOTE] Use single version for all Java/SCA modules and enable building all modules together

2007-03-29 Thread Simon Laws
On 3/29/07, Ignacio Silva-Lepe <[EMAIL PROTECTED]> wrote: If I understand your clarification correctly, this vote is about putting out a single release with a certain number of modules in it, and with each module having the same version number. In particular, this vote does not set a cast-in-sto

Re: [VOTE] Use single version for all Java/SCA modules and enable building all modules together

2007-03-29 Thread Ignacio Silva-Lepe
If I understand your clarification correctly, this vote is about putting out a single release with a certain number of modules in it, and with each module having the same version number. In particular, this vote does not set a cast-in-stone precedent about how future releases will be put together.

Re: [VOTE] Use single version for all Java/SCA modules and enable building all modules together

2007-03-29 Thread Bert Lamb
This vote makes much more sense to me know and sounds a bit like what I was trying to propose, so I'm all for it and it gets my non-binding vote :) +1 (non-binding) -Bert On 3/29/07, ant elder <[EMAIL PROTECTED]> wrote: I wasn't clear enough when starting this vote, let me try to fix that: I

Re: [VOTE] Use single version for all Java/SCA modules and enable building all modules together

2007-03-29 Thread ant elder
I wasn't clear enough when starting this vote, let me try to fix that: I intended this vote to *be* the short term reality, I.e. about getting a release out from trunk with everyone contributing. It may well be right that a single module version doesn't scale, in the longer term maybe we need to

SPI reorg (was: Re: [Discussion] Tuscany kernel modulization

2007-03-29 Thread ant elder
On 3/27/07, Jeremy Boynes <[EMAIL PROTECTED]> wrote: One reason the SPI module is so large is that it does define many the interfaces for the components in you diagram. I think there is room for a reorganization there to clarify the usage of those interfaces. I would propose we start with that

[jira] Commented: (TUSCANY-1183) XSDChoiceTest

2007-03-29 Thread Andy Grove (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485134 ] Andy Grove commented on TUSCANY-1183: - Kelvin - yes, that was my intention. I'll be sure to add them in future.

[jira] Commented: (TUSCANY-1191) Test case for 2.1 spec section 9.10 XML without Schema to SDO Type and Property

2007-03-29 Thread Andy Grove (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485133 ] Andy Grove commented on TUSCANY-1191: - Kelvin - yes, that was my intention. Thanks. > Test case for 2.1 spec

[jira] Commented: (TUSCANY-1181) XSDSerializationTest is Tuscany-specific

2007-03-29 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485126 ] Kelvin Goodson commented on TUSCANY-1181: - Having trouble applying the patch. When I look at XSDHelperTest

[jira] Resolved: (TUSCANY-1191) Test case for 2.1 spec section 9.10 XML without Schema to SDO Type and Property

2007-03-29 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1191?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1191. - Resolution: Fixed Added new test case. I added an ASL license header to the test case,

[jira] Commented: (TUSCANY-1183) XSDChoiceTest

2007-03-29 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12485121 ] Kelvin Goodson commented on TUSCANY-1183: - Andy I realised I hadn't checked for license headers in the new

[jira] Resolved: (TUSCANY-1183) XSDChoiceTest

2007-03-29 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1183?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1183. - Resolution: Fixed Applied b version of zip file to add 2 new tests to CTS (BTW, a quic

[jira] Resolved: (TUSCANY-1177) CTS should not expect DocumentRoot to be included in results from XSDHelper.define()

2007-03-29 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1177?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1177. - Resolution: Fixed Applied patch that removes the expectation that SDO implementations s

[jira] Resolved: (TUSCANY-1176) DynamicTypesFromSchemaTestCase should not expect "mixed" and "text" properties

2007-03-29 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson resolved TUSCANY-1176. - Resolution: Fixed Applied patch to remove expectation of visibility of EMF properties