[jira] Resolved: (TUSCANY-180) Clarify/decide how to express portType and port QNames in SCDL

2006-05-12 Thread Jean-Sebastien Delfino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-180?page=all ] Jean-Sebastien Delfino resolved TUSCANY-180: Resolution: Fixed Fixed, we now support the WSDL 2.0 syntax described in the spec. I left the old syntax for now to avoid breaking

[jira] Updated: (TUSCANY-351) New FAQ Entry: Getting a null pointer for HelloWorldWeb

2006-05-12 Thread haleh mahbod (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-351?page=all ] haleh mahbod updated TUSCANY-351: - Attachment: faq.xml > New FAQ Entry: Getting a null pointer for HelloWorldWeb > --- > > Key: TUS

[jira] Updated: (TUSCANY-162) Need a document describing how to submit a patch

2006-05-12 Thread haleh mahbod (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-162?page=all ] haleh mahbod updated TUSCANY-162: - Attachment: patches162.zip Multiple fixes - Added instructions for patch handling - removed link to 'references' from main page. same info was available und

[jira] Updated: (TUSCANY-183) Tuscany news page points to an obsolete set up document on our Wiki page

2006-05-12 Thread haleh mahbod (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-183?page=all ] haleh mahbod updated TUSCANY-183: - Attachment: news.xml changed link to point to 'java project' page on the website. Also changed the term 'milestone build' to 'stable level'. > Tuscany news

Instructions to create a distribution for Tuscany

2006-05-12 Thread Raymond Feng
Hi, You can now create the Tuscany java distribution in one shot. Assuming you check out the source code under tuscany/java, here are the simple steps: cd tuscany/java/distribution build-dist (or ./build-dist.sh for linux) You'll find the folder structure created as the result of the build

Re: Dummy's guide to writing new component types

2006-05-12 Thread Srikanth Bhattiprolu
Sorry .. its JIRA-365. Srikanth On 5/12/06, Srikanth Bhattiprolu <[EMAIL PROTECTED]> wrote: Created the JIRA issue 317 and added the code and required jars. Srikanth On 5/12/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Srikanth Bhattiprolu wrote: > [snip] > > Anyway the reason

Re: Dummy's guide to writing new component types

2006-05-12 Thread Srikanth Bhattiprolu
Created the JIRA issue 317 and added the code and required jars. Srikanth On 5/12/06, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: Srikanth Bhattiprolu wrote: [snip] > Anyway the reason i started all this was to have a Ruby container for SCA > using JRuby which has a BSF implementation fo

[jira] Updated: (TUSCANY-365) Java SCA Container for Ruby

2006-05-12 Thread Srikanth Bhattiprolu (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-365?page=all ] Srikanth Bhattiprolu updated TUSCANY-365: - Attachment: bsf.jar > Java SCA Container for Ruby > --- > > Key: TUSCANY-365 > URL: http://issues.a

[jira] Updated: (TUSCANY-365) Java SCA Container for Ruby

2006-05-12 Thread Srikanth Bhattiprolu (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-365?page=all ] Srikanth Bhattiprolu updated TUSCANY-365: - Attachment: jruby.jar > Java SCA Container for Ruby > --- > > Key: TUSCANY-365 > URL: http://issues

[jira] Updated: (TUSCANY-365) Java SCA Container for Ruby

2006-05-12 Thread Srikanth Bhattiprolu (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-365?page=all ] Srikanth Bhattiprolu updated TUSCANY-365: - Attachment: tuscany-container-ruby.zip Updated the pom files to show the dependencies. Not sure how the jars need to be attached. I got the

[jira] Created: (TUSCANY-365) Java SCA Container for Ruby

2006-05-12 Thread Srikanth Bhattiprolu (JIRA)
Java SCA Container for Ruby --- Key: TUSCANY-365 URL: http://issues.apache.org/jira/browse/TUSCANY-365 Project: Tuscany Type: New Feature Versions: Java-Mx Reporter: Srikanth Bhattiprolu Priority: Minor This is the Ruby Cont

[jira] Resolved: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng resolved TUSCANY-282: -- Resolution: Fixed The patches have been applied. Please try out to see if it fits all of our requirements. Thanks Dan for all the help on maven, and

Re: Dummy's guide to writing new component types

2006-05-12 Thread Jean-Sebastien Delfino
Srikanth Bhattiprolu wrote: [snip] Anyway the reason i started all this was to have a Ruby container for SCA using JRuby which has a BSF implementation for Ruby. So i saw the new Groovy container that was created - so i just took the complete code, changed all the references of Groovy to Ruby,

[jira] Commented: (TUSCANY-217) WSDLDefinition caching allows EntryPoint WS URLs to clobber ExternalService URLs

2006-05-12 Thread Jim Marino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-217?page=comments#action_12383322 ] Jim Marino commented on TUSCANY-217: Thanks Ant - I'm getting it now and trying it out. > WSDLDefinition caching allows EntryPoint WS URLs to clobber ExternalService

Re: Dummy's guide to writing new component types

2006-05-12 Thread Kevin Williams
Excellent! Srikanth Bhattiprolu wrote: I know that i vanished after asking you for all the info. I got real busy with my office work and never got a chance to try the steps you wrote here. Apologise for that. Anyway the reason i started all this was to have a Ruby container for SCA using JRu

Re: Dummy's guide to writing new component types

2006-05-12 Thread Srikanth Bhattiprolu
I know that i vanished after asking you for all the info. I got real busy with my office work and never got a chance to try the steps you wrote here. Apologise for that. Anyway the reason i started all this was to have a Ruby container for SCA using JRuby which has a BSF implementation for Ruby.

[jira] Updated: (TUSCANY-362) Move StAX jars from server/lib to common/lib

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-362?page=all ] Raymond Feng updated TUSCANY-362: - Attachment: 362-patch.txt Here's the patch for tomcat testing (copying stax, wstx jars to common/lib). The distribution build has already configured tomcat

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng updated TUSCANY-282: - Attachment: 282-tomcat-patch1.txt Reload the patch. Rick cannot apply the previous one. > Add to our build the production of a distribution for our release

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng updated TUSCANY-282: - Attachment: 282-tomcat-patch.txt Here's the patch to pre-configure tomcat with the following fixes 1) Adjust to the new sample structure 2) copy stax and ws

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng updated TUSCANY-282: - Attachment: 282-0512-b.patch more fixes, please apply. > Add to our build the production of a distribution for our release > ---

[jira] Commented: (TUSCANY-217) WSDLDefinition caching allows EntryPoint WS URLs to clobber ExternalService URLs

2006-05-12 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-217?page=comments#action_12383259 ] ant elder commented on TUSCANY-217: --- (I did want to make this a proper testcase in the tomcat integration tests but haven't got that to work yet, so for the sake of expedi

[jira] Commented: (TUSCANY-217) WSDLDefinition caching allows EntryPoint WS URLs to clobber ExternalService URLs

2006-05-12 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-217?page=comments#action_12383257 ] ant elder commented on TUSCANY-217: --- I've added an app that recreates this problem with bigbank to the sandbox: http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/a

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng updated TUSCANY-282: - Attachment: 282-0512.patch Here's the latest patch. 1) download apache-tomcat-5.5.17.zip into /distribution/tomcat-overlay 2) go to /distrubtion and run bui

[jira] Resolved: (TUSCANY-343) WSDL2JavaGenerator fails if the wsdl have an import for the XSD types

2006-05-12 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-343?page=all ] Frank Budinsky resolved TUSCANY-343: Resolution: Fixed Fixed in revision 405804. > WSDL2JavaGenerator fails if the wsdl have an import for the XSD types > ---

[jira] Resolved: (TUSCANY-358) TypeHelper.getType(Class ...) either returns unexpected Type or throws ClassCastException for java .lang.String or other simple java types

2006-05-12 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-358?page=all ] Frank Budinsky resolved TUSCANY-358: Resolution: Fixed Fixed in revision 405804. > TypeHelper.getType(Class ...) either returns unexpected Type or throws > ClassCastException for ja

[jira] Updated: (TUSCANY-282) Add to our build the production of a distribution for our release

2006-05-12 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-282?page=all ] Raymond Feng updated TUSCANY-282: - Attachment: tuscany-distribution.zip Please unzip it over your root folder for the Tuscany code base. You can run the distribution build from /distrbution/b

Re: [C++] Options for string handling in SDO

2006-05-12 Thread Geoffrey Winn
To pick up on both these responses. On 12/05/06, Simon Laws <[EMAIL PROTECTED]> wrote: Hi Geoff When you talk about string objects do you mean instances of the ANSI string class (basic_string) or is this a special SDO designed string class? I didn't include enough detail. I meant a class tha

Re: What is the correct copyright statement?

2006-05-12 Thread Jeremy Boynes
IANAL but AIUI the copyright notice should reflect the dates of significant contributions to the work. So for the new file it must contain the current year, for the modification the notice should be changed if your new contribution is significant. The definition of significant, of course, varies by

Re: Introducing..

2006-05-12 Thread Mike Edwards
Hi Andrew, Welcome aboard! You will not need to feel "out on a limb" by being in the UK - there are quite a few of us Brits working on Tuscany and SCA - especially the C++ implementation. We're mostly based in Hursley, near Winchester. Yours, Mike. Andrew Borley wrote: Hi Everyone, Afte

[jira] Created: (TUSCANY-364) Automate RDB DAS stand-alone sample

2006-05-12 Thread Kevin Williams (JIRA)
Automate RDB DAS stand-alone sample --- Key: TUSCANY-364 URL: http://issues.apache.org/jira/browse/TUSCANY-364 Project: Tuscany Type: Improvement Components: Java DAS Samples Versions: Java-M1-tentative Reporter: Kevin

[jira] Closed: (TUSCANY-327) NullPointerException in DAS companyWeb sample

2006-05-12 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-327?page=all ] Kevin Williams closed TUSCANY-327: -- Verified with 405666 > NullPointerException in DAS companyWeb sample > - > > Key: TUSCANY-327 >

[jira] Resolved: (TUSCANY-327) NullPointerException in DAS companyWeb sample

2006-05-12 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-327?page=all ] Kevin Williams resolved TUSCANY-327: Resolution: Fixed The NPE regression is fixed. Also, this sample has been moved to das/samples and is not yet automated. > NullPointerException i

Re: [C++] Options for string handling in SDO

2006-05-12 Thread Edward Slattery
FWIW I would think of creating an SDO string class which can be constructed from a char* or a std::string, and make the methods use the SDO string, such that either char* or std::string can be input. On 12/05/06, Simon Laws <[EMAIL PROTECTED]> wrote: Hi Geoff When you talk about string object

Re: [C++] Options for string handling in SDO

2006-05-12 Thread Simon Laws
Hi Geoff When you talk about string objects do you mean instances of the ANSI string class (basic_string) or is this a special SDO designed string class? Also why is this an either/or? It would seem like a useful thing to have an interface that allows string objects to be used but not sure I wou

Re: What is the correct copyright statement?

2006-05-12 Thread Pete Robbins
ooh that's an interesting one an I will defer to the legal folk if any turn up ... but... I believe the format is "Copyright %START_DATE%, %LAST_MODIFIED_DATE% The Apache Software Foundation or its licensors, as applicable." So should probably read "Copyright 2005, 2006 The Apache Software Found

What is the correct copyright statement?

2006-05-12 Thread Geoffrey Winn
Looking at the existing source file (C++ in my case) they all seem to contain a copyright statement as follows. "Copyright 2005 The Apache Software Foundation or its licensors, as applicable." If I want to create a new file do I include that exact statement or the 2006 variant of it? Similarly,

Re: Introduction

2006-05-12 Thread Pete Robbins
Hi Geoff. With your "broking" experience please try and break the code... then fix it of course. Cheers, On 12/05/06, Geoffrey Winn <[EMAIL PROTECTED]> wrote: Hello, my name is Geoff Winn. I've recently started looking at the SDO for C++ code having previously worked on a variety of message

[C++] Options for string handling in SDO

2006-05-12 Thread Geoffrey Winn
Much of the string data in SDO for C++ is handled as C style, null-terminated arrays of characters. I'm trying to move that to a style where most string data is represented as true string objects. The painless (less painful) way to do that is to leave the externals alone and to introduce string o

Re: New Wiki page for SDO Java documentation

2006-05-12 Thread Edward Slattery
Our paths have crossed a bit here. If all goes well the page should be at http://wiki.apache.org/ws/Tuscany/TuscanyJava/SDOJavaOverview On 12/05/06, kelvin goodson <[EMAIL PROTECTED]> wrote: I've added a new page to the WIKI to cover SDO Java project details. http://wiki.apache.org/ws/Tuscan

Introduction

2006-05-12 Thread Geoffrey Winn
Hello, my name is Geoff Winn. I've recently started looking at the SDO for C++ code having previously worked on a variety of message passing and broking systems. Regards Geoff.

Re: wiki changes

2006-05-12 Thread kelvin goodson
The "rename page" option of the "More Actions" drop down box allows you to move a page and retain its change history. On 5/12/06, kelvin goodson <[EMAIL PROTECTED]> wrote: I'm not sure how important others consider this, but the change history for a page is lost in this process. I for one hav

Re: wiki changes

2006-05-12 Thread Edward Slattery
yes, I didnt discover the rename option until after I had made the changes. I will rename the pages so the change history is preserved. On 12/05/06, kelvin goodson <[EMAIL PROTECTED]> wrote: I'm not sure how important others consider this, but the change history for a page is lost in this proc

[jira] Commented: (TUSCANY-363) FAQ Entry: Trying to run web services with the J2SE jars

2006-05-12 Thread Simon Laws (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-363?page=comments#action_12383200 ] Simon Laws commented on TUSCANY-363: Here are some more errors i got by not using the full set of j2sews jars. You could investigate these for quite a while without real

Re: wiki changes

2006-05-12 Thread kelvin goodson
I'm not sure how important others consider this, but the change history for a page is lost in this process. I for one have on more than one occasion looked at the page info to see who the "expert" is on a given field. Can we not move the pages (along with their history) from the Tuscany to the

Re: Introducing..

2006-05-12 Thread Paul Fremantle
Welcome! Paul On 5/12/06, Andrew Borley <[EMAIL PROTECTED]> wrote: Hi Everyone, After lurking for a while, I'm decloaking and saying hi. My name is Andrew Borley, I'm based in the UK and have varied experience in projects using Web Services and Grid technologies as well as some open-source de

Introducing..

2006-05-12 Thread Andrew Borley
Hi Everyone, After lurking for a while, I'm decloaking and saying hi. My name is Andrew Borley, I'm based in the UK and have varied experience in projects using Web Services and Grid technologies as well as some open-source development experience - although never within an Apache project. I'm goi

[jira] Created: (TUSCANY-363) FAQ Entry: Trying to run web services with the J2SE jars

2006-05-12 Thread Simon Laws (JIRA)
FAQ Entry: Trying to run web services with the J2SE jars Key: TUSCANY-363 URL: http://issues.apache.org/jira/browse/TUSCANY-363 Project: Tuscany Type: Improvement Components: Java SCA Samples Environment:

New Wiki page for SDO Java documentation

2006-05-12 Thread kelvin goodson
I've added a new page to the WIKI to cover SDO Java project details. http://wiki.apache.org/ws/Tuscany/SDOJavaOverview Please take a look. Any comments/ typo catches gratefully received. -- Best Regards Kelvin Goodson

Re: wiki changes

2006-05-12 Thread Edward Slattery
OK, in the interests of getting this moving, I have made the changes. There is a main Tuscany page, and three subsidiary pages for PHP, C++ and Java. I have DUPLICATED all the subsidiary Java pages, so there is curently a Tuscany/TuscanyJava/Extending, as well as a Tuscany/Extending. You have thr

[jira] Created: (TUSCANY-362) Move StAX jars from server/lib to common/lib

2006-05-12 Thread ant elder (JIRA)
Move StAX jars from server/lib to common/lib Key: TUSCANY-362 URL: http://issues.apache.org/jira/browse/TUSCANY-362 Project: Tuscany Type: Bug Components: Java SCA Tomcat Integration Versions: Java-M1 Repo

Re: java.lang.ClassCastException: org.apache.tuscany.sdo.impl.DynamicDataObjectImpl

2006-05-12 Thread Guillaume Dufrene
[...] Hi Guillaume, This could be related to TUSCANY-333, or maybe not :) Could you please create another JIRA and attach your test case to it with a brief description of any necessary steps to reproduce the problem, and one of us will take a look and will debug it. Thanks! Hi, I have

Re: wiki changes

2006-05-12 Thread Pete Robbins
We certainly need to get some C++ information up there so... +1 from me. On 12/05/06, Edward Slattery <[EMAIL PROTECTED]> wrote: Anyone object if I move the wiki around so we have a common Tuscany main page and sub-pages for java, c++ and php? -- Pete

wiki changes

2006-05-12 Thread Edward Slattery
Anyone object if I move the wiki around so we have a common Tuscany main page and sub-pages for java, c++ and php?

[jira] Created: (TUSCANY-361) Documentation: Reference to sample that doesn't exist

2006-05-12 Thread Simon Laws (JIRA)
Documentation: Reference to sample that doesn't exist - Key: TUSCANY-361 URL: http://issues.apache.org/jira/browse/TUSCANY-361 Project: Tuscany Type: Bug Components: Java SCA Samples Versions: Java-M1

Re: [PHP] PHP wish list?

2006-05-12 Thread Mike Edwards
Simon, This sounds good to me. The more public stuff the better. Yours, Mike. Simon Laws wrote: Pete has recently followed the java team's lead and initiated a "to do"/"wish list" up on the Tuscany wiki for the C++ implementation effort. The PHP/SDO PECL project needs to do the same thing b