IRC chat on Ode/Tuscany integration: Thursday 2nd Nov 4pm GMT/8amPST (was Re: SCA and BPEL)

2006-10-30 Thread ant elder
As discussed, they will be an IRC chat to aid getting started with an Apache Ode component for Tuscany. The chat will take place on the freenode IRC network, (use server irc.freenode.net), on channel #tuscany at: 4PM GMT, 8AM PST, 9:30PM India Thursday 2nd November Everyone is welcome to join

[jira] Updated: (TUSCANY-546) Flexible Type System

2006-10-30 Thread Geoff Winn (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-546?page=all ] Geoff Winn updated TUSCANY-546: --- Attachment: TUSCANY-546.patch I've implemented one option for making the type system more flexible and the changes are attached as a patch. Built and tested

[SDO for C++] Making the definition of types more user friendly

2006-10-30 Thread Geoffrey Winn
Various people have complained about the fact that the process for defining types (metadata) in SDO for C++ locks the type system as soon as the first data object is created. I've submitted a patch under JIRA 546 that relaxes that restriction a fair bit. With the patch in place, you can now

[jira] Created: (TUSCANY-887) TypeHelper.define() should create an accompanying global property per type

2006-10-30 Thread Kelvin Goodson (JIRA)
TypeHelper.define() should create an accompanying global property per type -- Key: TUSCANY-887 URL: http://issues.apache.org/jira/browse/TUSCANY-887 Project: Tuscany

[jira] Created: (TUSCANY-888) HTML Documentation stylesheet looks bad in Internet Explorer

2006-10-30 Thread Andrew Borley (JIRA)
HTML Documentation stylesheet looks bad in Internet Explorer Key: TUSCANY-888 URL: http://issues.apache.org/jira/browse/TUSCANY-888 Project: Tuscany Issue Type: Improvement

[jira] Commented: (TUSCANY-536) Cannot mix both WS Entrypoint and WS External Service

2006-10-30 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-536?page=comments#action_12445556 ] Andrew Borley commented on TUSCANY-536: --- The sample on AXIS2C-209 fails with pre-0.95 axis code on Windows only. Cannot mix both WS Entrypoint and WS

[jira] Updated: (TUSCANY-536) Cannot mix both WS Entrypoint and WS External Service

2006-10-30 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-536?page=all ] Andrew Borley updated TUSCANY-536: -- Environment: Windows only Cannot mix both WS Entrypoint and WS External Service -

Re: [SDO for C++] Making the definition of types more user friendly

2006-10-30 Thread Pete Robbins
On 30/10/06, Geoffrey Winn [EMAIL PROTECTED] wrote: Various people have complained about the fact that the process for defining types (metadata) in SDO for C++ locks the type system as soon as the first data object is created. I've submitted a patch under JIRA 546 that relaxes that restriction

Re: SDO C++: Getting Involved -- Tests/Samples

2006-10-30 Thread Geoffrey Winn
On 24/10/06, Bryan Luoma [EMAIL PROTECTED] wrote: Hello, I also attached a few sample C++ unit tests used at Rogue Wave Software. http://issues.apache.org/jira/browse/TUSCANY-840 There are 3 Example RW C++ unit tests using cxxTest Framework. sdo.zip archive consists of 3 tests:

Old readme.txt text needed?

2006-10-30 Thread Rick
I know about the license.txt and notice.txt But I've also noticed several readme.txt files for example http://svn.apache.org/repos/asf/incubator/tuscany/branches/sca-java-M2/samples/standalone/helloworldwsclient/src/main/resources/META-INF/README.txt Are these needed? Are they just leftover M1

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Bert Lamb
I added a svn:ignore tag to the webapp directory to ignore the dojo directory that my build script created. I had trouble getting the directory changes to be in the patch that also included new files. This may be a quick fix. I can look into having my scripts create the files in the target

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Brent Daniel
I'm getting the following error trying to build: Embedded error: The following error occurred while executing this line: C:\tuscany\java\samples\sca\helloworldjsonrpc\build.xml:53: Execute failed: java.io.IOException: CreateProcess: mvn.bat install:install-file -DgroupId=dojo

SCA_Java Overview Image

2006-10-30 Thread Venkata Krishnan
Hi, Here is the attachment that I am talkiing about in the IRC. Thanks - Venkat - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Bert Lamb
My gut thought is, is mvn.bat available on your system path? -Bert On 10/30/06, Brent Daniel [EMAIL PROTECTED] wrote: I'm getting the following error trying to build: Embedded error: The following error occurred while executing this line:

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Brent Daniel
Yep, it's available. If I run the exact same command that ant should be running on my own, it works fine. Brent On 10/30/06, Bert Lamb [EMAIL PROTECTED] wrote: My gut thought is, is mvn.bat available on your system path? -Bert On 10/30/06, Brent Daniel [EMAIL PROTECTED] wrote: I'm getting

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Bert Lamb
So, according to this: http://tinyurl.com/y2wqd6 error=5 seems to be an access denied related error. Any ideas about your environment that might be causing that sort of error? -Bert On 10/30/06, Brent Daniel [EMAIL PROTECTED] wrote: Yep, it's available. If I run the exact same command that

trunk build break should have been fixed by r469231

2006-10-30 Thread Raymond Feng
Hi, After checking with the axis2 team, I had to use http://ws.zones.apache.org/repository; as the maven1 repository to download axis2 related SNAPSHOT versions. The change is made against sca/pom/parent/pom.xml. Please update and verify. Thanks, Raymond

Re: Dojo/SMD support patch for JSON-RPC binding and sample

2006-10-30 Thread Brent Daniel
Actually, yes, it seems to have been some weird sort of interaction with cygwin. The mvn.bat file didn't have execute permissions set. Not sure why cygwin has so much control over my environment when I just want a few unix utilities on xp, but that's a different issue. :) Brent On 10/30/06,

Re: Bumping version for trunk

2006-10-30 Thread Raymond Feng
Hi, I talked to Jeremy and I'll take over this task. There will be two items: 1) Update pom/parent/pom.xml to be a newer version as 2-incubator-SNAPSHOT to reflect two changes made in the file: a) Add http://ws.zones.apache.org/repository (as the Axis2 team now uses it to publish

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

2006-10-30 Thread kelvin goodson
I added the tests that were attached to TUSCANY-829 to my sandbox and made some changes, see http://svn.apache.org/viewvc?view=revrevision=469239 The exercise has turned up issues in a number of areas; Tuscany specific, interoperability, ... Looking at DataObjectListTest, one specific thing