RE: Problem with ant on building TuscanyMSVC8DevStudioCCompiler adaptor tool

2007-11-07 Thread Brady Johnson
this can cause problems, I'll change the build.xml Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 07, 2007 1:10 AM To: tuscany-dev

[jira] Created: (TUSCANY-1900) xsd:element maxOccurs attribute not working correctly

2007-11-07 Thread Brady Johnson (JIRA)
++ SDO Affects Versions: Cpp-M4 Environment: All platforms Reporter: Brady Johnson Fix For: Cpp-M4 While creating unit tests for the TuscanySCA WSDL parser, I noticed that the maxOccurs attribute for the xsd:element is not working correctly. This can

RE: [Propose] A Tuscany Native release with SCA, SDO and DAS

2007-11-07 Thread Brady Johnson
test case in runtime/core/test/main.cpp: TEST ( wsdlErrorsTest.testDuplicateSOAPAddress() ); Basically the test fails because its expecting an SDO exception, but none is thrown. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED

RE: [Native] VS build versus ant build

2007-11-06 Thread Brady Johnson
release, otherwise the docs will be useless, cause there will be no more automake build system :P...maybe Amita can help us with that, she is really good with documentation ; ) Regards, Adriano Crestani On Nov 5, 2007 12:42 PM, Pete Robbins [EMAIL PROTECTED] wrote: On 05/11/2007, Brady Johnson

RE: [Propose] A Tuscany Native release with SCA, SDO and DAS

2007-11-05 Thread Brady Johnson
tests planned to come soon. You'll also need to get svn revision 592064 to be able to run the tests from the root source dir. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL

RE: [Native] VS build versus ant build

2007-11-05 Thread Brady Johnson
for SCA, Adriano: can you look into completing the samples for DAS? Do you have some sort of checklist for creating a distribution? If I had that, I could get started adding that to the ant build system. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL

RE: RE: Running CppCalculator

2007-11-02 Thread Brady Johnson
tried on Linux in case you have some issues with your Windows environment? Let me know if this answers your questions. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Максим Харичкин [mailto:[EMAIL

[jira] Closed: (TUSCANY-1533) TuscanySCA Native test suite is stale and hasnt been maintained for ages

2007-10-31 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson closed TUSCANY-1533. -- Resolution: Fixed TuscanySCA Native test suite is stale and hasnt been maintained for ages

RE: [Propose] A Tuscany Native release with SCA, SDO and DAS

2007-10-31 Thread Brady Johnson
unit tests early next week. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adriano Crestani Sent: Wednesday, October 31, 2007 2:35 PM To: tuscany

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-10-24 Thread Brady Johnson
source C/C++ unit test tools on [1]. [1] http://www.opensourcetesting.org/unit_c.php Regards, Adriano Crestani On 8/10/07, Brady Johnson [EMAIL PROTECTED] wrote: Good idea, I always prefer to see plenty of documentation. I updated the wiki

RE: [Propose] A Tuscany Native release with SCA, SDO and DAS

2007-10-24 Thread Brady Johnson
] http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+Native+Next+R elease+Contents Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-10-24 Thread Brady Johnson
Well then, if we cant use CxxTest, and if DAS/SDO Native already have a unit testing infrastructure in place, then I vote we just use/copy that infrastructure for SCA Native. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] PS: SCA

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-10-24 Thread Brady Johnson
the SDO test suite passing. As for SCA, since we have zero tests right now, we really need to get something in place. It's a rather daunting task though. :( Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-10-24 Thread Brady Johnson
with that. Who else could help you with SCA test cases? Regards, Adriano Crestani On 10/24/07, Brady Johnson [EMAIL PROTECTED] wrote: Adriano, We should definitely get the SDO test suite passing at 100% on all platforms. I'll try to look at it today/tomorrow. I think your suggestion of test

RE: [VOTE] Graduate Tuscany as a top level project

2007-10-10 Thread Brady Johnson
+1 from me. Regards Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Raymond Feng [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 09, 2007 9:27 AM To: tuscany-dev@ws.apache.org; [EMAIL PROTECTED

RE: Graduation: Spec Openness

2007-10-09 Thread Brady Johnson
+1 from me too. Regards Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Jean-Sebastien Delfino [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 03, 2007 9:57 AM To: tuscany-dev@ws.apache.org

RE: [SDO C++] DO having no container after removed from a reference list

2007-10-08 Thread Brady Johnson
Adriano, This indeed seems to be a bug. Go ahead and write a JIRA please. Thanks Best regards, Brady -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adriano Crestani Sent: Monday, October 08, 2007 3:43 PM To: tuscany-dev@ws.apache.org Subject: [SDO

[SCA Native] Does the Operation class duplicate the SDO

2007-09-27 Thread Brady Johnson
this: void ServiceWrapper::invoke( const std::string operationName, DataObjectPtr input, DataObjectPtr output ); If we take this approach, the affected areas will be the samples (anywhere a ServiceWrapper is used) and scagen. Any opinions? Brady Johnson Lead Software

RE: [SCA Native] Does the Operation class duplicate the SDO

2007-09-27 Thread Brady Johnson
the appropriate set calls on the return SDO, which the Tuscany runtime will be able to query. And again, when the no one else is referencing the SDO, the memory will be released. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original

[jira] Created: (TUSCANY-1813) WSDL Message Types stored in SDO DataFactory incorrectly

2007-09-26 Thread Brady Johnson (JIRA)
Components: C++ SCA Affects Versions: Cpp-M3 Environment: All platforms Reporter: Brady Johnson Fix For: Cpp-Next Once all of the WSLDs, Composites, etc have been parsed for a particular service, the WSDL types are incorrectly stored in the SDO DataFactory. I found

[SCA Native] WSDL Message Types stored incorrectly in the SDO DataFactory

2007-09-26 Thread Brady Johnson
/AccountService http://www.bigbank.com/AccountService Type=http://www.bigbank.com/AccountService#getAccountReport http://www.bigbank.com/AccountService#getAccountReport Its not necessary to store the namespace for the type name. Brady Johnson Lead Software Developer - HydraSCA

RE: [SCA Native] WSDL Message Types stored incorrectly in the SDO DataFactory

2007-09-26 Thread Brady Johnson
); DataObjectPtr sdoObj = dataFactory-create( prop.getType() ); I'll close the JIRA. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Brady Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 26

[jira] Commented: (TUSCANY-1813) WSDL Message Types stored in SDO DataFactory incorrectly

2007-09-26 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12530578 ] Brady Johnson commented on TUSCANY-1813: I figured out the problem. It's a matter of how DataFactory

[jira] Closed: (TUSCANY-1813) WSDL Message Types stored in SDO DataFactory incorrectly

2007-09-26 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1813?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson closed TUSCANY-1813. -- Resolution: Invalid This turned out to be an issue with how I was using SDO

RE: [SDO C++] Setting::getDataObjectValue question

2007-09-19 Thread Brady Johnson
I agree that this is a bug. Can you write a JIRA please. Regards Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Michael Yoder [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 9:20 AM

[jira] Commented: (TUSCANY-1694) sdotest does not compile

2007-09-19 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528934 ] Brady Johnson commented on TUSCANY-1694: I commit the patch. Brady Johnson Lead

[jira] Commented: (TUSCANY-1695) SDOUtils.cpp does not compile due to problematic cast

2007-09-19 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12528935 ] Brady Johnson commented on TUSCANY-1695: I commit the patch recommended by Michael Yoder

RE: [NOTICE] Simon Nash voted as Tuscany Committer.

2007-09-19 Thread Brady Johnson
Welcome Simon! Brady -Original Message- From: Mike Edwards [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 19, 2007 4:30 PM To: tuscany-dev@ws.apache.org Subject: [NOTICE] Simon Nash voted as Tuscany Committer. Folks, The Tuscany PPMC and the Incubator PMC have voted for Simon

RE: [DAS Native] ant build

2007-09-04 Thread Brady Johnson
line generated by ant. Hopefully this will help out. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adriano Crestani Sent: Sunday, September 02

[jira] Resolved: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-31 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson resolved TUSCANY-1438. Resolution: Fixed I think enough patches have been applied to warrant resolving

RE: [jira] Commented: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-21 Thread Brady Johnson
Ok thanks Adriano. I'll look into this now. Brady -Original Message- From: Adriano Crestani (JIRA) [mailto:[EMAIL PROTECTED] Sent: Monday, August 20, 2007 6:42 PM To: Brady Johnson Subject: [jira] Commented: (TUSCANY-1438) Change TuscanySCA Native build system to use ant [ https

RE: [jira] Commented: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-21 Thread Brady Johnson
Ok, I fixed it. I just hadn't pulled down the latest from svn for a few days. Can you try again Adriano. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Brady Johnson [mailto:[EMAIL

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-21 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update10_jira1438.corrected Uploading corrected patch made from

RE: [NOTICE] Brady Johnson voted as Tuscany committer

2007-08-21 Thread Brady Johnson
Thanks everybody. I'm really excited about this and looking forward to working with all of you. Best Regards Brady -Original Message- From: Simon Nash [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 21, 2007 1:03 PM To: tuscany-dev@ws.apache.org Subject: Re: [NOTICE] Brady Johnson

RE: [SCA Native] preliminary ant build

2007-08-20 Thread Brady Johnson
I uploaded yet another patch for this JIRA https://issues.apache.org/jira/browse/TUSCANY-1438 Can someone please apply it. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Brady

[DAS Native] ant build

2007-08-16 Thread Brady Johnson
to copy the SDO ant stuff over to DAS, what do you think? Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Adriano Crestani Sent: Monday, July 23

[jira] Created: (TUSCANY-1537) TuscanyDriver does not compile

2007-08-14 Thread Brady Johnson (JIRA)
Environment: All platforms Reporter: Brady Johnson Priority: Minor Fix For: Cpp-Next The TuscanyDriver is failing to compile due to multiple failures. The patch includes fixes to the build.xml and to TuscanyServiceLoader.cpp. Brady Johnson

[jira] Updated: (TUSCANY-1537) TuscanyDriver does not compile

2007-08-14 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1537: --- Attachment: tuscany_jira1537 Uploading patch. TuscanyDriver does not compile

[SCA Native] problems compiling tools/TuscanyDriver

2007-08-14 Thread Brady Johnson
Hello all, I uploaded a patch to fix compilation issues with the TuscanyDriver. Can someone please apply it. https://issues.apache.org/jira/browse/TUSCANY-1537 Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

RE: [Fwd: Re: [jira] Created: (TUSCANY-1529) Tuscany SDO native for windows is not msvc backwards compatible]

2007-08-13 Thread Brady Johnson
Caroline, That's good to know the background to that include file, I didn't know about it. I'll definitely keep it in mind. I don't think the change I made should affect you, let me know if it does. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave

[SCA Native] Next Release Design

2007-08-13 Thread Brady Johnson
. Here's the WIKI page: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Tuscany+SCA+Nativ e+Release+M4+Design+Specifications (the mail program may cut the link into several lines, so make sure you copy all the way to +Specifications) Thanks Brady Johnson Lead

RE: sample news page....

2007-08-13 Thread Brady Johnson
Looks nice! I meant to reply last week saying that I thought it was a good idea, but time just got away from me again... The Native part looks a bit sparse. Imp trying to think of something to beef it up a bit. :) Brady -Original Message- From: haleh mahbod [mailto:[EMAIL PROTECTED]

[jira] Created: (TUSCANY-1533) TuscanySCA Native test suite is stale and hasnt been maintained for ages

2007-08-13 Thread Brady Johnson (JIRA)
Issue Type: Bug Components: C++ SCA Affects Versions: Cpp-M3 Environment: All platforms Reporter: Brady Johnson Priority: Minor Fix For: Cpp-Next The TuscanySCA Native test suite is stale and hasn't been maintained for ages. It could

[SCA Native] Test suite is stale and hasn't been maintained for ages

2007-08-13 Thread Brady Johnson
I wrote a JIRA about this: https://issues.apache.org/jira/browse/TUSCANY-1533 Why don't we just delete it to avoid people wasting time wondering why it doesn't even compile for them (like I did). We'll be making a new one for the M4 release anyways. Brady Johnson

[SDO Native] Tuscany SDO Native for Windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson
Hello all, I created a JIRA for this compilation issue and have already uploaded a patch. Can someone submit it please. https://issues.apache.org/jira/browse/TUSCANY-1529 Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

[jira] Updated: (TUSCANY-1529) Tuscany SDO native for windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1529: --- Attachment: tuscany_patch_jira1529 Uploading patch. Tuscany SDO native for windows

RE: SCA schema files, where can I download them

2007-08-10 Thread Brady Johnson
. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Simon Laws [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 9:29 AM To: tuscany-dev@ws.apache.org Subject: Re: SCA schema files, where can I

RE: [SCA Native] java implementation and interface schema files loaded but not used

2007-08-10 Thread Brady Johnson
That's a good point I hadn't considered. I think we should definitely keep these schemas in then, since without them it will probably fail to load. There should be no problem at all to load but ignore. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave

[jira] Created: (TUSCANY-1529) Tuscany SDO native for windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson (JIRA)
Components: C++ SDO Affects Versions: Cpp-M3 Environment: MSVC 8.0 and 7.1 Reporter: Brady Johnson Priority: Minor Fix For: Cpp-Next I've been trying to compile Tuscany on platforms other than VSExpress (which is msvc 8.0) and Linux. I

SCA schema files, where can I download them

2007-08-10 Thread Brady Johnson
if the osoa website had them available for download. I tried looking through the TuscanyJava code, but didn't see that they are using the schemas, maybe I missed them. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

[jira] Created: (TUSCANY-1530) Tuscany SCA native for windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson (JIRA)
Components: C++ SCA Affects Versions: Cpp-M3 Environment: MSVC 8.0 and 7.1 Reporter: Brady Johnson Priority: Minor Fix For: Cpp-Next I've been trying to compile TuscanySCA on platforms other than VSExpress (which is msvc 8.0) and Linux. I

[jira] Updated: (TUSCANY-1530) Tuscany SCA native for windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1530: --- Attachment: tuscany_jira1530 Uploading patch. Tuscany SCA native for windows

[SCA Native] Tuscany SCA Native for Windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson
Hello all, I created a JIRA for this compilation issue and have already uploaded a patch. Can someone submit it please. https://issues.apache.org/jira/browse/TUSCANY-1530 Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

[jira] Updated: (TUSCANY-1530) Tuscany SCA native for windows is not msvc backwards compatible

2007-08-10 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1530: --- Attachment: tuscany_jira1530_patch1 When I did the svn diff for the first patch, I forgot

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-08-10 Thread Brady Johnson
Good idea, I always prefer to see plenty of documentation. I updated the wiki with a documentation feature. http://cwiki.apache.org/confluence/display/TUSCANYWIKI/SCA+Native+Next+R elease+Contents What sort of help do you think I'll have with these features? Brady Johnson

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-09 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update9_jira1438 Adding the ability to compile in debug mode

[jira] Updated: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-09 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1509: --- Attachment: tuscany_patch_update1_jira1509 Adding the ability to compile in debug mode

[SCA/SDO Native] ant : compile debug and specify additional compilers, etc

2007-08-09 Thread Brady Johnson
the patches to the SCA and SDO code bases. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-08 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: README_ANT_INSTALL.txt Uploading a README that explains how to install ANT

[jira] Updated: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-08 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1509: --- Attachment: README_ANT_INSTALL.txt Uploading a README that explains how to install ANT

[SCA/SDO Native] README for installing ant

2007-08-08 Thread Brady Johnson
please. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

RE: Java2WSDL/WSDL2Java tools

2007-08-08 Thread Brady Johnson
/additions that Tuscany will be doing, thus avoiding duplicate code. On another note: Has anyone ever seen the same tools for C++? If not, maybe we could open another thread to discuss implementing them for TuscanySCA Native. Brady Johnson Lead Software Developer - HydraSCA

[jira] Updated: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-07 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1509: --- Attachment: tuscanySDONative_ant.jar This is the first version of the ant build

[SDO Native] ant build system for SDO Native

2007-08-07 Thread Brady Johnson
. Things left to do for the SDO ant build system include: - add targets for code document generation - add targets SDO testing Can someone please submit the patch for me. Suggestions are very welcome! Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave

[jira] Updated: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-07 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1509: --- Attachment: build.xml I accidentally uploaded the wrong version of the runtime/core

[jira] Created: (TUSCANY-1513) TuscanySCA Natvie java schema files are loaded but never used.

2007-08-07 Thread Brady Johnson (JIRA)
Components: C++ SCA Affects Versions: Cpp-M3 Environment: All platforms Reporter: Brady Johnson Priority: Minor Fix For: Cpp-Next While researching the TuscanySCA Native M4 move to the SCA Assembly model version 1.0 I came across 2 schema files

[SCA Native] java implementation and interface schema files loaded but not used

2007-08-07 Thread Brady Johnson
in the project is misleading and implies that TuscanySCA Native supports Java services. Perhaps these should be removed in M4. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] mailto:[EMAIL PROTECTED]

RE: [SCA Native] java implementation and interface schema files loaded but not used

2007-08-07 Thread Brady Johnson
be loaded by a java extension. - each extension will still deploy its respective schemas to install_root/extension/extension_name/xsd - any schema in install_root/xsd or install_root/extension/extension_name/xsd will be loaded. Brady Johnson Lead Software Developer - HydraSCA

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-06 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update7_jira1438 Uploading patch 7 which includes the following

[jira] Created: (TUSCANY-1509) Change TuscanySDO Native build system to use ant

2007-08-06 Thread Brady Johnson (JIRA)
++ SDO Affects Versions: Cpp-M3 Environment: All platforms Reporter: Brady Johnson Fix For: Cpp-Next In an effort to simplify the build process, I would like to propose switching over to use ant instead of automake. It will be much easier to maintain

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-08-03 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: samples.CppBigBank.build.xml Uploading the build.xml file for the CppBigBank

RE: [SCA Native] preliminary ant build

2007-07-30 Thread Brady Johnson
I added a utility target that displays all of the system properties. Since its in system.xml, it can be executed from any build.xml that imports system.xml, which is pretty much anywhere. Below is a sample output. The svn diff patch is attached. Brady Johnson Lead

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-30 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: TuscanySCANative.ant.display.system Attaching a utility target to display all

RE: [SCA Native] preliminary ant build

2007-07-27 Thread Brady Johnson
Your changes sound good. When you move the build.xml up to tuscany/cpp/sca/runtime/core, you'll have to change the path properties and the basedir of the root project/ element. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-26 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update6_jira1438 Uploading patch update 6 which includes

RE: [SCA Native] preliminary ant build

2007-07-26 Thread Brady Johnson
much cover everything except the samples. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, July 26, 2007 12:44 AM To: tuscany-dev@ws.apache.org

RE: [SCA Native] next release content [was: Tuscany roadmap]

2007-07-26 Thread Brady Johnson
the Apache procedure to start planning and implementing the changes? Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 11:00 AM To: tuscany

RE: [SCA Native] Test suite

2007-07-26 Thread Brady Johnson
As I understand it, the only issue would be if we distribute LPGL software under the ASF licensing. What if we don't distribute CxxTest with Tuscany, but rather request that users download it if they want to run the tests? Brady Johnson Lead Software Developer - HydraSCA

RE: [SCA Native] preliminary ant build

2007-07-26 Thread Brady Johnson
Pete, I saw the problem with running ant in the top level last night and have it fixed. As for the unresolved references I windows, I have a fix for that that I hope will help. I'm about to test it on windows now. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-25 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update5_jira1438 Uploading patch update 5 which includes

RE: [SCA Native] preliminary ant build

2007-07-24 Thread Brady Johnson
build.xml for TuscanySCA. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 11:30 PM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-24 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update4_jira1438 Attaching update4 which includes the following

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-23 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update3_jira1438 Updating patch that includes the following

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
wont have a mac available until next week. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Brady Johnson [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 8:23 AM To: tuscany-dev

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
that? Im not sure what's in cpp/etc Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Luciano Resende [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 12:20 PM To: tuscany-dev@ws.apache.org Subject: Re

[SCA Native] Test suite

2007-07-23 Thread Brady Johnson
there be any objections to me using CxxTest? Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED]

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
, and maybe php extensions complete. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 2:41 PM To: tuscany-dev@ws.apache.org Subject: Re

RE: [SCA Native] preliminary ant build

2007-07-23 Thread Brady Johnson
Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Brady Johnson [mailto:[EMAIL PROTECTED] Sent: Monday, July 23, 2007 5:05 PM To: tuscany-dev@ws.apache.org Subject: RE: [SCA Native] preliminary ant

RE: [SCA Native] preliminary ant build

2007-07-19 Thread Brady Johnson
I can look into testing it on Mac here. I believe we have several mac machines for the purpose. I'll get back to you soon. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
be copied to platform.properties and the directory properties will be set accordingly. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 7:08

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
Pete, That's a good idea. Then the only thing that really need to be set in platform.properties file would be: tuscanySCA.install.dir and any possible overides I'll put that together real quick and upload it. Thanks Brady Johnson Lead Software Developer

[jira] Updated: (TUSCANY-1438) Change TuscanySCA Native build system to use ant

2007-07-18 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brady Johnson updated TUSCANY-1438: --- Attachment: tuscany_patch_update2_jira1438 Pete Robbins has added the necessary ant build

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
do you think? Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:22 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
path=${tuscanySCA.root.src.dir}/core/src/ /compiler Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 3:41 PM To: tuscany-dev

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
Ok, I wasn't aware that I had changed the tools. I simply did a svn diff . patch_file from the tuscany root dir. You can disregard the tools changes. I'll look into it. Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED

RE: [SCA Native] preliminary ant build

2007-07-18 Thread Brady Johnson
the file. I just realized, its 23:30, there... Go to bed! ;) Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] 0a1 /* tuscany_sca_config.h. Generated by configure. */ 4c5 #undef CLOSEDIR_VOID --- /* #undef CLOSEDIR_VOID */ 8c9 #undef

RE: Tuscany roadmap

2007-07-17 Thread Brady Johnson
Simon, Thanks for that, I'll create that page. Brady -Original Message- From: Simon Laws [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 5:58 AM To: tuscany-dev@ws.apache.org Subject: Re: Tuscany roadmap On 7/12/07, Brady Johnson [EMAIL PROTECTED] wrote: Is there some sort

RE: [SCA Native] preliminary ant build

2007-07-17 Thread Brady Johnson
Pete, I put together some documentation for using ant with TuscanySCA Native. How's this? Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] Using ant to build TuscanySCA Native 1. Required Software to build TuscanySCA Native

RE: [jira] Commented: (TUSCANY-1443) sample composite files are invalid instance documents against SCA schema types

2007-07-17 Thread Brady Johnson
Mike, TuscanySCA Native is using the SCA Assembly Model, version 0.96, and you're referencing version 1.0. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Michael Yoder [mailto:[EMAIL PROTECTED

[jira] Commented: (TUSCANY-1443) sample composite files are invalid instance documents against SCA schema types

2007-07-17 Thread Brady Johnson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1443?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513290 ] Brady Johnson commented on TUSCANY-1443: Mike, TuscanySCA Native is using the SCA Assembly Model version

  1   2   >