Stauts update for the async (inner composite and helloworldws async) support

2006-10-11 Thread Raymond Feng
Hi, Ignacio. I fixed two problems in the core and now the inner.composite sample is working again. The changes have been committed. 1) Fix the ConnectorImpl to connect the CompositeReference to the target component 2) Fix the ThreadLocal issue in WorkContextImpl. I ran into concurrency

Re: Refactoring commonality amongst Script containers in Java SCA

2006-10-11 Thread Venkata Krishnan
Hi, A few comments inline Thanks - Venkat On 10/11/06, Jim Marino [EMAIL PROTECTED] wrote: On Oct 10, 2006, at 7:53 AM, ant elder wrote: I'd be really happy for all those to become part of the core, but I'm not sure I see how all that remains will be a few three-line statements. How

Re: Stauts update for the async (inner composite and helloworldws async) support

2006-10-11 Thread Jim Marino
On Oct 10, 2006, at 11:34 PM, Raymond Feng wrote: Hi, Ignacio. I fixed two problems in the core and now the inner.composite sample is working again. The changes have been committed. 1) Fix the ConnectorImpl to connect the CompositeReference to the target component 2) Fix the

Service Interfaces for Script Component types

2006-10-11 Thread Venkata Krishnan
Hi Ant, I was looking up the C++ side of Ruby and found a RubyBank sample out there. I was trying to see how I could run that in Java SCA - ideally should be able to run as is with some very minor modifications. However I am a bit lost on the very initial step itself of having to define

Re: Service Interfaces for Script Component types

2006-10-11 Thread ant elder
You're right, its a shame we have this restriction, but I think we'll have to live with it for M2. A while back I did try to find a way to avoid this but I couldn't get anything working with the way the runtime was then, theres been a lot of changes now though so maybe it would be possible. I'd

Re: JSON-RPC binding

2006-10-11 Thread ant elder
Its true that would be an issue if individual services within composites could be stopped, but they can't so I don't think this is an issue. Starting and stopping works at the composite level not the service or reference level. ...ant On 10/11/06, Peter Cousins [EMAIL PROTECTED] wrote: I

Re: DAS User's guide

2006-10-11 Thread ant elder
Looks pretty good to me. I corrected a few typos in the stored procedure page. ...ant On 10/10/06, Kevin Williams [EMAIL PROTECTED] wrote: I continue to flesh out the RDB DAS user's guide material here: http://wiki.apache.org/ws/Tuscany/TuscanyJava/DAS_Java_Overview/RDBDAS_Java_User_Guide

Wiki or website for doc?

2006-10-11 Thread ant elder
Where should we be doing documentation for the M2 release function? I'd started doing Anakia xml for the Tuscany website, but the DAS guys are using the wiki, does this matter, should we try to be consistent? I think the website is a better place for this type of thing, but its probably easier to

Extension dependencies with the standalone launcher?

2006-10-11 Thread ant elder
It looks like right now none of the extensions that have dependencies work in the standalone launcher unless all the dependencies are explicitly listed in the extension SCDL with dependency elements. Whats the intention here for M2, is the maven transitive dependency stuff used by the webapp

Re: JSON-RPC sample status - working now

2006-10-11 Thread ant elder
All the other parts - 'dependency', 'name', 'version' - can be identical between Tuscany and Maven, but there's some subtle semantic difference that would be lost if Tuscany's 'group' was changed to 'groupId'? I don't get it. ...ant On 10/10/06, Jeremy Boynes [EMAIL PROTECTED] wrote: On

Re: Service Interfaces for Script Component types

2006-10-11 Thread Venkata Krishnan
Yes sure. - Venkat On 10/11/06, ant elder [EMAIL PROTECTED] wrote: You're right, its a shame we have this restriction, but I think we'll have to live with it for M2. A while back I did try to find a way to avoid this but I couldn't get anything working with the way the runtime was then,

Re: Wiki or website for doc?

2006-10-11 Thread Venkata Krishnan
Here is how I see this... - We just about create one version of the doco for which ever subject (be it about the distros or about the extensions...). This doco must be organized such that the initial sections start with some high level stuf and futher down talk about deep details. - We would

[jira] Closed: (TUSCANY-565) Windows Debug build of Calculator sample incorrect

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-565?page=all ] Pete Robbins closed TUSCANY-565. Fix Version/s: Cpp-current (was: Cpp-M1) Resolution: Fixed Windows Debug build of Calculator sample incorrect

[jira] Closed: (TUSCANY-566) Debug mode deploy and wsdeploy command files need altering

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-566?page=all ] Pete Robbins closed TUSCANY-566. Resolution: Fixed Debug mode deploy and wsdeploy command files need altering --

[jira] Resolved: (TUSCANY-783) Include CPP, WS, SCA, Python and Ruby extensions in binary releases

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-783?page=all ] Pete Robbins resolved TUSCANY-783. -- Fix Version/s: Cpp-current (was: Cpp-M2) Resolution: Fixed Include CPP, WS, SCA, Python and Ruby extensions in binary

SDO Java: Getting Involved -- Tests/Samples

2006-10-11 Thread kelvin goodson
As the Java M2 release is imminent it occured to me that it would be really useful if there are users out there who are putting our code through its paces that you may be developing samples/tests which could usefully be contributed back to the Tuscany project and make it more robust. If you are

[jira] Closed: (TUSCANY-91) Replace Tuscany-model.config with import.wsdl

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-91?page=all ] Pete Robbins closed TUSCANY-91. --- Resolution: Fixed new method of loading wsdl/xsds introduced Replace Tuscany-model.config with import.wsdl ---

[SDO C++] Leaking libxml memory

2006-10-11 Thread Caroline Maynard
One of our PHP users has reported a problem with leaking memory from libxml2. I started to investigate, but realised that the issue is independent of PHP, and can be reproduced in a standalone Tuscany environment. The issue is that memory allocated by libxml2 is not being freed, so he is

[jira] Commented: (TUSCANY-500) Failure on use of croncrete complex types in WSDL

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-500?page=comments#action_12441407 ] Pete Robbins commented on TUSCANY-500: -- Can you tell us what exactly doesn't work? There are no symptoms explained in the problem description. Failure on

BB broken org/apache/axiom/soap/impl/builder/MTOMStAXSOAPModelBuilder missing?

2006-10-11 Thread Rick
Hello, I'm seeing a java.lang.NoClassDefFoundError: org/apache/axiom/soap/impl/builder/MTOMStAXSOAPModelBuilder This was in axiom-api-SNAPSHOT.jar Seems now we are now using axiom-api-1.1.1.jar which has this class missing. I have my suspicions that this is releated to the change in svn

[jira] Closed: (TUSCANY-509) Big Bank Axis logging loop

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-509?page=all ] Pete Robbins closed TUSCANY-509. Resolution: Cannot Reproduce The code around here has changed so I'm closing this. Big Bank Axis logging loop --

[jira] Closed: (TUSCANY-556) Investigation of XMLBeans, XBeans etc

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-556?page=all ] Pete Robbins closed TUSCANY-556. Resolution: Later This can be discussed on the mailing list. It is not an issue Investigation of XMLBeans, XBeans etc -

[jira] Closed: (TUSCANY-792) Update licence text in all source files to latest Apache wording

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-792?page=all ] Pete Robbins closed TUSCANY-792. Resolution: Fixed done Update licence text in all source files to latest Apache wording

[jira] Closed: (TUSCANY-798) Compile warning in Composite constructor

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-798?page=all ] Pete Robbins closed TUSCANY-798. Resolution: Fixed Compile warning in Composite constructor Key: TUSCANY-798 URL:

Re: svn commit: r462724 - in /incubator/tuscany/java/sca/services/persistence/common/src: ./ main/ test/

2006-10-11 Thread Rick
Just got curious about an service getting started just prior to M2. Any details where this has been discussed? [EMAIL PROTECTED] wrote: Author: meerajk Date: Wed Oct 11 00:28:05 2006 New Revision: 462724 URL: http://svn.apache.org/viewvc?view=revrev=462724 Log: Initial checkin. Added:

Re: Wiki or website for doc?

2006-10-11 Thread Rick
I don't see the need for the wiki step or harvesting. Also goes for pdf. If a group needs to collaboratively work on a document and the wiki provides them the best means for that and they want to harvest that to html, I'm perfectly fine with it. But , don't see this as required step, I'm

[jira] Created: (TUSCANY-822) JSONRPC binding only works with one service per composite

2006-10-11 Thread ant elder (JIRA)
JSONRPC binding only works with one service per composite - Key: TUSCANY-822 URL: http://issues.apache.org/jira/browse/TUSCANY-822 Project: Tuscany Issue Type: Bug

Re: JSON-RPC binding

2006-10-11 Thread ant elder
If we're happy with this fix for now would you, or Bert (who did the binding port to M2), or anyone else be interested in submitting a patch to fix the jsonrpc binding? I'm happy to do it if not but if any of you are interested in getting some committership brownie points this type of thing will

[jira] Created: (TUSCANY-823) Adding one way samples for ws/axis2

2006-10-11 Thread Ignacio Silva-Lepe (JIRA)
Adding one way samples for ws/axis2 --- Key: TUSCANY-823 URL: http://issues.apache.org/jira/browse/TUSCANY-823 Project: Tuscany Issue Type: New Feature Components: Java SCA Axis Binding Affects

Re: JSON-RPC binding

2006-10-11 Thread Bert Lamb
I'll have a go at fixing it. I noted it as a potential problem when I did the port. I'll have a look at the ServletHost modifications as they seem like they could be useful to everyone. -Bert On 10/11/06, ant elder [EMAIL PROTECTED] wrote: If we're happy with this fix for now would you, or

Re: Refactoring commonality amongst Script containers in Java SCA

2006-10-11 Thread ant elder
This is ending up all talk and no action so I'm going to again suggest just moving it now, pulling the bits into core as discussed and you've said you'll help with, and then seeing whats left and decide what to do with that then. ...ant On 10/11/06, Jim Marino [EMAIL PROTECTED] wrote: I

Re: JSON-RPC binding

2006-10-11 Thread ant elder
Thanks! ...ant On 10/11/06, Bert Lamb [EMAIL PROTECTED] wrote: I'll have a go at fixing it. I noted it as a potential problem when I did the port. I'll have a look at the ServletHost modifications as they seem like they could be useful to everyone. -Bert On 10/11/06, ant elder [EMAIL

Java SDO M2 relesae candidate 3 available

2006-10-11 Thread kelvin goodson
I have put a new release candidate for SDO Java up at http://people.apache.org/~kelvingoodson/sdo_java/RC3/ This tries to take into account the comments that the sample distribution does not need to be stand alone, and that javadoc should be shipped with the binary and sample distributions. I

Re: [SDO C++] Leaking libxml memory

2006-10-11 Thread Pete Robbins
Ah yes. I have a fix for this. It is caused by the SDOXMLString::substring method creating 2 copies of the string and only freeing one of them. this method is called when parsing the QName string in type=fred:joe so we end up with an extra fred and joe when this is called. I will raise a Jira

[jira] Commented: (TUSCANY-825) Memory leak in SDOXMLString

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-825?page=comments#action_12441458 ] Pete Robbins commented on TUSCANY-825: -- It is caused by the SDOXMLString::substring method creating 2 copies of the string and only freeing one of them.

[jira] Resolved: (TUSCANY-825) Memory leak in SDOXMLString

2006-10-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-825?page=all ] Pete Robbins resolved TUSCANY-825. -- Resolution: Fixed Memory leak in SDOXMLString --- Key: TUSCANY-825 URL:

Re: [C++] SCA build on Ubuntu Linux V6.06 LTS fails in samples

2006-10-11 Thread Pete Robbins
On 11/10/06, Geoffrey Winn [EMAIL PROTECTED] wrote: On 10/10/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Proxies are generated by the scagen tool. The tool is written in Java and uses an XSL stylesheet to generate the Proxy code. The code for the tool is under under

[jira] Updated: (TUSCANY-823) Adding one way samples for ws/axis2

2006-10-11 Thread Ignacio Silva-Lepe (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-823?page=all ] Ignacio Silva-Lepe updated TUSCANY-823: --- Attachment: ws-ow-sample.patch Here's an initial patch for the server side. I'm seeing some problems with the target invoker on the client side

[jira] Updated: (TUSCANY-823) Adding one way samples for ws/axis2

2006-10-11 Thread Ignacio Silva-Lepe (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-823?page=all ] Ignacio Silva-Lepe updated TUSCANY-823: --- Attachment: ws-ow-sample-client.patch Here's an initial patch for the client side. I'm seeing some problems with the target invoker so this has

Re: [SDO C++] Leaking libxml memory

2006-10-11 Thread Pete Robbins
fixed - http://issues.apache.org/jira/browse/TUSCANY-825 On 11/10/06, Pete Robbins [EMAIL PROTECTED] wrote: Ah yes. I have a fix for this. It is caused by the SDOXMLString::substring method creating 2 copies of the string and only freeing one of them. this method is called when parsing the

Re: [C++] SCA build on Ubuntu Linux V6.06 LTS fails in samples

2006-10-11 Thread Geoffrey Winn
OK. I tried invoking ./runclient as described and it tells me that 5 divided by 2 is 2.5 which seems reasonable. Is it worth me posting instructions on how to build on Ubuntu? Geoff. On 11/10/06, Pete Robbins [EMAIL PROTECTED] wrote: On 11/10/06, Geoffrey Winn [EMAIL PROTECTED] wrote: On

Re: [C++] SCA build on Ubuntu Linux V6.06 LTS fails in samples

2006-10-11 Thread Pete Robbins
Yes please! On 11/10/06, Geoffrey Winn [EMAIL PROTECTED] wrote: OK. I tried invoking ./runclient as described and it tells me that 5 divided by 2 is 2.5 which seems reasonable. Is it worth me posting instructions on how to build on Ubuntu? Geoff. On 11/10/06, Pete Robbins [EMAIL PROTECTED]

Re: BB broken org/apache/axiom/soap/impl/builder/MTOMStAXSOAPModelBuilder missing?

2006-10-11 Thread Raymond Feng
Hi, Rick. Please make sure the SNAPSHOT version of axiom is used. The 1.1.1 version of axiom is not compatible with axis2 SNAPSHOT. Thanks, Raymond - Original Message - From: Rick [EMAIL PROTECTED] To: tuscdev tuscany-dev@ws.apache.org Sent: Wednesday, October 11, 2006 4:04 AM

Re: BB broken org/apache/axiom/soap/impl/builder/MTOMStAXSOAPModelBuilder missing?

2006-10-11 Thread Rick
Raymond, Thanks I did that an hour ago by wiping out my local repo axiom and axis. I have the snapshot versions now. When I did the first build I used the -U and online maven really has me confused at times. Raymond Feng wrote: Hi, Rick. Please make sure the SNAPSHOT version of axiom

DAS Java M2 RC2 is now available

2006-10-11 Thread Luciano Resende
The DAS Java M2 Release Candidate is available at : http://people.apache.org/~kelvingoodson/das_java/RC2/ Changes from DAS Java M2 - RC1 I have addressed most of issues from the feedback you guys gave me on RC1, see thread below :

Re: svn commit: r462724 - in /incubator/tuscany/java/sca/services/persistence/common/src: ./ main/ test/

2006-10-11 Thread Jim Marino
This is part of the JPA work which has been discussed in previous emails. I imagine it won't be ready for the release unless the latter continues to slip... Jim On Oct 11, 2006, at 4:54 AM, Rick wrote: Just got curious about an service getting started just prior to M2. Any details where

Re: [C++] SCA build on Ubuntu Linux V6.06 LTS fails in samples

2006-10-11 Thread Jean-Sebastien Delfino
Geoffrey Winn wrote: On 10/10/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Proxies are generated by the scagen tool. The tool is written in Java and uses an XSL stylesheet to generate the Proxy code. The code for the tool is under under sca/tools/scagen. It has always been working

Re: [C++] SCA build on Ubuntu Linux V6.06 LTS fails in samples

2006-10-11 Thread Jean-Sebastien Delfino
Geoffrey Winn wrote: OK. I tried invoking ./runclient as described and it tells me that 5 divided by 2 is 2.5 which seems reasonable. Is it worth me posting instructions on how to build on Ubuntu? Geoff. On 11/10/06, Pete Robbins [EMAIL PROTECTED] wrote: On 11/10/06, Geoffrey Winn [EMAIL

Re: Wiki or website for doc?

2006-10-11 Thread Kevin Williams
I think the wiki is the best place for development of this type of documentation. It is so easy to update that I hope it will invite others to participate. I also like Venkat's idea to snapshot content developed on the wiki to include in a milestone distribution. -- Kevin and I like

Re: Refactoring commonality amongst Script containers in Java SCA

2006-10-11 Thread Jim Marino
On Oct 11, 2006, at 6:00 AM, ant elder wrote: This is ending up all talk and no action I don't see it that way. I think we are trying to arrive at the right thing to do...I've asked specific questions that I'd like to get answers to before I feel comfortable moving this out of the sandbox.

Re: Wiki or website for doc?

2006-10-11 Thread Luciano Resende
I'd agree that wiki is a good place for collaboration and the development of this place of documentation too. But I just want to make sure that we use the website to have some kind of high level information, and also somewhat detailed first steps to get people going, we could take as an example

Question on the Tuscany dependency extension in SCDL

2006-10-11 Thread Raymond Feng
Hi, Jeremy. For the following XML fragment in the default.scdl for binding.axis2, dependency xmlns=http://tuscany.apache.org/xmlns/1.0-SNAPSHOT; groupaxis2/group nameaxis2-kernel/name versionSNAPSHOT/version /dependency Is it transitive? For example, axis2 has dependencies on wsdl4j

Re: Wiki or website for doc?

2006-10-11 Thread Oisin Hurley
I think the wiki is the best place for development of this type of documentation. It is so easy to update that I hope it will invite others to participate. I also like Venkat's idea to snapshot content developed on the wiki to include in a milestone distribution. Just a point on this

[jira] Created: (TUSCANY-826) Containment cycle should result in Exception

2006-10-11 Thread Brian Murray (JIRA)
Containment cycle should result in Exception Key: TUSCANY-826 URL: http://issues.apache.org/jira/browse/TUSCANY-826 Project: Tuscany Issue Type: Bug Components: Java SDO Implementation

[jira] Updated: (TUSCANY-826) Containment cycle should result in Exception

2006-10-11 Thread Brian Murray (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-826?page=all ] Brian Murray updated TUSCANY-826: - Attachment: ContainmentCycleError.java The attached test case creates both a one and two member containment cycle. The cycle is looped through for several

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

2006-10-11 Thread T Gould
Kelvin - We at Rogue Wave have been developing an SDO product, HydraSDO, and have a seires of tests that might be easiliy modified so as to exercise your Java SDO product. We would be very interested in providing our tests as well as helping create a test environment (unless this has already

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

2006-10-11 Thread Andrew Borley
Hi Tom, Coming from the C++ side of Tuscany, I know we'd certainly be interested in those C++ SDO tests - please get involved! Cheers Andrew On 10/11/06, T Gould [EMAIL PROTECTED] wrote: Kelvin - We at Rogue Wave have been developing an SDO product, HydraSDO, and have a seires of tests that

Re: Question on the Tuscany dependency extension in SCDL

2006-10-11 Thread Jeremy Boynes
Depends on the repo. In the webapp we have a maven based repo implementation that supports transitive deps based on maven metadata in the artifact or in an accompanying pom (at least, I think this is what Meeraj's thing does). In the standalone env we are currently using a simpler repo

Re: Wiki or website for doc?

2006-10-11 Thread Simon Nash
I would like to contribute the documentation I am developing to the wiki so that it can be harvested. I am currently writing basic documentation on how to install and run Tuscany applications. Simon Kevin Williams wrote: I think the wiki is the best place for development of this type of

Re: Async callbacks over ws binding w/Axis2, was Re: Inner composite patch

2006-10-11 Thread haleh mahbod
there is information at this link http://wiki.apache.org/ws/Tuscany/TuscanyJava/M2TasksSCA On 10/11/06, Kapil Katyal [EMAIL PROTECTED] wrote: Hi, Does anyone know the current status of supporting asynchronous calls over a webservice binding in Tuscany? Are there are any working samples or

Weak wiki-fu

2006-10-11 Thread Kevin Williams
I am having some trouble setting up links between pages in our wiki. When linking to child pages I have followed examples I have seen on our wiki and do something like this: * [wiki:/Convention_over_configuration Convention over configuration] So, the syntax is : [wiki:/some_child_page

[jira] Updated: (TUSCANY-822) JSONRPC binding only works with one service per composite

2006-10-11 Thread Bert Lamb (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-822?page=all ] Bert Lamb updated TUSCANY-822: -- Attachment: jsonrpc-script-getter.patch This patch adds the reference counting to the JSONRPCService so that only one ScriptGetterServlet should ever be

Re: Async callbacks over ws binding w/Axis2, was Re: Inner composite patch

2006-10-11 Thread Raymond Feng
Hi, We have helloworldwsclient-async and helloworldws-async samples working now. We also added greeterwsclient-oneway and greeterws-oneway for one-way. Thanks, Raymond - Original Message - From: Kapil Katyal [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, October

Runtime Implementation not found when running sample Webapps

2006-10-11 Thread Bert Lamb
I just updated to HEAD today (clean source tree, clean local maven repo) and I am trying to run the helloworldjsonrpc and the helloworldws samples and I am getting the following when trying to deploy them in Tomcat. My gut is telling me that the tuscany war plugin has misplaced a jar or

Re: Runtime Implementation not found when running sample Webapps

2006-10-11 Thread Bert Lamb
Yep, webapp-host-1.0-incubator-M2-SNAPSHOT.jar is in the /WEB-INF/tuscany/boot directory -Bert On 10/11/06, Jeremy Boynes [EMAIL PROTECTED] wrote: There should be a webapp-host jar in /WEB-INF/tuscany/boot - is it there? -- Jeremy

Re: Question on the Tuscany dependency extension in SCDL

2006-10-11 Thread Simon Nash
Jeremy, I'm sorry that I need to reply to your question with a question. This is because I can't answer your question until I'm clear on the following. How does the simple scheme work today? For example, the SCDL in the helloworldwsclient standalone jar has the following: tuscany:dependency

Re: Runtime Implementation not found when running sample Webapps

2006-10-11 Thread Rick
No sure what the issue is ... may help if you went to where the war is expanded in webapp and do a dir /s /b /a:-d (not sure of the linux, equivalent) and post so we can see what files you have and where. Bert Lamb wrote: Yep, webapp-host-1.0-incubator-M2-SNAPSHOT.jar is in the

Re: Weak wiki-fu

2006-10-11 Thread Luciano Resende
Try following instructions on the following page : http://wiki.apache.org/ws/InterWiki You can do something like [ApacheWsWiki:/Tuscany/TuscanyJava/DASJavaReleaseSteps] - Luciano Resende On 10/11/06, Kevin Williams [EMAIL PROTECTED] wrote: I am having some trouble setting up links between

Re: Question on the Tuscany dependency extension in SCDL

2006-10-11 Thread Meeraj Kunnumpurath
Simon, I think the standalone repo constructs the path to the artifact in a local maven repo from group, artifact and version to find the artifact url. However, it doesn't do any transitive stuff. If you want to use transitive resolution you can use

Re: Question on the Tuscany dependency extension in SCDL

2006-10-11 Thread Meeraj Kunnumpurath
In the webapp we have a maven based repo implementation that supports transitive deps based on maven metadata in the artifact or in an accompanying pom (at least, I think this is what Meeraj's thing does). The webapp repo looks at packaged jars in WEB-ING/tuscany/repository to resolve the

Re: Question on the Tuscany dependency extension in SCDL

2006-10-11 Thread Jeremy Boynes
Well, that SCDL fragment is wrong (wrong namespaces, wrong elements) but the basic path is ${root}/${groupWithSlashesForDots}/${name}/${version}/${name}-$ {version}[-${classifier}].${type} where ${root} is the property of the extension resolved relative to $ {user.home} so for what you have

Stabilizing M2 for release

2006-10-11 Thread Jeremy Boynes
We have had quite a few suggestions over the last couple of days for new functionality for the trunk some of which would result in changes to the APIs. We have also had the completion of one of the major pieces of code (async over axis webservices) that was still outstanding although there

Re: Question on the Tuscany dependency extension in SCDL

2006-10-11 Thread Simon Nash
Thanks. Using the local maven repo is convenient for maven users, and adding full maven support (transitive dependency resolution and automatic downloading) to the standalone environment is a significant improvement for these users. However, I'm a bit concerned about requiring all users of the

[jira] Resolved: (TUSCANY-815) Update DAS Sample distribution with updated legal files and new documentation files

2006-10-11 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-815?page=all ] Luciano Resende resolved TUSCANY-815. - Resolution: Fixed Thanks for applying the patch. Update DAS Sample distribution with updated legal files and new documentation files

[jira] Created: (TUSCANY-827) Update companyweb readme.htm

2006-10-11 Thread Luciano Resende (JIRA)
Update companyweb readme.htm Key: TUSCANY-827 URL: http://issues.apache.org/jira/browse/TUSCANY-827 Project: Tuscany Issue Type: Improvement Components: Java DAS Samples Affects Versions: Java-M2

[jira] Updated: (TUSCANY-827) Update companyweb readme.htm

2006-10-11 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-827?page=all ] Luciano Resende updated TUSCANY-827: Attachment: tuscany827.lresende.20061011.zip New readme for the samples. This should replace the old version. I'm also providing a patch, just

[jira] Updated: (TUSCANY-827) Update companyweb readme.htm

2006-10-11 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-827?page=all ] Luciano Resende updated TUSCANY-827: Attachment: tuscany827.lresende.20061011.txt Patch with updates to readme Update companyweb readme.htm

[jira] Assigned: (TUSCANY-827) Update companyweb readme.htm

2006-10-11 Thread Luciano Resende (JIRA)
Attachments: tuscany827.lresende.20061011.txt, tuscany827.lresende.20061011.zip Need to update the readme.htm based on the feedback from DAS M2 RC2 http://www.mail-archive.com/tuscany-user%40ws.apache.org/msg00268.html -- This message is automatically generated by JIRA. - If you think

[jira] Created: (TUSCANY-828) Update companyweb.war location in sample distribution

2006-10-11 Thread Luciano Resende (JIRA)
Update companyweb.war location in sample distribution -- Key: TUSCANY-828 URL: http://issues.apache.org/jira/browse/TUSCANY-828 Project: Tuscany Issue Type: Bug Components: Java

[jira] Updated: (TUSCANY-828) Update companyweb.war location in sample distribution

2006-10-11 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-828?page=all ] Luciano Resende updated TUSCANY-828: Attachment: tuscany828.lresende.20061011.txt This updates the assembly configuration from das-sample distribution at : X:\java\das\distribution

Repo config, was: Question on the Tuscany dependency extension in SCDL

2006-10-11 Thread Jeremy Boynes
On Oct 11, 2006, at 4:57 PM, Simon Nash wrote: Thanks. Using the local maven repo is convenient for maven users, and adding full maven support (transitive dependency resolution and automatic downloading) to the standalone environment is a significant improvement for these users. However, I'm

SDO Test environment, was: SDO Java: Getting Involved -- Tests/Samples

2006-10-11 Thread Jean-Sebastien Delfino
Andrew Borley wrote: [snip] Hi Tom, Coming from the C++ side of Tuscany, I know we'd certainly be interested in those C++ SDO tests - please get involved! Cheers Andrew On 10/11/06, T Gould [EMAIL PROTECTED] wrote: Kelvin - We at Rogue Wave have been developing an SDO product, HydraSDO, and

Re: Weak wiki-fu

2006-10-11 Thread Kevin Williams
Hi Luciano, These are directions for inter-wiki links. What I am looking for is directions for intra-wiki links since our pages are already within the ApacheWsWiki. Thanks. -- Kevin Luciano Resende wrote: Try following instructions on the following page :

Re: Weak wiki-fu

2006-10-11 Thread Kevin Williams
It looks like WikiNames (http://wiki.apache.org/ws/WikiName) are one easy way to link between arbitrary pages within a wiki. I'll start converting our User Guide pages to use this convention. Thanks. -- Kevin Kevin Williams wrote: Hi Luciano, These are directions for inter-wiki links.

Potential Java SDO Serialization Bug

2006-10-11 Thread Fuhwei Lwo
I just found out XMLHelper.save() method always uses the dataobject's namespace URI to derive its namespace prefix even the prefix was defined in the XSD. For example, I modify xmlns:nsPrefix=nsURI in the simple.xsd located in the resource folder under sdo/impl project from

Re: Potential Java SDO Serialization Bug

2006-10-11 Thread Yang ZHONG
XSD prefixes are *not* parts of the definitions. It may be nice for XML to use the original prefixes, however different ones must be used instead if ever conflicted. _1 may be ugly, but it doesn't disconform to the XSD. Do you want to change bug to improvement? On 10/11/06, Fuhwei Lwo [EMAIL

Re: Stabilizing M2 for release

2006-10-11 Thread Jim Marino
On Oct 11, 2006, at 4:49 PM, Jeremy Boynes wrote: We have had quite a few suggestions over the last couple of days for new functionality for the trunk some of which would result in changes to the APIs. We have also had the completion of one of the major pieces of code (async over axis

Re: Weak wiki-fu

2006-10-11 Thread Luciano Resende
From what I understood, you could replace : http://wiki.apache.org/ws/WikiName to [ApacheWsWiki:] - Luciano Resende On 10/11/06, Kevin Williams [EMAIL PROTECTED] wrote: It looks like WikiNames (http://wiki.apache.org/ws/WikiName) are one easy way to link between arbitrary pages within a

companyWeb readme - Fwd: [jira] Assigned: (TUSCANY-827) Update companyweb readme.htm

2006-10-11 Thread Luciano Resende
Fix For: Java-M2 Attachments: tuscany827.lresende.20061011.txt, tuscany827.lresende.20061011.zip Need to update the readme.htm based on the feedback from DAS M2 RC2 http://www.mail-archive.com/tuscany-user%40ws.apache.org/msg00268.html -- This message is automatically