Re: C++ can't get Calculator sample to run

2006-07-10 Thread Edward Slattery
Not sure I agree with that. The dlls appear in the bin directory - thats what is required on the PATH. Also, Im using libxml 2.6.19, I wonder if that makes a difference - you wouldnt think so Do you have iconv.dll on your path somewhere too? cheers, Ed. On 10/07/06, Pete Robbins [EMAIL

Re: C++ can't get Calculator sample to run

2006-07-10 Thread Pete Robbins
On 10/07/06, Edward Slattery [EMAIL PROTECTED] wrote: Not sure I agree with that. The dlls appear in the bin directory - thats what is required on the PATH. You are of course correct. (Note to self: drink coffee before reading mail and replying) -- Pete

Re: Problem with C++ web service sample, was: [VOTE] Publish Tuscany C++ M1 release

2006-07-10 Thread Andrew Borley
Hi Jean-Sebastien, The Axis docs specify the following: libxml2-2.6.20 zlib-1.2.3 iconv-1.9.1 what happens when you upgrade to these levels? Also, what linux distro version are you using? Thanks Andy On 7/9/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andrew Borley wrote: Hi,

[jira] Created: (TUSCANY-529) Access violation in XMLHelperImpl::save

2006-07-10 Thread Caroline Maynard (JIRA)
Access violation in XMLHelperImpl::save --- Key: TUSCANY-529 URL: http://issues.apache.org/jira/browse/TUSCANY-529 Project: Tuscany Type: Bug Components: C++ SDO Versions: Cpp-M1 Environment: WinXP Reporter:

[C++] binary release debug?

2006-07-10 Thread Pete Robbins
I am going to change the windows binary distribution to a Release build rather than Debug The MS debug dlls may not be available for all users. A debug build will still be possible using the source release. -- Pete

Re: [C++] binary release debug?

2006-07-10 Thread Andrew Borley
+1 on this from me. Current bin distro doesn't work for me cause I've got MSVS 7.0 instead of 6 Andy On 7/10/06, Pete Robbins [EMAIL PROTECTED] wrote: I am going to change the windows binary distribution to a Release build rather than Debug The MS debug dlls may not be available for all

[C++] M1 release documentation

2006-07-10 Thread Andrew Borley
Hi, Various people have had issues with the docs so I'm rearranging a few things adding some html Getting Started pages to make things a bit simpler. I'll trawl the threads for doc issues, but if people notice more problems please raise Jiras - thanks! Andy

Databinding patch r420514

2006-07-10 Thread Jim Marino
I've committed the databinding patch from Raymond. Raymond, I had to change some of the Axiom dependencies from SNAPSHOT to 1.0 (I hope this is ok). Also, the Castor extension built was throwing the following: [ERROR] BUILD ERROR [INFO]

Re: [jira] Updated: (TUSCANY-527) First cut of the work scheduler implementation

2006-07-10 Thread Kevan Miller
On Jul 9, 2006, at 3:00 PM, Jeremy Boynes wrote: On Jul 9, 2006, at 11:08 AM, Jeremy Boynes wrote: On Jul 9, 2006, at 9:16 AM, David Jencks wrote: There's a geronimo version of the commonj spec at org.apache.geronimo.specs:geronimo-commonj_1.1_spec:1.0:jar at ibiblio. I'm not entirely

Re: [jira] Updated: (TUSCANY-527) First cut of the work scheduler implementation

2006-07-10 Thread Jeremy Boynes
On Jul 9, 2006, at 8:57 PM, Kevan Miller wrote: Jeremy, Thanks for pointing these problems out. I'll start working on getting a SNAPSHOT... Thanks A few comments: TimerManager.isSuspended(), isSuspending(), waitForStop(), and waitForSuspend() look correct to me. The javadoc for

[jira] Commented: (TUSCANY-527) First cut of the work scheduler implementation

2006-07-10 Thread Jeremy Boynes (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-527?page=comments#action_12420083 ] Jeremy Boynes commented on TUSCANY-527: --- Geronimo produce a version of the spec API but the latest released version has a couple of problems with it. They have been

Re: Support for callbacks

2006-07-10 Thread Jim Marino
Hi guys, I won't be able to make IRC today but please feel free to go ahead and discuss conversations. I've looked at Igancio's slides (thanks, these are really extensive!) and I think adding the callback wire to the reference is a good way to start with and see where we get. I'll

Re: Support for callbacks

2006-07-10 Thread Jeremy Boynes
On Jul 10, 2006, at 7:19 AM, Jim Marino wrote: 2. We need to get the host API supporting callbacks. The reference would use the host API to register itself as a listener with a binding as opposed to talking directly with the binding. This will allow us to decouple the callback

Re: Support for callbacks

2006-07-10 Thread Jim Marino
On Jul 10, 2006, at 7:40 AM, Jeremy Boynes wrote: On Jul 10, 2006, at 7:19 AM, Jim Marino wrote: 2. We need to get the host API supporting callbacks. The reference would use the host API to register itself as a listener with a binding as opposed to talking directly with the binding. This

[jira] Assigned: (TUSCANY-528) Implementation clean up after removing named parameters

2006-07-10 Thread Brent Daniel (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-528?page=all ] Brent Daniel reassigned TUSCANY-528: Assign To: Brent Daniel Implementation clean up after removing named parameters ---

[C++ SDO] Results from PHP testing

2006-07-10 Thread Caroline Maynard
I tried building the M1 candidate in the PHP environment on Windows, with the following observations and issues: One backward-compatibility compilation problem: Type::SDOTypeNamespaceURI has been changed from a const char * to a const SDOString. This is easy enough to program round, but it

Re: [jira] Created: (TUSCANY-529) Access violation in XMLHelperImpl::save

2006-07-10 Thread Geoffrey Winn
I'll look at this tomorrow, since it is obviously in my code. Regards, Geoff. On 10/07/06, Caroline Maynard (JIRA) tuscany-dev@ws.apache.org wrote: Access violation in XMLHelperImpl::save --- Key: TUSCANY-529 URL:

Re: [jira] Updated: (TUSCANY-527) First cut of the work scheduler implementation

2006-07-10 Thread Kevan Miller
On Jul 9, 2006, at 3:00 PM, Jeremy Boynes wrote: On Jul 9, 2006, at 11:08 AM, Jeremy Boynes wrote: On Jul 9, 2006, at 9:16 AM, David Jencks wrote: There's a geronimo version of the commonj spec at org.apache.geronimo.specs:geronimo-commonj_1.1_spec:1.0:jar at ibiblio. I'm not entirely

RE: Host API, was: Support for callbacks

2006-07-10 Thread Meeraj Kunnumpurath
Jeremy, This maps on quite well with some of the other implementations I have seen. For example, in Mule they have the concept of connectors that provide transport level abstractions which are decoupled from the UMOs (a.k.a services). Mule uses its own message routing mechanism to associate a

Re: [C++] binary release debug?

2006-07-10 Thread Edward Slattery
OK, lets pray for no optimiser bugs - I will be running the tests as soon as you say youve done it. cheers, Ed. On 10/07/06, Andrew Borley [EMAIL PROTECTED] wrote: +1 on this from me. Current bin distro doesn't work for me cause I've got MSVS 7.0 instead of 6 Andy On 7/10/06, Pete Robbins

Re: Host API, was: Support for callbacks

2006-07-10 Thread Jim Marino
On Jul 10, 2006, at 9:02 AM, Meeraj Kunnumpurath wrote: Jeremy, This maps on quite well with some of the other implementations I have seen. For example, in Mule they have the concept of connectors that provide transport level abstractions which are decoupled from the UMOs (a.k.a services).

Rules for Revolutionaries [was: M2]

2006-07-10 Thread Sam Ruby
Jeremy Boynes wrote: Ant I'm disappointed that you have chosen this path. I will ask one more time if you and Sebastien would consider collaborating with those of us working on core2. A while ago, I agreed to be a mentor for this project. I guess it is about time that I start acting like

NullPointerException while running EagerInit sample in sandbox

2006-07-10 Thread Rashmi Hunt
Hello, I have latest sandbox code and I am trying to run earinit sample in Eclipse. I am getting NullPointerException while locating the service because compositeContext is null Snippet from EagerInitClient.java * CompositeContext compositeContext =

Re: Databinding patch r420514

2006-07-10 Thread Raymond Feng
Hi, Jim. 1) The Castor code-gen works fine in my environment (Windows XP w/ IBM JDK 5). I guess the Castor code references Apache Xerces explicitly and it happens my JDK bundles Xerces while yous doesn't. If it's the case, we may have to add Apache Xerces to the dependency list. 2) Now we

Re: Databinding patch r420514

2006-07-10 Thread Jim Marino
On Jul 10, 2006, at 9:37 AM, Raymond Feng wrote: Hi, Jim. 1) The Castor code-gen works fine in my environment (Windows XP w/ IBM JDK 5). I guess the Castor code references Apache Xerces explicitly and it happens my JDK bundles Xerces while yous doesn't. If it's the case, we may have to

Re: Tuscany Overview Block Diagram

2006-07-10 Thread kelvin goodson
This looks just the sort of thing I'd like to be presented with to begin exploring the website. Thanks Venkata. On 7/10/06, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, This is a vague mental map of Tuscany and not what I wish to put in the site. This is just to trigger some perspectives

[jira] Commented: (TUSCANY-529) Access violation in XMLHelperImpl::save

2006-07-10 Thread Geoff Winn (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-529?page=comments#action_12420126 ] Geoff Winn commented on TUSCANY-529: This problem arises because doc-getRootElementName is passing a null pointer to the SDOString constructor, which it cannot handle.

[jira] Updated: (TUSCANY-529) Access violation in XMLHelperImpl::save

2006-07-10 Thread Geoff Winn (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-529?page=all ] Geoff Winn updated TUSCANY-529: --- Attachment: TUSCANY-529.patch Built and tested on both Windows XP and Linux Access violation in XMLHelperImpl::save ---

SDO Samples - comments please

2006-07-10 Thread Robbie J Minshall
Please feel free to comment on this SDO samples that I have been working on. Sample sample code: I have included javadoc, a file example, and the full clean project as attachements on the tuscany java todolist wiki page ( http://wiki.apache.org/ws/Tuscany/TuscanyJava?action=AttachFile). I

Re: [C++] binary release debug?

2006-07-10 Thread Luciano Resende
+1 on this for me too... On 7/10/06, Pete Robbins [EMAIL PROTECTED] wrote: I am going to change the windows binary distribution to a Release build rather than Debug The MS debug dlls may not be available for all users. A debug build will still be possible using the source release. -- Pete

Re: ApacheCon EU - Tuscany related blog posts

2006-07-10 Thread Raymond Feng
Hi, I suggest that we maintain a list of related blogs/articles commenting on SCA/Tuscany (@wiki?). The following links together with Luciano's post can be a starting point. Thanks, Raymond SCA http://www.davidchappell.com/blog/2006/04/why-service-component-architecture-is

Re: [C++] M1 release documentation

2006-07-10 Thread Luciano Resende
Good, please let us know when the new version of doc is available so we could review again. On 7/10/06, Andrew Borley [EMAIL PROTECTED] wrote: Hi, Various people have had issues with the docs so I'm rearranging a few things adding some html Getting Started pages to make things a bit

Re: Problem with C++ web service sample, was: [VOTE] Publish Tuscany C++ M1 release

2006-07-10 Thread Jean-Sebastien Delfino
Andrew Borley wrote: Hi Jean-Sebastien, The Axis docs specify the following: libxml2-2.6.20 zlib-1.2.3 iconv-1.9.1 what happens when you upgrade to these levels? Also, what linux distro version are you using? Thanks Andy On 7/9/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote:

Re: Problem with C++ web service sample, was: [VOTE] Publish Tuscany C++ M1 release

2006-07-10 Thread Pete Robbins
Thanks for trying this out. We will add the prereq info to the documentation. Andy, as you are working on the doc ... ;-) Cheers, -- Pete

[jira] Created: (TUSCANY-530) DataGraph serialization of xrefs missing part of path

2006-07-10 Thread Frank Budinsky (JIRA)
DataGraph serialization of xrefs missing part of path - Key: TUSCANY-530 URL: http://issues.apache.org/jira/browse/TUSCANY-530 Project: Tuscany Type: Bug Components: Java SDO Implementation Reporter: Frank

[jira] Created: (TUSCANY-531) Dynamically created global properties not serializing properly

2006-07-10 Thread Frank Budinsky (JIRA)
Dynamically created global properties not serializing properly -- Key: TUSCANY-531 URL: http://issues.apache.org/jira/browse/TUSCANY-531 Project: Tuscany Type: Bug Components: Java SDO Implementation

[jira] Resolved: (TUSCANY-531) Dynamically created global properties not serializing properly

2006-07-10 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-531?page=all ] Frank Budinsky resolved TUSCANY-531: Resolution: Fixed Fixed in revision 420618. Dynamically created global properties not serializing properly

[jira] Resolved: (TUSCANY-530) DataGraph serialization of xrefs missing part of path

2006-07-10 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-530?page=all ] Frank Budinsky resolved TUSCANY-530: Resolution: Fixed Fixed in revision 420618. DataGraph serialization of xrefs missing part of path

Re: NullPointerException while running EagerInit sample in sandbox

2006-07-10 Thread Jeremy Boynes
On Jul 10, 2006, at 9:35 AM, Rashmi Hunt wrote: Hello, I have latest sandbox code and I am trying to run earinit sample in Eclipse. I am getting NullPointerException while locating the service because compositeContext is null Snippet from EagerInitClient.java * CompositeContext

Re: [C++ SDO] Results from PHP testing

2006-07-10 Thread Edward Slattery
thankyou for that. The crash is something which we need to fix, and I will apply your change asap. I guess it probably wouldnt stop a release, but if we are re-spinning for any other reason I will make sure its in there. I think with the SDOString it was intended that we put in place a cast

Re: Support for callbacks

2006-07-10 Thread Ignacio Silva-Lepe
Hi Jim, An inline comment on your first point. - Original Message - From: Jim Marino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, July 10, 2006 10:19 AM Subject: Re: Support for callbacks Hi guys, I won't be able to make IRC today but please feel free to go ahead

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

2006-07-10 Thread Andrew Borley (JIRA)
M1 documentation improvements - Key: TUSCANY-532 URL: http://issues.apache.org/jira/browse/TUSCANY-532 Project: Tuscany Type: Improvement Components: C++ Build Versions: Cpp-M1 Reporter: Andrew Borley Clear up

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

2006-07-10 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-532?page=all ] Andrew Borley updated TUSCANY-532: -- Attachment: TUSCANY-532.patch This patch: - Deletes the sdo and sca readme.txt files moves the info into the README files - Creates new

Re: Tuscany Overview Block Diagram

2006-07-10 Thread Luciano Resende
Hi Looking at this, we are missing DAS component, that would be well represented as a parallel box (to the left) of SDO box. Could you please add that to the diagram you created ? On 7/10/06, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, This is a vague mental map of Tuscany and not

Re: [C++] M1 release documentation

2006-07-10 Thread Andrew Borley
OK, a patch is up at TUSCANY-532. Hopefully it clears a few of the issues up. Cheers Andy On 7/10/06, Luciano Resende [EMAIL PROTECTED] wrote: Good, please let us know when the new version of doc is available so we could review again. On 7/10/06, Andrew Borley [EMAIL PROTECTED] wrote:

DAS ability to participate in external transactions

2006-07-10 Thread Kevin Williams
The DAS must be able to participate in external transactions. Although by default it will perform commit/rollback on the connection, clients should be able to put the DAS in a mode where it will not perform these actions when some external agent is responsible for managing the transaction.

Re: DAS ability to participate in external transactions

2006-07-10 Thread Brent Daniel
Kevin, It looks like the support in the runtime is still there. I'm not sure where the user API should be exposed, though. DASFactory would seem like the most likely place, but that would give us some API explosion there (three extra methods for each one that currently takes a Connection.) I

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

2006-07-10 Thread ant elder
Here's the log from today's chat. Staying well clear of controversy the entire chat was about the Tuscany website. Everyone agreed it needs work and there's even a some volunteers. A proposal to move from using maven to gen the site to a simple toolkit based on velocity and xdoc, jboynes (i

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

2006-07-10 Thread Jeremy Boynes
On Jul 10, 2006, at 2:22 PM, ant elder wrote: Here's the log from today's chat. Staying well clear of controversy the entire chat was about the Tuscany website. Everyone agreed it needs work and there's even a some volunteers. A proposal to move from using maven to gen the site to a simple

Re: DAS ability to participate in external transactions

2006-07-10 Thread Kevin Williams
Yes. I think an addition to the config model is most consistent. Maybe an attribute on Config itself? Brent Daniel wrote: Kevin, It looks like the support in the runtime is still there. I'm not sure where the user API should be exposed, though. DASFactory would seem like the most likely

Re: ApacheCon EU - Tuscany related blog posts

2006-07-10 Thread haleh mahbod
This would be a useful excercise if we actually respond to the blogs. On 7/10/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I suggest that we maintain a list of related blogs/articles commenting on SCA/Tuscany (@wiki?). The following links together with Luciano's post can be a starting point.

Re: DAS ability to participate in external transactions

2006-07-10 Thread Brent Daniel
It might be a little cleaner if we break DataSource out as its own element and stick a managedtx attribute on it. On 7/10/06, Kevin Williams [EMAIL PROTECTED] wrote: Yes. I think an addition to the config model is most consistent. Maybe an attribute on Config itself? Brent Daniel wrote:

Cannot build runtime/standalone in sandbox

2006-07-10 Thread Raymond Feng
I have trouble building runtime/standalone in the sandbox (please see the information below), even after removing the local maven repository. Does anybody run into this issue? Thanks, Raymond C:\Tuscany\Apache\sandbox\jboynes\sca\runtime\standalonemvn [INFO] Scanning for projects... [INFO]

Re: Support for callbacks

2006-07-10 Thread Jim Marino
Comments inline On Jul 10, 2006, at 1:39 PM, Ignacio Silva-Lepe wrote: Hi Jim, An inline comment on your first point. - Original Message - From: Jim Marino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, July 10, 2006 10:19 AM Subject: Re: Support for callbacks Hi

[jira] Created: (TUSCANY-533) Need to add a new config entity to specify passive use of the connection

2006-07-10 Thread Kevin Williams (JIRA)
Need to add a new config entity to specify passive use of the connection Key: TUSCANY-533 URL: http://issues.apache.org/jira/browse/TUSCANY-533 Project: Tuscany Type: Bug Components: Java

Re: DAS ability to participate in external transactions

2006-07-10 Thread Kevin Williams
That seems not quite right since users can avoid DataSource altogether by passing in their own connection. Brent Daniel wrote: It might be a little cleaner if we break DataSource out as its own element and stick a managedtx attribute on it. On 7/10/06, Kevin Williams [EMAIL PROTECTED] wrote:

Clickable SCA Composite Diagram

2006-07-10 Thread Raymond Feng
Hi, Here's a draft clickable diagram to illustrate the concepts for SCA composite. Multiple areas are defined with hyperlinks on the image. Please give a try to see if it's what we want on the web site. Thanks, Raymond -

Re: Clickable SCA Composite Diagram

2006-07-10 Thread haleh mahbod
where is it? On 7/10/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Here's a draft clickable diagram to illustrate the concepts for SCA composite. Multiple areas are defined with hyperlinks on the image. Please give a try to see if it's what we want on the web site. Thanks, Raymond

Re: Clickable SCA Composite Diagram

2006-07-10 Thread Raymond Feng
Hi, It seems that even HTML and JPEG files cannot be attached. Here's the wiki page: http://wiki.apache.org/ws-data/attachments/Tuscany(2f)SCADiagram/attachments/sca.htm http://wiki.apache.org/ws-data/attachments/Tuscany(2f)SCADiagram/attachments/sca_composite.jpg Thanks, Raymond -

Re: Clickable SCA Composite Diagram

2006-07-10 Thread Eddie O'Neil
Raymond-- The Apache mail system is quite paranoid when it comes to accepting types of attachments. Typically, only text files pass through the filters. The best bet for attaching files for everyone is to put them on the wiki (which you did, thanks!) or to attach them to a JIRA issue. Hope

Re: Cannot build runtime/standalone in sandbox

2006-07-10 Thread rakesh dash
Hi Raymond, I also observed the same problem. After seeing the problem for the first time, I replaced the '.m2' repository and tried building again. The problem persists. cheers, Rakesh. On 7/11/06, Raymond Feng [EMAIL PROTECTED] wrote: I have trouble building