Re: Contributing to C++ implementation

2006-07-17 Thread Pete Robbins
Sebastien, good to have you on board! Please feel free to update the doc if you see anything that needs doing. I hope to have an RC3 available today which has (hopefully) better doc and also samples added in to the SDO distribution. I think the only thing missing is the doc on running the SDO

[jira] Updated: (TUSCANY-120) Axis2 WS binding support for entryPoint without pre-existing WSDL

2006-07-17 Thread Venkatakrishnan (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-120?page=all ] Venkatakrishnan updated TUSCANY-120: Attachment: Tuscany-Java2WSDL-Patch-Jul-17.diff I did not include a testcase for demonstrating the specification of schema locations externally. I

RE: WorkManager in JavaComponentBuilder

2006-07-17 Thread Meeraj Kunnumpurath
Jim, Could you pls have a look and apply the attached patch. Ta Meeraj -Original Message- From: Meeraj Kunnumpurath [mailto:[EMAIL PROTECTED] Sent: 15 July 2006 22:50 To: tuscany-dev@ws.apache.org Subject: RE: WorkManager in JavaComponentBuilder Jim, I think it's ok, if I

C++ Some inconsistencies in the prereqs in several files.

2006-07-17 Thread Rick
cpp\sdo\projects\tuscany_sdo\build_instructions.txt The versions required are these: libxml2-2.6.20.win32 iconv-1.9.1.win32 zlib-1.2.2.win32 cpp/sdo/GettingStarted.html has libxml2 version 2.6.20 (no mention of the others) cpp\build.txt Prereqs: - libxml2 (tested

Re: C++ Some inconsistencies in the prereqs in several files.

2006-07-17 Thread Pete Robbins
thanks. I'll correct those Cheers, On 17/07/06, Rick [EMAIL PROTECTED] wrote: cpp\sdo\projects\tuscany_sdo\build_instructions.txt The versions required are these: libxml2-2.6.20.win32 iconv-1.9.1.win32 zlib-1.2.2.win32 cpp/sdo/GettingStarted.html has libxml2

[jira] Updated: (TUSCANY-532) M1 documentation improvements

2006-07-17 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-532?page=all ] Andrew Borley updated TUSCANY-532: -- Attachment: TUSCANY-532-6.patch Patch 532-6 adds a GettingStarted doc for the SDO sample and a run_sdo_misc.cmd file to set up paths, etc on Windows M1

Re: Component start order

2006-07-17 Thread Jeremy Boynes
On Jul 14, 2006, at 12:43 PM, Jeremy Boynes wrote: Instead I'd like to propose we support an init-level indicator like the run level from Unix systems. Components would be started in ascending order of the init level they provided. This could be done as an attribute on the component

Re: Loading extensions in chianti

2006-07-17 Thread Jeremy Boynes
On Jul 13, 2006, at 9:36 AM, Jeremy Boynes wrote: I was thinking of how to load extensions into a chianti runtime and had the following ideas: The first idea was to have a directory into which people could place composites (as jar files or whatever the packaging unit is) which is scanned

Re: Chianti extension manual

2006-07-17 Thread Eric Le Goff
I guess docbook (http://www.docbook.org/) is often used for this kind of docs My 2 cents. On 7/13/06, Jim Marino [EMAIL PROTECTED] wrote: I've started a manual for extending Chianti. It's obviously very rough and missing many pieces but comments and contributions are welcome. If you plan on

Re: Queries on certain M2 concepts

2006-07-17 Thread Jim Marino
Hi comments inline On Jul 16, 2006, at 10:17 PM, rakesh dash wrote: Hello, I am starting to understand the basics of certain M2 related concepts and am trying to navigate the src tree of the run time. It would be great if someone may clarify few of my basic queries on it. My

Re: WorkManager in JavaComponentBuilder

2006-07-17 Thread Jim Marino
Yep will do. Give me a few hours to catch up on some stuff and I'll check it in. Thanks! Jim On Jul 17, 2006, at 2:25 AM, Meeraj Kunnumpurath wrote: Jim, Could you pls have a look and apply the attached patch. Ta Meeraj -Original Message- From: Meeraj Kunnumpurath

Website work

2006-07-17 Thread Jeremy Boynes
On IRC this morning we chatted about the changes to the site to address some of the comments we had at ApacheConEU. Last week I checked the toolkit from the incubator site into sandbox/ jboynes/site as a possibly simpler alternative to using maven to generate the site. A few people offered

Tuscany weekly IRC chat log (July-06-2006)

2006-07-17 Thread Simon Laws
Here is the discussion from today's IRC chat (sorry about the slightly wonky format as I had to cut and paste from my client). The topics of discussion were content updates to the Tuscany web site and the process by which the web site is produced. In summary we are going to progress the following

[PATCH] Tuscany-543 DAS: Consider using a URI to identify Static SDO Types in config model

2006-07-17 Thread Brent Daniel
Attached is a patch to switch our runtime and existing static type tests over to using an SDO type URI in the config rather than the name of a single Type. Brent Index: src/test/java/org/apache/tuscany/das/rdb/test/ExceptionTests.java

Re: Tuscany weekly IRC chat log (July-06-2006)

2006-07-17 Thread Simon Laws
That of course should read July-17-06 On 7/17/06, Simon Laws [EMAIL PROTECTED] wrote: Here is the discussion from today's IRC chat (sorry about the slightly wonky format as I had to cut and paste from my client). The topics of discussion were content updates to the Tuscany web site and the

Re: Website work

2006-07-17 Thread Jeremy Boynes
lresende also offered to help with das On Jul 17, 2006, at 10:01 AM, Jeremy Boynes wrote: On IRC this morning we chatted about the changes to the site to address some of the comments we had at ApacheConEU. Last week I checked the toolkit from the incubator site into sandbox/jboynes/site

Fwd: Finally posted: src file header and copyright policy

2006-07-17 Thread Jeremy Boynes
Heads up of an upcoming policy change that means we will need to update the license boilerplate in our code. -- Jeremy Begin forwarded message: From: Cliff Schmidt [EMAIL PROTECTED] Date: July 16, 2006 11:39:37 PM PDT To: legal-discuss@apache.org Subject: Finally posted: src file header and

Re: [PATCH] Tuscany-543 DAS: Consider using a URI to identify Static SDO Types in config model

2006-07-17 Thread Brent Daniel
A couple of updates for this.. Required changes to bigbank were not included in the original patch. Also, a new test added in the patch needed to be updated because existing registered static types could cause it to fail. These two patches replace the patch file I sent earlier. Brent On

Re: System service for creating XMLStreamReader

2006-07-17 Thread Yang ZHONG
If the intention was to spare some XMLInputFactory instances, the XMLInputFactory implementation may need to be thread-safe. I haven't read the spec, however the JavaDoc doesn't guarantee that. On the other hand, option 2 promotes SPI while API is available, people sometimes do that for

Re: Subject: [VOTE] [ RESULT] promote Chianti revolution to main trunk

2006-07-17 Thread Rick
Hello, Seems like 72 hours have passed, and also I think I've seen most of the commiters respond to the mailing list. I feel this should bring this vote to a close. Results are: +1 votes: 7 Rick Rineholt http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg05011.html Jim Marino

Re: WorkManager in JavaComponentBuilder

2006-07-17 Thread Ignacio Silva-Lepe
Hmm, yes I agree in abstracting out to WorkScheduler. But I still don't seem to have all the pieces of the puzzle. I assume I still need to autowire (now a WorkScheduler) to JavaComponentBuilder? And that I still need to modify system.scdl (now with an instance of WorkScheduler, e.g.,

[jira] Closed: (TUSCANY-543) Consider using a URI to identify Static SDO Types in config model

2006-07-17 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-543?page=all ] Kevin Williams closed TUSCANY-543. -- Resolution: Fixed Assignee: Brent Daniel Verified with revision: 422799 Consider using a URI to identify Static SDO Types in config model

[jira] Assigned: (TUSCANY-552) CompanyWeb sample problem

2006-07-17 Thread Brent Daniel (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-552?page=all ] Brent Daniel reassigned TUSCANY-552: Assignee: Brent Daniel CompanyWeb sample problem - Key: TUSCANY-552 URL:

[jira] Created: (TUSCANY-552) CompanyWeb sample problem

2006-07-17 Thread Brent Daniel (JIRA)
CompanyWeb sample problem - Key: TUSCANY-552 URL: http://issues.apache.org/jira/browse/TUSCANY-552 Project: Tuscany Issue Type: Bug Components: Java DAS RDB Reporter: Brent Daniel The

[PATCH] Tuscany-552 DAS CompanyWeb sample problem

2006-07-17 Thread Brent Daniel
Patch for Tuscany-552. Brent Index: src/main/resources/CompanyConfig.xml === --- src/main/resources/CompanyConfig.xml(revision 421921) +++ src/main/resources/CompanyConfig.xml(working copy) @@ -14,9 +14,10 @@ See

[jira] Resolved: (TUSCANY-503) XSD substitution support in SDO2

2006-07-17 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-503?page=all ] Frank Budinsky resolved TUSCANY-503. Resolution: Fixed Patch committed in revision 422835. XSD substitution support in SDO2 Key:

Re: Fwd: Finally posted: src file header and copyright policy

2006-07-17 Thread Mike Edwards
Jeremy, Glad to see that the policy page covers code like the stuff associated with the SCA SDO specs: - Treatment of Third-Party Works 0. The term third-party work refers to a work not submitted directly to the ASF by the copyright owner or owner's agent. 1. 2. Do not

Re: [C++] Should the deploy directory be under version control

2006-07-17 Thread Pete Robbins
I think they were added as we had problems with the windows build so I'd leave them there for now. We can re-check after we get the release done. Cheers, On 17/07/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: I'm adjusting the svn:ignore properties in the C++ source tree and just

Re: [C++] Visual C++ Express Edition compiling SDO

2006-07-17 Thread Pete Robbins
I've applied this patch. It works fine in VC6. Cheers, On 17/07/06, Rick [EMAIL PROTECTED] wrote: Tried compiling the Tuscany SDO CPP with MS Visual C++ 2005 Express Edition http://msdn.microsoft.com/vstudio/express/visualC/default.aspx which you can download for free, but need to

[C++] Copying over of samples Gettingstarted.html

2006-07-17 Thread Rick
The windows cpp build doesn't seem to be doing this... note GettingStarted.html in the root is there... the samples one is not there. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [C++] Copying over of samples Gettingstarted.html

2006-07-17 Thread Pete Robbins
Just checked. Looks like it is misisng from SCA samples bin distro. Looks ok in the src distro? Cheers, On 17/07/06, Rick [EMAIL PROTECTED] wrote: The windows cpp build doesn't seem to be doing this... note GettingStarted.html in the root is there... the samples one is not there.

Re: [C++] Copying over of samples Gettingstarted.html

2006-07-17 Thread Pete Robbins
... and the linux src and bin distros for sdo and sca I'm on the case! On 17/07/06, Pete Robbins [EMAIL PROTECTED] wrote: Just checked. Looks like it is misisng from SCA samples bin distro. Looks ok in the src distro? Cheers, On 17/07/06, Rick [EMAIL PROTECTED] wrote: The windows

[VOTE] Release Tuscany C++ Milestone 1 (candidate #3)

2006-07-17 Thread Pete Robbins
I have posted a 3rd candidate for the first C++ release here: http://people.apache.org/~robbinspg/RC-3 Please vote to publish the Milestone 1 release distributions. Please take some time to download the distributions, review them and test them in your environment before voting. The vote is

Moving chianti to trunk

2006-07-17 Thread Jeremy Boynes
With the vote in favour of switching, I am about to start moving chianti into trunk. I will move the current sca parts into a branch (branches/pre-chianti) and move the chianti code into trunk. I will make the version in the poms 1.0-SNAPSHOT like the SDO tree. I expect to complete this

Re: [C++] Visual C++ Express Edition compiling SDO

2006-07-17 Thread Jean-Sebastien Delfino
Pete Robbins wrote: I've applied this patch. It works fine in VC6. Cheers, [snip] On 17/07/06, Rick [EMAIL PROTECTED] wrote: Tried compiling the Tuscany SDO CPP with MS Visual C++ 2005 Express Edition http://msdn.microsoft.com/vstudio/express/visualC/default.aspx which you can download

Re: [PATCH] Patch for databinding was: Re: Moving chianti to trunk

2006-07-17 Thread Jeremy Boynes
On Jul 17, 2006, at 10:01 PM, Raymond Feng wrote: Hi, Jeremy. I have a big patch for the databinding as attached. It includes code improvements, more transformers and test cases. Please review and apply. I applied this but it is a big large to review easily - can you break down what