Re: [VOTE] Graduate Apache Tuscany as a Top Level Project

2008-04-29 Thread Pete Robbins
lresende at apache dot org - Mark Combellack mcombellack at apache dot org - Matthieu Riou mriou at apache dot org - Mike Edwards edwardsmj at apache dot org - Paul Fremantle pzf at apache dot org - Pete Robbins robbinspg at apache dot org - Raymond Feng rfeng at apache

[jira] Assigned: (TUSCANY-2041) Repeated nill elements of extended type cause Parser found unknown element exception

2008-02-12 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins reassigned TUSCANY-2041: - Assignee: Pete Robbins Repeated nill elements of extended type cause Parser found

[jira] Commented: (TUSCANY-2041) Repeated nill elements of extended type cause Parser found unknown element exception

2008-02-12 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2041?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12567999#action_12567999 ] Pete Robbins commented on TUSCANY-2041: --- I checked in a fix

Re: [C++] Decrease memory footprint of Tuscany Native?

2008-01-07 Thread Pete Robbins
I think the libxml2/iconv libraries are only required by SDO. Factoring SDO out of SCA implementation would require some substantial rework as we use SDO for parsing and loading our xml configuration files. Altering the way we do this would require a new method of parsing the files which again may

Re: BigBank C++ running problem

2007-12-10 Thread Pete Robbins
Has the ws extension been built and installed in your runtime? e.g. in deploy-dir/extensions/ws This extension should register the WebServiceBinding. Cheers, On 10/12/2007, Adriano Crestani [EMAIL PROTECTED] wrote: Hi, Can somebody help me with this problem:

Re: [SDO C++] Problem with special characters in property names

2007-12-04 Thread Pete Robbins
I've checked a fix for this into the branch. I'll apply it to head later. Cheers, On 22/11/2007, Pete Robbins [EMAIL PROTECTED] wrote: I'll need to look into this. I can't find any restrictions in the spec for characters in property names so I'm assuming NCName. So I think your patch looks

Re: [SDO C++] Escaping special characters in XML

2007-12-04 Thread Pete Robbins
I've applied this patch to the branch. I'll apply it to head later. I had to change a couple of lines to construct SDOString from a start and end iterator as this caused compile errors on VC8. Cheers, On 30/11/2007, Caroline Maynard [EMAIL PROTECTED] wrote: I've uploaded a proposed patch for

Re: [SDO C++] Problem with special characters in property names

2007-11-22 Thread Pete Robbins
I'll need to look into this. I can't find any restrictions in the spec for characters in property names so I'm assuming NCName. So I think your patch looks good. The usual place where hyphens in names become a problem is when mapping to programming language label but that is something that code

Re: Problem with ant on building TuscanyMSVC8DevStudioCCompiler adaptor tool

2007-11-07 Thread Pete Robbins
as it is, cause it will probably be deleted soon when the cpp-tasks bug is fixed. Do you have any news about a fix for this bug Brady? Regards, Adriano Crestani On Nov 7, 2007 3:45 AM, Pete Robbins [EMAIL PROTECTED] wrote: The jar files are checked in to svn so should not be deleted I guess

Re: Problem with ant on building TuscanyMSVC8DevStudioCCompiler adaptor tool

2007-11-07 Thread Pete Robbins
This jar file will have to be part of the Release distributions as well so we will need to include LICENCE information in a similar way to our scagen jar (cpp\sca\runtime\extensions\cpp\tools\scagen\META-INF) Cheers, On 07/11/2007, Pete Robbins [EMAIL PROTECTED] wrote: Yes, you're right we

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

2007-11-07 Thread Pete Robbins
@ws.apache.org Subject: Re: [Propose] A Tuscany Native release with SCA, SDO and DAS thanks brady ; ) On Nov 5, 2007 12:43 PM, Pete Robbins [EMAIL PROTECTED] wrote: good stuff. I'll check it out. On 05/11/2007, Brady Johnson [EMAIL PROTECTED] wrote: I just submit the first SCA

Re: Problem with ant on building TuscanyMSVC8DevStudioCCompiler adaptor tool

2007-11-06 Thread Pete Robbins
The jar files are checked in to svn so should not be deleted I guess?? It will be re-built if the java src gets updated. Cheers, On 07/11/2007, Adriano Crestani [EMAIL PROTECTED] wrote: All 3 native projects have a tool called TuscanyMSVC8DevStudioCCompiler that is an adaptor that fixes a bug

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

2007-11-05 Thread Pete Robbins
Up to now we have tried to keep the distros separate so that we could, for example, create an SDO release without SCA. I'd like to keep it like this. Cheers, On 04/11/2007, Adriano Crestani [EMAIL PROTECTED] wrote: Agreed ; ) Adriano Crestani On 11/2/07, Luciano Resende [EMAIL PROTECTED]

Re: [SDO C++] AccessViolation in XMLHelperImpl

2007-11-05 Thread Pete Robbins
Thanks for that. I'll fix it right away. On 02/11/2007, Caroline Maynard [EMAIL PROTECTED] wrote: A user has found a vulnerability in XMLHelperImpl::createDocument, the one with the const char * parameters. The problem being that the root element name is initialized with the parameter before

Re: [Native] VS build versus ant build

2007-11-05 Thread Pete Robbins
I think we should be using ant for everything. The goal is to have a command line build and ant will give us that. We need to ensure that the samples can also be built/deployed using an ant script and that the documentation is updated to reflect this. While we are at it we should write some ant

Re: RAT on Cpp trunk

2007-11-05 Thread Pete Robbins
On 05/11/2007, Adriano Crestani [EMAIL PROTECTED] wrote: I ran rat on the entire cpp trunk and got some thoughts about the results: 1-These files have no asf headers, however they have another lincense on it, so I don't know if the asf headers should be inserted or not:

Re: [Native] VS build versus ant build

2007-11-05 Thread Pete Robbins
to include sample source as well as a zip of the deployed runtime. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 2:11 AM

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

2007-11-05 Thread Pete Robbins
Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Monday, November 05, 2007 1:34 AM To: tuscany-dev@ws.apache.org Subject: Re: [Propose] A Tuscany Native release with SCA, SDO and DAS Up to now we have tried to keep the distros

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

2007-10-24 Thread Pete Robbins
On 10/23/07, Pete Robbins [EMAIL PROTECTED] wrote: I think this is one for the legal discuss list. This has been discussed before and I think the conclusion was that because you code to the cxxtest apis to write your test code it could be considered a derivative work. Cheers, On 23

[NOTICE] Michael Yoder voted as Tuscany committer

2007-10-24 Thread Pete Robbins
The Tuscany PPMC and Incubator PMC have voted for Michael to become a Tuscany committer. Congratulations and welcome! I look forward to your continued excellent contributions to Tuscany. Cheers, -- Pete - To unsubscribe,

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

2007-10-23 Thread Pete Robbins
(architecture, get started and user doc) to help new people come on board faster? Another thought might be to have an integration story between Native and Java. Some of this work started for OSCon, for example a sample of a composite which include C++ and Java components. On 7/26/07, Pete Robbins

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

2007-10-09 Thread Pete Robbins
lresende at apache dot org Mike Edwards edwardsmj at apache dot org Pete Robbinsrobbinspg at apache dot org Raymond Feng rfeng at apache dot org Simon Laws slaws

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

2007-09-28 Thread Pete Robbins
is referencing the SDO, the memory will be released. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 2:50 PM To: tuscany-dev

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

2007-09-27 Thread Pete Robbins
I would imagine we can map the contents of the Operation into an SDO. Would this cope with pass by reference semantics? Would we be storing copies of the parameters in the SDO or pointers to them as is the case now with the Operation class? If so do we still get the same memory management problems

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

2007-09-04 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins closed TUSCANY-1529. - Resolution: Fixed Tuscany SDO native for windows is not msvc backwards compatible

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

2007-09-04 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins closed TUSCANY-1509. - Resolution: Fixed New Jiras will be raised fr any outstanding problems Change TuscanySDO

Re: [jira] Updated: (TUSCANY-1370) C++ SDO spec compliance/portability: DataObject

2007-08-29 Thread Pete Robbins
I applied v2 and then v2_b Cheers, On 28/08/2007, Michael Yoder (JIRA) tuscany-dev@ws.apache.org wrote: [ https://issues.apache.org/jira/browse/TUSCANY-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Yoder updated TUSCANY-1370:

Re: FW: [jira] Updated: (TUSCANY-1548) multi-valued properties should require indexed xpath

2007-08-29 Thread Pete Robbins
Patch applied. Can you resolve/close the Jiras if the work is now complete on them? Cheers, On 28/08/2007, Michael Yoder [EMAIL PROTECTED] wrote: Hi, I have uploaded a patch for TUSCANY-1548. If someone could review and apply it that would be great. Thanks, Michael Rogue Wave Software,

Re: FW: [jira] Updated: (TUSCANY-1548) multi-valued properties should require indexed xpath

2007-08-29 Thread Pete Robbins
] Software Developer - HydraSDO -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 29, 2007 3:13 AM To: tuscany-dev@ws.apache.org Subject: Re: FW: [jira] Updated: (TUSCANY-1548) multi-valued properties should require indexed xpath Patch applied

Re: FW: [jira] Updated: (TUSCANY-1375) C++ SDO spec portability: C++ type definition API

2007-08-29 Thread Pete Robbins
Patch applied. One thing we need to do is update the NOTICE file to include the licence from the wsdl schema files. Cheers, On 30/08/2007, Michael Yoder [EMAIL PROTECTED] wrote: Hi, I uploaded an addendum patch to TUSCANY-1375. If someone could review and apply it that would be great.

Re: FW: [jira] Updated: (TUSCANY-1370) C++ SDO spec compliance/portability: DataObject

2007-08-26 Thread Pete Robbins
Hi, I have applied 1368 and 1374. This patch gets conflicts with the patches I've applied. They looked reasonably straight forward to resolve but I must have done something wrong as the sdo tests crash :-( Could you do an extract from HEAD and create a new patch for this Jira? Cheers, On

Re: FW: [jira] Updated: (TUSCANY-1368) C++ SDO portability: class interface Type off-spec enum values

2007-08-25 Thread Pete Robbins
to the spec committee. -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, June 21, 2007 9:21 AM To: tuscany-dev@ws.apache.org Subject: Re: SDO spec compliance/portability: Type enums the num_type is just a convenient way to know the extent of an enum

Re: FW: [jira] Updated: (TUSCANY-1371) C++ SDO spec compliance/portability: DataObject::getInstanceProperty(const std::string prop)

2007-08-23 Thread Pete Robbins
Applied now. Another great patch. Thanks! On 22/08/07, Michael Yoder [EMAIL PROTECTED] wrote: Hi, I uploaded a patch for TUSCANY-1371. If someone could review and apply it that would be great. Thanks, Michael -Original Message- From: Michael Yoder (JIRA) [mailto:[EMAIL

[jira] Commented: (TUSCANY-1566) Element coming out in the wrong namespace

2007-08-21 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521534 ] Pete Robbins commented on TUSCANY-1566: --- This should be fairly easy to fix. I think it is in the logic where

[jira] Resolved: (TUSCANY-1566) Element coming out in the wrong namespace

2007-08-21 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins resolved TUSCANY-1566. --- Resolution: Fixed Fix Version/s: Cpp-Next Fixed in HEAD and the branch. Element

[jira] Commented: (TUSCANY-1564) xsi:type not always set for complexTypes

2007-08-21 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1564?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12521605 ] Pete Robbins commented on TUSCANY-1564: --- I have applied a patch to the branch only which I believe works. I

Re: FW: [jira] Updated: (TUSCANY-1366) C++ SDO spec portability: SDORuntimeException off-spec member functions

2007-08-20 Thread Pete Robbins
to build Tuscany SCA. Since the SDO spec is separate from SCA, we were thinking this would be a good goal. That seems to mean making them internal to Tuscany SDO or taking them to the committee. Michael -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday

Re: [SCA Native] Next Release Design

2007-08-15 Thread Pete Robbins
Brady, sorry I haven't had too much time to comment on this but it all looks sensible and in the right direction to me. Regarding the schema loading, where you say sca-implementation-java.xsd (loaded but ignored) I think this means we will load this schema but as no extension is registered to

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

2007-08-14 Thread Pete Robbins
On 14/08/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, The SCA Java runtime doesn't use the XSD for the assembly or extensions at runtime to parse the composite file. A StAX-based artifact processor is plugged into the runtime to handle the extensions such as implementation.java,

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

2007-08-14 Thread Pete Robbins
On 13/08/07, David Haney [EMAIL PROTECTED] wrote: -Original Message- From: Jean-Sebastien Delfino [mailto:[EMAIL PROTECTED] Sent: Friday, August 10, 2007 8:33 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] java implementation and interface schema files loaded but

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

2007-08-14 Thread Pete Robbins
I've deleted this. It has been proposed several times to remove this and I've never seen any objections. It's gone! Cheers, On 13/08/07, Brady Johnson [EMAIL PROTECTED] wrote: I wrote a JIRA about this: https://issues.apache.org/jira/browse/TUSCANY-1533 Why don't we just delete it to

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

2007-08-13 Thread Pete Robbins
I've applied 1529 and 1530. Cheers, On 10/08/07, Brady Johnson [EMAIL PROTECTED] wrote: 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

Re: FW: [jira] Updated: (TUSCANY-1375) C++ SDO spec portability: C++ type definition API

2007-08-10 Thread Pete Robbins
Another great patch! Thanks! Should SDO.h only include headers for the public (i.e. spec) APIs? I think it should so things like DASValue.h should be removed. Anyone who wants to utilize the internal APIs should have to know they are doing it! What do you think? Cheers, On 10/08/07, Michael

Re: FW: [jira] Updated: (TUSCANY-1376) C++ SDO spec portability: RefCountingPointer

2007-08-08 Thread Pete Robbins
to bool member function. -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 6:16 AM To: tuscany-dev@ws.apache.org Subject: Re: C++ SDO spec portability: RefCountingPointer Michael, I strongly suspect that the operator T*() ws put

Re: [SCA Native] preliminary ant build

2007-08-07 Thread Pete Robbins
] ruby.include.dir= /nfs/homes/bjohnson/tuscany_cpp/ruby-1.8.6/deploy/include [echo] BUILD SUCCESSFUL Total time: 1 second [EMAIL PROTECTED] sca]$ -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 1:13 PM To: tuscany-dev

Re: [SDO Native] ant build system for SDO Native

2007-08-07 Thread Pete Robbins
Thanks. I'll get on the case soon. I really appreciate the effort you have put in to this. Cheers, On 07/08/07, Brady Johnson [EMAIL PROTECTED] wrote: Hello all, I just uploaded a patch for JIRA: https://issues.apache.org/jira/browse/TUSCANY-1509

Re: FW: [jira] Updated: (TUSCANY-1376) C++ SDO spec portability: RefCountingPointer

2007-08-07 Thread Pete Robbins
- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Friday, June 22, 2007 6:16 AM To: tuscany-dev@ws.apache.org Subject: Re: C++ SDO spec portability: RefCountingPointer Michael, I strongly suspect that the operator T*() ws put in for a good reason. It may be a good idea to remove

[jira] Commented: (TUSCANY-1504) getSequence() returns null with a complexType defined without mixed=true

2007-08-06 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1504?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12517911 ] Pete Robbins commented on TUSCANY-1504: --- Matthew, the speciifcation is available from here: http

SDO sequenced DataObject vs XSD sequence

2007-08-03 Thread Pete Robbins
A Jira (https://issues.apache.org/jira/browse/TUSCANY-1504) has been raised against the SDO C++ implementation which is saying that for a schema: ?xml version=1.0 encoding=UTF-8? xs:schema xmlns:xs=http://www.w3.org/2001/XMLSchema; xmlns:letter=http://letterSchema;

Re: [SCA Native] preliminary ant build

2007-07-27 Thread Pete Robbins
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 Subject: Re: [SCA Native] preliminary ant build More good stuff. I've applied

Re: [SCA Native] preliminary ant build

2007-07-27 Thread Pete Robbins
and the basedir of the root project/ element. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Friday, July 27, 2007 3:15 AM To: tuscany-dev

Re: [SCA Native] preliminary ant build

2007-07-27 Thread Pete Robbins
and now I've moved the core schema to cpp/sca/runtime/core/xsd On 27/07/07, Pete Robbins [EMAIL PROTECTED] wrote: OK.. done! runtime/core/build.xml replaces runtime/core/src/build.xml I'll move the xsd dir later. Cheers, On 27/07/07, Brady Johnson [EMAIL PROTECTED] wrote: Your changes

[jira] Resolved: (TUSCANY-1448) CppBigBank example windows deploy script deploy.bat fails to deploy XML Schema

2007-07-27 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1448?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins resolved TUSCANY-1448. --- Resolution: Fixed patch applied CppBigBank example windows deploy script deploy.bat

[jira] Resolved: (TUSCANY-1423) There are no tools to verify or display tuscany services

2007-07-27 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins resolved TUSCANY-1423. --- Resolution: Fixed I believe this is all applied now There are no tools to verify

Re: [SCA Native] Test suite

2007-07-26 Thread Pete Robbins
I'm sure this has come up before. I will try and find out what the resolution was. On 26/07/07, Brady Johnson [EMAIL PROTECTED] wrote: 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

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

2007-07-26 Thread Pete Robbins
] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, July 12, 2007 11:00 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] next release content [was: Tuscany roadmap] On 12/07/07, Brady Johnson [EMAIL PROTECTED] wrote: I forgot to mention another one

Re: [SCA Native] preliminary ant build

2007-07-26 Thread Pete Robbins
More good stuff. I've applied the latest patch but there are some issues. From a clean build if you just type ant in the top level cpp/sca directory then the build will fail on tuscany_sca_cpp because it needs to link against deploy_dir/lib/tuscany_sca.dll which has not yet been installed as

Re: [SCA Native] SDO Build error on Linux

2007-07-25 Thread Pete Robbins
Works fine on all our linuxes including my RHEL... I've removed the unnecessary qualifier so you should be fine now. Cheers, On 25/07/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Trying to build Native/C++ SDO on Linux RHEL5 gives me this error: if /bin/sh ../../../../../libtool

[jira] Resolved: (TUSCANY-1425) Compile failure on Fedora 6

2007-07-25 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1425?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins resolved TUSCANY-1425. --- Resolution: Fixed Fix Version/s: Cpp-Next Compile error fixed in branch and head

Re: [SCA Native] SDO Build error on Linux

2007-07-25 Thread Pete Robbins
The fix is in the branch as well. Sorry I did not see that Jira. On 25/07/07, Caroline Maynard [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: Trying to build Native/C++ SDO on Linux RHEL5 gives me this error: if /bin/sh ../../../../../libtool --tag=CXX --mode=compile g++

Re: FW: [jira] Updated: (TUSCANY-1478) For schemas with elementFormDefault=true, serialized instance documents are invalid

2007-07-25 Thread Pete Robbins
I'm looking at it right now! On 25/07/07, Michael Yoder [EMAIL PROTECTED] wrote: Hi, I uploaded a patch for C++ SDO which fixes its XML serialization to produce XML valid against schemas with elementFormDefault=true. If someone could verify and apply it that would be great. This gets the SCA

[jira] Resolved: (TUSCANY-1478) For schemas with elementFormDefault=true, serialized instance documents are invalid

2007-07-25 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1478?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins resolved TUSCANY-1478. --- Resolution: Fixed Fix Version/s: Cpp-Next Patch applied to HEAD and the sdo-cpp

Re: [SCA Native] preliminary ant build

2007-07-24 Thread Pete Robbins
by the individual projects. It would be very similar to the root 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

Re: [SCA Native] preliminary ant build

2007-07-23 Thread Pete Robbins
. Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Thursday, July 19, 2007 2:44 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build

Re: [SCA Native] preliminary ant build

2007-07-23 Thread Pete Robbins
as a base for future patches? Cheers, On 23/07/07, Pete Robbins [EMAIL PROTECTED] wrote: I'll give this a go. I should be able to run it on Mac as well. Cheers, On 23/07/07, Brady Johnson [EMAIL PROTECTED] wrote: I updated the jira1438 with update 3, which includes the following: https

Re: [SCA Native] preliminary ant build

2007-07-23 Thread Pete Robbins
the definition of the Tuscany-BaseCompiler Cheers, On 23/07/07, Pete Robbins [EMAIL PROTECTED] wrote: I've applied the patch. How are you creating the patches? I had trouble applying it on Windows using ToirtoiseSVN. I've included the changes in the patch to the tools/TuscanyDriver build. I haven't

Re: [SCA Native] preliminary ant build

2007-07-23 Thread Pete Robbins
/target Tomorrow I'll have the python, ruby, rest, 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

Re: [SCA Native] preliminary ant build

2007-07-19 Thread Pete Robbins
inline --- /* #undef inline */ -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 4:22 PM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build yeah I figured that... I did exactly the same when committing changes earlier

Re: [SCA Native] preliminary ant build

2007-07-19 Thread Pete Robbins
I've taken out the references to tuscany_sca_config.h and patched the automake for now with setting -DIS_DARWIN on mac. Yet to test it on Mac as I need to kick the kids off my machine! On 19/07/07, Pete Robbins [EMAIL PROTECTED] wrote: Automake generates a config file with lots of standard

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
dont have write access to %ANT_HOME%\lib, do the following: - create ${user.home}\.ant\lib - place the jars here Avoid adding optional ant tasks to your classpath, this is problematic. -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 1:24 AM

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
make sense? Cheers, On 18/07/07, Pete Robbins [EMAIL PROTECTED] wrote: I'd like some info on what I need to edit in the platform.properties. Particularly: platform.compiler-definition=g++m32 platform=rhas4u4_gcc346 One good thing about automake is that it detects your platform/compiler etc

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
On 18/07/07, Pete Robbins [EMAIL PROTECTED] wrote: I ran into a couple of issues tryingt o run this ant build. Firstly I got an error with a path x/cpp/sca/runtime/core/src/runtime/core/src. I trcked this down to the fact that the property core.dir is set in the top level build.xml

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
build.xml I added: property name=tuscanySCA.root.dir location=$env.PWD} / and then based other properties from this. It seemed to work! Do these changes make sense? Cheers, On 18/07/07, Pete Robbins [EMAIL PROTECTED] wrote: I'd like some info on what I need to edit in the platform.properties

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
On 18/07/07, Pete Robbins [EMAIL PROTECTED] wrote: On 18/07/07, Brady Johnson [EMAIL PROTECTED] wrote: Pete, Thanks for trying out the ant build scripts. Regarding core.dir, you're right, the name will need to change. I can do that no problem. As for the tuscanySCA.root.dir : Your

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:00 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build On 18/07/07, Pete Robbins [EMAIL PROTECTED] wrote: On 18/07/07, Brady Johnson [EMAIL PROTECTED] wrote: Pete, Thanks for trying out the ant

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 9:00 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build On 18/07/07, Pete Robbins [EMAIL PROTECTED] wrote: On 18/07/07, Brady Johnson [EMAIL PROTECTED] wrote

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
to make this as simple as possible. Cheers, 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

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
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@ws.apache.org Subject: Re: [SCA Native] preliminary ant build On 18/07/07, Brady Johnson

Re: [SCA Native] preliminary ant build

2007-07-18 Thread Pete Robbins
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] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 4:16 PM

Re: Status of C++ code generation

2007-07-17 Thread Pete Robbins
Andy, the static code generation was an old experiment and is not used.I have been meaning to remove it for some time as it is confusing being there. The get/setUserData was actually put in there at the request of the PHP-SDO team. I'm not sure of the details but I think they use this to

Re: [SCA Native] preliminary ant build

2007-07-17 Thread Pete Robbins
Thanks Brady. I'll take a look at this. We will need doc as to what the dependencies are (cpptasks etc) and any configuration that is needed. Cheers, On 16/07/07, Brady Johnson [EMAIL PROTECTED] wrote: For anyone interested, I uploaded another patch for this JIRA that makes it work better for

[jira] Resolved: (TUSCANY-1440) [SDO Native] Windows compilation issues

2007-07-17 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1440?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins resolved TUSCANY-1440. --- Resolution: Fixed fixed [SDO Native] Windows compilation issues

Re: Status of C++ code generation

2007-07-17 Thread Pete Robbins
PHP to manage the relationship between the PHP SDO Objects and C++ SDO Objects. Earlier versions of the PHP Extension tried to manage this separately, but this solution was complex and prone to problems. I hope this helps. Regards, Graham. On 17/07/07, Pete Robbins [EMAIL PROTECTED] wrote: Andy

Re: Status of C++ code generation

2007-07-17 Thread Pete Robbins
Andy, I guess you are clear to go ahead and make those changes. Cheers, On 17/07/07, Graham Charters [EMAIL PROTECTED] wrote: Hi Pete, sounds good to me. On 17/07/07, Pete Robbins [EMAIL PROTECTED] wrote: Graham, so if we move these methods to DataObjectImpl you should still be able

[jira] Resolved: (TUSCANY-1439) All classes derived from ReferenceBinding implement getTargetServiceBinding()

2007-07-17 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1439?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins resolved TUSCANY-1439. --- Resolution: Fixed Patch applied. One minor change to RubyReferenceBinding required

[jira] Commented: (TUSCANY-1423) There are no tools to verify or display tuscany services

2007-07-17 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1423?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12513219 ] Pete Robbins commented on TUSCANY-1423: --- I have applied the latest attachment There are no tools to verify

Re: [SCA Native] preliminary ant build

2007-07-17 Thread Pete Robbins
. -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 17, 2007 1:24 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] preliminary ant build Thanks Brady. I'll take a look at this. We will need doc as to what the dependencies are (cpptasks etc) and any

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

2007-07-17 Thread Pete Robbins
Tuscany cpp was being developed iat the same time as the specification so it does not quite match the 0.96 spec... or the 1.0 spec. We need to work now to move everything to 1.0 level of spec. ... and yes the schema and instance docs are not valid. Thanks for raising this issue. I'll fix up the

Re: [SCA Native] Can we make an SCA branch for SDO 2.1 spec changes

2007-07-13 Thread Pete Robbins
The SDO HEAD will contain the ongoing development for the 2.1 spec changes. The branch was created to maintain a stable version as some of the spec changes will cause instability. I think ongoing development should continue in HEAD so we do not need an SCA branch. We just need to ensure that SCA

Re: [SCA Native] Can we make an SCA branch for SDO 2.1 spec changes

2007-07-13 Thread Pete Robbins
The alternative is for us to develop SCA Head against a stable (M3) version of SDO? On 13/07/07, Pete Robbins [EMAIL PROTECTED] wrote: The SDO HEAD will contain the ongoing development for the 2.1 spec changes. The branch was created to maintain a stable version as some of the spec changes

Re: [SCA Native] Can we make an SCA branch for SDO 2.1 spec changes

2007-07-13 Thread Pete Robbins
advantage of those changes, or is it intended just for stand-alone SDO work? I guess part of my question is whether the M4 release of either SDO or SCA will be based on the PRE-SDO21 branch, or whether both will be coming from HEAD. Thanks. David. -Original Message- From: Pete Robbins

Re: [SCA Native] Can we make an SCA branch for SDO 2.1 spec changes

2007-07-13 Thread Pete Robbins
The current state is that SCA HEAD will only build against the sdo branch or M3. The minor change was renaming IntegerType to IntType which I put in the SCA HEAD but then backed out. If everyone agrees that HEAD SCA should build against HEAD SDO I will re-apply the change. Cheers, -- Pete

Re: [SCA Native] Can we make an SCA branch for SDO 2.1 spec changes

2007-07-13 Thread Pete Robbins
Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Friday, July 13, 2007 10:42 AM To: tuscany-dev@ws.apache.org Subject: Re: [SCA Native] Can we make an SCA

Re: [SCA Native] Can we make an SCA branch for SDO 2.1 spec changes

2007-07-13 Thread Pete Robbins
I have applied a change (revision 556081). Now SCA HEAD requires SDO HEAD. Cheers, -- Pete - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: SCA Toys?

2007-07-13 Thread Pete Robbins
I've added the patch for TUSCANY-1423 into tuscany/cpp/sca/tools now that I have moved the scagen tool to the cpp extension. I have not added this source into the build. We can use this tree to see how the ant build works??? Cheers, On 12/07/07, Pete Robbins [EMAIL PROTECTED] wrote: I'm

Re: [TuscanySCA Cpp] patch uploaded for 1422

2007-07-12 Thread Pete Robbins
applied Cheers, On 11/07/07, Brady Johnson [EMAIL PROTECTED] wrote: Hello all, I just uploaded a patch for: https://issues.apache.org/jira/browse/TUSCANY-1422 Which involves being able to better navegate an SCA model by adding std::liststd::string Composite::getComponents() I would

Re: SCA Toys?

2007-07-12 Thread Pete Robbins
/jira/browse/TUSCANY-1422 Thanks Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 11, 2007 2:00 PM To: tuscany-dev@ws.apache.org Subject: Re

[jira] Resolved: (TUSCANY-1422) Add a method to get component names from a composite

2007-07-12 Thread Pete Robbins (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pete Robbins resolved TUSCANY-1422. --- Resolution: Fixed Fix Version/s: Cpp-Next patch applied Add a method to get

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

2007-07-12 Thread Pete Robbins
We should definitely start planning some content for the next SCA Native release. On 12/07/07, Brady Johnson [EMAIL PROTECTED] wrote: Is there some sort of TuscanySCA roadmap? I've looked around a bit and haven't found one. I was curious what the future plans for TuscanySCA CPP were in

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

2007-07-12 Thread Pete Robbins
with that. Perhaps you could start this off by showing us what the build would look like for, say, cpp/sca/runtime/core ?? Brady Johnson Lead Software Developer - HydraSCA Rogue Wave Software - [EMAIL PROTECTED] -Original Message- From: Pete Robbins [mailto:[EMAIL

  1   2   3   4   5   6   7   8   9   >