[jira] Created: (TUSCANY-927) SCA Policy framework support in Tuscany

2006-11-14 Thread Felix Ren (JIRA)
SCA Policy framework support in Tuscany --- Key: TUSCANY-927 URL: http://issues.apache.org/jira/browse/TUSCANY-927 Project: Tuscany Issue Type: New Feature Components: Java SCA Core Affects

Re: Test failure with CastCastException in trunk DAS code

2006-11-14 Thread Luciano Resende
Hi Kelvin, This looks like caused by the changes from Tuscany-885 (revision 474389)... if I remove that, the DAS test cases passes and then there is no build break. Could you please take a look at it ? - Luciano On 11/13/06, Luciano Resende [EMAIL PROTECTED] wrote: Yes, just saw this

[jira] Updated: (TUSCANY-927) SCA Policy framework support in Tuscany

2006-11-14 Thread Felix Ren (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-927?page=all ] Felix Ren updated TUSCANY-927: -- Attachment: policyinit.patch Initial checkin for policy framework. SCA Policy framework support in Tuscany ---

[jira] Updated: (TUSCANY-927) SCA Policy framework support in Tuscany

2006-11-14 Thread Felix Ren (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-927?page=all ] Felix Ren updated TUSCANY-927: -- Attachment: java.sca.kernel.core.src.test.resources.org.apache.tuscany.core.zip I couldn't package a file in a new folder into the patch, so I upload it as a

[jira] Commented: (TUSCANY-927) SCA Policy framework support in Tuscany

2006-11-14 Thread Felix Ren (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-927?page=comments#action_12449610 ] Felix Ren commented on TUSCANY-927: --- Hi Jim and others, This initial patch including several separated parts of Policy Framework, I did not integrate them

Re: [C++] Doxygen documentation for our runtime

2006-11-14 Thread Pete Robbins
On 14/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Definitely! Done under revision r474696. On linux, run configure with the --enable-doxygen option. It's off by default. On Windows run doxygen Doxyfile.w32 from the doc directory. The doc is generated under

[jira] Commented: (TUSCANY-928) Define Tuscany SDO options for XMLHelper load and save operations

2006-11-14 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-928?page=comments#action_12449635 ] Kelvin Goodson commented on TUSCANY-928: TUSCANY-713 represents a specific instance of this issue, and prereqs a solution to this JIRA. Define Tuscany

[jira] Commented: (TUSCANY-713) Discover and regiester new SDO types during the time of loading the XML instance document

2006-11-14 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-713?page=comments#action_12449633 ] Kelvin Goodson commented on TUSCANY-713: The result of Yangs experimentation was to demonstrate that we can achieve this behaviour by setting options at

[jira] Commented: (TUSCANY-713) Discover and regiester new SDO types during the time of loading the XML instance document

2006-11-14 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-713?page=comments#action_12449637 ] Kelvin Goodson commented on TUSCANY-713: One other thing I meant to add was to capture the fact that we must be able to be able to define a TypeHelper

Re: Setting Open Content (Was Re: SDO Java: Getting Involved -- Tests/Samples)

2006-11-14 Thread kelvin goodson
HI Andy, the ability to perform open content addition in this way . DataObject product = catalog.createDataObject(product, commonj.sdo, DataObject); is SDO 2.1 behaviour, and we don't have that operating in Tuscany yet. To set open content you currently need to use the Property

Re: SDO Java: Getting Involved -- Tests/Samples

2006-11-14 Thread kelvin goodson
For the record, as this thread was getting a bit long I responded to this under a new title --- Re: Setting Open Content (Was Re: SDO Java: Getting Involved -- Tests/Samples)

[jira] Created: (TUSCANY-928) Define Tuscany SDO options for XMLHelper load and save operations

2006-11-14 Thread Kelvin Goodson (JIRA)
Define Tuscany SDO options for XMLHelper load and save operations - Key: TUSCANY-928 URL: http://issues.apache.org/jira/browse/TUSCANY-928 Project: Tuscany Issue Type:

Re: [jira] Commented: (TUSCANY-921) wire element in SCDL causes UnrecognizedElementException

2006-11-14 Thread Venkata Krishnan
Hi Jim, Please help me understand this... all of what I mention here is in the context of explicit wire defintions.. i.e. wires defined in scdl by the 'wire' element. As per the specs it seems like the source of a wire could be a composite's service's reference. If this is the case can I have

Re: Unit testing/debuging a SCA Container

2006-11-14 Thread Venkata Krishnan
Hi Luciano, Presently there are some unit tests in the JavaScript and Ruby containers. You could probably get to do similar ones for DAS as well. Though you might have to cover a little more I am sure you will get a good idea of how to go about this on you take a look at them. - Venkat On

[jira] Updated: (TUSCANY-906) Provide ant scripts to build selected samples

2006-11-14 Thread Simon Nash (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-906?page=all ] Simon Nash updated TUSCANY-906: --- Attachment: build.xml Updated build.xml file for calculator sample, eliminating copy tasks Provide ant scripts to build selected samples

Howto

2006-11-14 Thread Adriano Crestani
Willian, Luciano said to upload the howto in the wiki, no matter if it's finished or not. Report us when you have uploaded it ; ) Then I will try to describe the the xml configuration file you've made. Adriano Crestani

Re: DAS Container - First part ready for review....

2006-11-14 Thread Venkata Krishnan
Hi, I have tried my best to explain... just in case something is not right in this could somebody pitch in please. Thanks. - Venkat On 11/14/06, Luciano Resende [EMAIL PROTECTED] wrote: Hi All I have updated (Tuscany-904) with a new version of the DAS container. This is based on the

[jira] Updated: (TUSCANY-906) Provide ant scripts to build selected samples

2006-11-14 Thread Simon Nash (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-906?page=all ] Simon Nash updated TUSCANY-906: --- Attachment: build.xml Update build.xml file for helloworldws sample, eliminating copy tasks Provide ant scripts to build selected samples

Review of Tuscany Java M2 Samples/Readme

2006-11-14 Thread Lee Surprenant
After yesterday's chat I took some time to look at the samples/readmes from the M2 branch. Minus a few grammatical mistakes, I found the content consistent and easy to follow. Here are a few minor questions/concerns: - Why is the core-1.0-incubator-M2-SNAPSHOT.jar included in the contrib

Updated ant scripts attached to TUSCANY-906

2006-11-14 Thread Simon Nash
I have attached updated ant scripts for calculator and helloworldws to TUSCANY-906. Following Raymond's suggestion, they eliminate all the copy tasks. This makes them less scary than the previous versions, and makes it easier to see how to build a Tuscany standalone application or a Tuscany

Re: Axis2 1.1 timeframes

2006-11-14 Thread Raymond Feng
Hi, all. I'll make the changes to change the axis2 version to 1.1 as well as other related artifacts. Thanks, Raymond - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, November 14, 2006 8:15 AM Subject: Re: Axis2 1.1 timeframes

Re: Conversational services

2006-11-14 Thread Ignacio Silva-Lepe
I have also changed the non-blocking interceptor to propagate conversation ids to support async ops. An issue that comes up with this is that if a conversational service also uses async ops (e.g., one-ways), the corresponding implementations (client and/or service) need to be careful about

OSGi IRC discussion transcript

2006-11-14 Thread Jim Marino
A few of us had a discussion about OSGi integration today on IRC for those interested: [08:11am] jhawkins: Welcome, Nicole! [08:11am] jmarino: Hi Nicole [08:11am] jmarino: should we begin? [08:11am] Nicole: yes Should we start asking questions? [08:12am] jhawkins: Lets. Where do you want to

[jira] Commented: (TUSCANY-885) Property DataObject.getProperty(String propertyName) should return null if the property cannot be found

2006-11-14 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-885?page=comments#action_12449716 ] Luciano Resende commented on TUSCANY-885: - After this changes, DAS test case is failing at : Running

Re: Review of Tuscany Java M2 Samples/Readme

2006-11-14 Thread Raymond Feng
Hi, Lee. Thank you very much for the review. Please see my comments below. Raymond - Original Message - From: Lee Surprenant [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, November 14, 2006 8:25 AM Subject: Review of Tuscany Java M2 Samples/Readme After yesterday's

Re: DAS Container - First part ready for review....

2006-11-14 Thread Jim Marino
On Nov 14, 2006, at 8:15 AM, Venkata Krishnan wrote: Hi, I have tried my best to explain... just in case something is not right in this could somebody pitch in please. Thanks. - Venkat On 11/14/06, Luciano Resende [EMAIL PROTECTED] wrote: Hi All I have updated (Tuscany-904) with a

Re: A few issues around axis2 1.1 maven artifacts

2006-11-14 Thread Raymond Feng
Hi, Dims. Is it OK to release our stuff (Tuscany M2) based on the following two repositories? http://people.apache.org/repo/m1-ibiblio-rsync-repository http://ws.zones.apache.org/repository Thanks, Raymond - Original Message - From: Davanum Srinivas [EMAIL PROTECTED] To:

Re: A few issues around axis2 1.1 maven artifacts

2006-11-14 Thread Jeremy Boynes
On 11/14/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Dims. Is it OK to release our stuff (Tuscany M2) based on the following two repositories? http://people.apache.org/repo/m1-ibiblio-rsync-repository It would be better to use the M1 repo at ibiblio http://www.ibiblio.org/maven

Re: DAS Container - First part ready for review....

2006-11-14 Thread Jeremy Boynes
On 11/14/06, Jim Marino [EMAIL PROTECTED] wrote: One minor thing here. Unless the configuration values are always immutable, an ObjectFactory should be injected otherwise one component could accidentally modify a configuration parameter of another as instances will be shared. When the component

Re: DAS Container - First part ready for review....

2006-11-14 Thread Jim Marino
On Nov 14, 2006, at 12:02 PM, Jeremy Boynes wrote: On 11/14/06, Jim Marino [EMAIL PROTECTED] wrote: One minor thing here. Unless the configuration values are always immutable, an ObjectFactory should be injected otherwise one component could accidentally modify a configuration parameter of

Re: Unit testing/debuging a SCA Container

2006-11-14 Thread Jim Marino
Hi Luciano, Sorry to get on my soapbox but...I would break this down into two separate areas, testing and debugging of an extension versus an application: 1. Testing and debugging of an extension I would separate testing into three categories: unit testing, integration testing, and

Re: A few issues around axis2 1.1 maven artifacts

2006-11-14 Thread Davanum Srinivas
incubation artifacts can't go to maven central repo... -- dims On 11/14/06, Jeremy Boynes [EMAIL PROTECTED] wrote: On 11/14/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Dims. Is it OK to release our stuff (Tuscany M2) based on the following two repositories?

Re: DAS Container - First part ready for review....

2006-11-14 Thread Luciano Resende
I think this begs the question of what DAS configuration is. I'm not sure all configuration is part of a component type since the latter always has a 1:1 relationship with its implementation. For example, I believe the DAS configuration specifies mappings to database tables. Are these mappings

[jira] Commented: (TUSCANY-885) Property DataObject.getProperty(String propertyName) should return null if the property cannot be found

2006-11-14 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-885?page=comments#action_12449772 ] Kelvin Goodson commented on TUSCANY-885: The fix applied would seem to have exposed an issue with the TestCase, as there would seem to be a !isMany

Re: A few issues around axis2 1.1 maven artifacts

2006-11-14 Thread Raymond Feng
There are something wrong with the maven repo sync-up and that's why I asked for http://people.apache.org/repo/m1-ibiblio-rsync-repository instead. It always complains that HTTP 404 File Not Found following the two links.

[Fwd: [VOTE] Ratify Tuscany PPMC vote to release DAS for Java M2 artifacts]

2006-11-14 Thread Sam Ruby
More than 72 hours have passed, and presumably everybody on the incubator PMC that cares to vote has done so (Thanks Robert!). Please proceed with the release. If anybody objects to this process, point them my way. - Sam Ruby Original Message Subject: [VOTE] Ratify Tuscany

Re: A few issues around axis2 1.1 maven artifacts

2006-11-14 Thread Raymond Feng
Hi, Sorry that I confused you. I didn't mean to upload Tuscany artifacts to the maven central repo. I was wondering if we can use the two repos I mentioned as the remote repositories to be referenced by our M2 artifacts in maven (http://people.apache.org/repo/m2-incubating-repository/).

Re: Conversational services

2006-11-14 Thread Jim Marino
Hi Ignacio, I think we want to support ordering as an intent both over a binding as well as locally. The spec group is currently working on reliable messaging intents for: - at-least-once - at-most-once - ordered For the local case (i.e. in-VM) I think we assume the first two will

Re: A few issues around axis2 1.1 maven artifacts

2006-11-14 Thread Davanum Srinivas
I think so. -- dims On 11/14/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Sorry that I confused you. I didn't mean to upload Tuscany artifacts to the maven central repo. I was wondering if we can use the two repos I mentioned as the remote repositories to be referenced by our M2 artifacts in

[BPEL] Transaction managers, datasources and more

2006-11-14 Thread Matthieu Riou
Hi, I have a better and better idea on how Apache Ode could be used as a Tuscany container. However I'm still wondering how I can get hold on some resources in Tuscany. To run Ode's BPEL engine we need basic services like a transaction manager, a datasource or a thread scheduler (

Re: svn commit: r475086 - /incubator/tuscany/branches/sca-java-M2/sca/distribution/build.xml

2006-11-14 Thread Jeremy Boynes
On 11/14/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Log: Add the SCA spec source code to the source distro Modified: incubator/tuscany/branches/sca-java-M2/sca/distribution/build.xml This should not be part of the Tuscany distribution. Please can we keep with the modularity and keep

Re: svn commit: r475086 - /incubator/tuscany/branches/sca-java-M2/sca/distribution/build.xml

2006-11-14 Thread Raymond Feng
Hi, Jeremy. Should we have a separate source distro for the SCA spec then? Thanks, Raymond - Original Message - From: Jeremy Boynes [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, November 14, 2006 4:57 PM Subject: Re: svn commit: r475086 -

Re: [BPEL] Transaction managers, datasources and more

2006-11-14 Thread Jim Marino
Hi Matthew, Comments inline... Jim On Nov 14, 2006, at 4:12 PM, Matthieu Riou wrote: Hi, I have a better and better idea on how Apache Ode could be used as a Tuscany container. However I'm still wondering how I can get hold on some resources in Tuscany. To run Ode's BPEL engine we need

Please review of the Tuscany SCA Java M2 release candidate

2006-11-14 Thread Raymond Feng
Hi, I have refreshed the distros for our M2 release candidate at http://people.apache.org/~rfeng/tuscany/incubator-M2/downloads/. It contains the following update: 1) Move to axis2 1.1 release as well as the corresponding axiom, XmlSchema and other dependencies. 2) Add two additional

Re: [C++] Doxygen documentation for our runtime

2006-11-14 Thread Jean-Sebastien Delfino
Pete Robbins wrote: On 14/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Definitely! Done under revision r474696. On linux, run configure with the --enable-doxygen option. It's off by default. On Windows run doxygen Doxyfile.w32 from the doc directory. The doc is

Re: [C++] Doxygen documentation for our runtime

2006-11-14 Thread Pete Robbins
I prefer the /** and @ notation On 15/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 14/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Definitely! Done under revision r474696. On linux, run configure with the --enable-doxygen

Re: [C++] Doxygen documentation for our runtime

2006-11-14 Thread Andrew Borley
/** and @ for me too. On 11/15/06, Pete Robbins [EMAIL PROTECTED] wrote: I prefer the /** and @ notation On 15/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: On 14/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Pete Robbins wrote: Definitely!

Fwd: [C++] Where next for Tuscany C++?

2006-11-14 Thread Pete Robbins
forwarding to dev-list -- Forwarded message -- From: Pete Robbins [EMAIL PROTECTED] Date: 15-Nov-2006 07:30 Subject: Re: [C++] Where next for Tuscany C++? To: tuscany-user@ws.apache.org On 15/11/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Nash wrote: [snip]

Re: [Fwd: [VOTE] Ratify Tuscany PPMC vote to release DAS for Java M2 artifacts]

2006-11-14 Thread Henri Yandell
-1 on the release. The simple rule is - you need 3 PMC votes to release (or add a committer). You currently have 1 (Robert's). That should be enough if Sam and Dims (your mentors) vote; however they currently haven't voted on either the [EMAIL PROTECTED] thread or the original. Hen On

Re: [Fwd: [VOTE] Ratify Tuscany PPMC vote to release DAS for Java M2 artifacts]

2006-11-14 Thread William A. Rowe, Jr.
Justin Erenkrantz wrote: On 11/14/06, Sam Ruby [EMAIL PROTECTED] wrote: More than 72 hours have passed, and presumably everybody on the incubator PMC that cares to vote has done so (Thanks Robert!). Please proceed with the release. If anybody objects to this process, point them my way.

Re: [Fwd: [VOTE] Ratify Tuscany PPMC vote to release DAS for Java M2 artifacts]

2006-11-14 Thread Craig L Russell
On Nov 14, 2006, at 3:03 PM, Henri Yandell wrote: Probably. -1 is nice and bombastic and makes people pay attention (rob me of my drama why don't you!). Apologies ;-) Said -1 is withdrawn when the vote is complete. 'nuff said. Craig Hen On 11/14/06, Craig L Russell [EMAIL PROTECTED]

RE: [Fwd: [VOTE] Ratify Tuscany PPMC vote to release DAS for Java M2 artifacts]

2006-11-14 Thread Noel J. Bergman
Henri wrote: you need 3 PMC votes to release (or add a committer). You currently have 1 (Robert's). Two. Dims voted tonight. Since one vote was missing, I took the time to review the packages, and they appear to have the necessary disclaimer, etc., although the information in the .WAR files