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: [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

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: [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] 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: [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: [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: 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: 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: [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: [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: 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: [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: [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-13) Change C++ build to use Autoconf/Automake

2006-01-18 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-13?page=all ] Pete Robbins reassigned TUSCANY-13: --- Assign To: Pete Robbins Change C++ build to use Autoconf/Automake - Key: TUSCANY-13 URL

[jira] Created: (TUSCANY-72) Improve handling of Axis exceptions

2006-03-07 Thread Pete Robbins (JIRA)
Improve handling of Axis exceptions --- Key: TUSCANY-72 URL: http://issues.apache.org/jira/browse/TUSCANY-72 Project: Tuscany Type: Improvement Components: C++ SCA Reporter: Pete Robbins Axis exceptions should be caught

[jira] Resolved: (TUSCANY-71) Provide logging to file

2006-03-09 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-71?page=all ] Pete Robbins resolved TUSCANY-71: - Resolution: Fixed Basic file logigng added Provide logging to file --- Key: TUSCANY-71 URL: http

[jira] Created: (TUSCANY-89) Provide Axis2C bindings

2006-03-09 Thread Pete Robbins (JIRA)
Provide Axis2C bindings --- Key: TUSCANY-89 URL: http://issues.apache.org/jira/browse/TUSCANY-89 Project: Tuscany Type: New Feature Components: C++ SCA Reporter: Pete Robbins Provide support for Axis2 ws bindings using Axis2C

[jira] Created: (TUSCANY-90) SCA Remotable binding

2006-03-09 Thread Pete Robbins (JIRA)
SCA Remotable binding - Key: TUSCANY-90 URL: http://issues.apache.org/jira/browse/TUSCANY-90 Project: Tuscany Type: New Feature Components: C++ SCA Reporter: Pete Robbins Add support for remotable interfaces ans pass-by-value semantics

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

2006-03-09 Thread Pete Robbins (JIRA)
Replace Tuscany-model.config with import.wsdl --- Key: TUSCANY-91 URL: http://issues.apache.org/jira/browse/TUSCANY-91 Project: Tuscany Type: New Feature Components: C++ SCA Reporter: Pete Robbins Priority

[jira] Created: (TUSCANY-105) Use environment variable to locate dependencies in Windows build projects

2006-03-09 Thread Pete Robbins (JIRA)
: C++ Build Environment: Windows MS Studio projects Reporter: Pete Robbins Existing Studio projects don't work out of the box unless you use the exact versions of dependencies. We should change the projects to locate the dependencies by environment variables. -- This message

[jira] Created: (TUSCANY-108) SCA Windows build fails on runtime/test

2006-03-10 Thread Pete Robbins (JIRA)
SCA Windows build fails on runtime/test --- Key: TUSCANY-108 URL: http://issues.apache.org/jira/browse/TUSCANY-108 Project: Tuscany Type: Bug Components: C++ Build Reporter: Pete Robbins The generated wrappers/proxies

[jira] Assigned: (TUSCANY-108) SCA Windows build fails on runtime/test

2006-03-10 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-108?page=all ] Pete Robbins reassigned TUSCANY-108: Assign To: Pete Robbins SCA Windows build fails on runtime/test --- Key: TUSCANY-108 URL

[jira] Resolved: (TUSCANY-108) SCA Windows build fails on runtime/test

2006-03-10 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-108?page=all ] Pete Robbins resolved TUSCANY-108: -- Resolution: Fixed fix applied - files re-added to svn SCA Windows build fails on runtime/test

[jira] Assigned: (TUSCANY-105) Use environment variable to locate dependencies in Windows build projects

2006-03-10 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-105?page=all ] Pete Robbins reassigned TUSCANY-105: Assign To: Pete Robbins Use environment variable to locate dependencies in Windows build projects

[jira] Updated: (TUSCANY-113) Provide Windows batch file to run SCA C++ test

2006-03-10 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-113?page=all ] Pete Robbins updated TUSCANY-113: - Priority: Minor (was: Major) Provide Windows batch file to run SCA C++ test -- Key: TUSCANY-113

[jira] Created: (TUSCANY-113) Provide Windows batch file to run SCA C++ test

2006-03-10 Thread Pete Robbins (JIRA)
Provide Windows batch file to run SCA C++ test -- Key: TUSCANY-113 URL: http://issues.apache.org/jira/browse/TUSCANY-113 Project: Tuscany Type: Improvement Components: C++ SCA Reporter: Pete Robbins Add

[jira] Resolved: (TUSCANY-105) Use environment variable to locate dependencies in Windows build projects

2006-03-10 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-105?page=all ] Pete Robbins resolved TUSCANY-105: -- Resolution: Fixed Use environment variable to locate dependencies in Windows build projects

[jira] Created: (TUSCANY-164) Add encoding of parameter types to Operation

2006-04-10 Thread Pete Robbins (JIRA)
Add encoding of parameter types to Operation Key: TUSCANY-164 URL: http://issues.apache.org/jira/browse/TUSCANY-164 Project: Tuscany Type: New Feature Components: C++ SCA Reporter: Pete Robbins Assigned to: Pete

[jira] Created: (TUSCANY-272) Copy constructors required for TypeDefinition(s) and PropertyDefintiion

2006-05-04 Thread Pete Robbins (JIRA)
Reporter: Pete Robbins TypeDefinitions, TypeDefinition and PropertyDefinition all new an impl and keep a pointer to it. Copy constructor and operator= methods are needed on these classes to ensure correct copying. -- This message is automatically generated by JIRA. - If you think

[jira] Assigned: (TUSCANY-272) Copy constructors required for TypeDefinition(s) and PropertyDefintiion

2006-05-04 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-272?page=all ] Pete Robbins reassigned TUSCANY-272: Assign To: Pete Robbins Copy constructors required for TypeDefinition(s) and PropertyDefintiion

[jira] Resolved: (TUSCANY-272) Copy constructors required for TypeDefinition(s) and PropertyDefintiion

2006-05-04 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-272?page=all ] Pete Robbins resolved TUSCANY-272: -- Resolution: Fixed Copy constructors required for TypeDefinition(s) and PropertyDefintiion

[jira] Closed: (TUSCANY-13) Change C++ build to use Autoconf/Automake

2006-05-04 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-13?page=all ] Pete Robbins closed TUSCANY-13: --- Change C++ build to use Autoconf/Automake - Key: TUSCANY-13 URL: http://issues.apache.org/jira

[jira] Closed: (TUSCANY-34) Using a relative path to an implementation header in the component scdl fails

2006-05-04 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-34?page=all ] Pete Robbins closed TUSCANY-34: --- Using a relative path to an implementation header in the component scdl fails

[jira] Closed: (TUSCANY-71) Provide logging to file

2006-05-04 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-71?page=all ] Pete Robbins closed TUSCANY-71: --- Provide logging to file --- Key: TUSCANY-71 URL: http://issues.apache.org/jira/browse/TUSCANY-71 Project

[jira] Closed: (TUSCANY-105) Use environment variable to locate dependencies in Windows build projects

2006-05-04 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-105?page=all ] Pete Robbins closed TUSCANY-105: Use environment variable to locate dependencies in Windows build projects

[jira] Closed: (TUSCANY-108) SCA Windows build fails on runtime/test

2006-05-04 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-108?page=all ] Pete Robbins closed TUSCANY-108: SCA Windows build fails on runtime/test --- Key: TUSCANY-108 URL: http://issues.apache.org/jira

[jira] Closed: (TUSCANY-272) Copy constructors required for TypeDefinition(s) and PropertyDefintiion

2006-05-04 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-272?page=all ] Pete Robbins closed TUSCANY-272: Copy constructors required for TypeDefinition(s) and PropertyDefintiion

[jira] Assigned: (TUSCANY-89) Provide Axis2C bindings

2006-05-05 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-89?page=all ] Pete Robbins reassigned TUSCANY-89: --- Assign To: Pete Robbins Provide Axis2C bindings --- Key: TUSCANY-89 URL: http://issues.apache.org/jira/browse

[jira] Created: (TUSCANY-401) Allow setting of default ModuleComponent programmatically from the client

2006-05-18 Thread Pete Robbins (JIRA)
Components: C++ SCA Reporter: Pete Robbins Assigned to: Pete Robbins Priority: Minor I am using the tuscany c++ SCA, and am finding it quite inconvenient that the root and default module are set by environment variables. As I use a development environment which reads the env at startup, I have

[jira] Created: (TUSCANY-426) Null pointer exception loading schema with ref to already defined type

2006-05-24 Thread Pete Robbins (JIRA)
Versions: Cpp-current Reporter: Pete Robbins Assigned to: Pete Robbins Fix For: Cpp-current Bug in XSDHelperImpl handling reference to type not being defined in this pass. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one

[jira] Resolved: (TUSCANY-426) Null pointer exception loading schema with ref to already defined type

2006-05-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-426?page=all ] Pete Robbins resolved TUSCANY-426: -- Resolution: Fixed Null pointer exception loading schema with ref to already defined type

[jira] Closed: (TUSCANY-72) Improve handling of Axis exceptions

2006-05-26 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-72?page=all ] Pete Robbins closed TUSCANY-72: --- Resolution: Incomplete Assign To: Pete Robbins Closed as this was for Axis 1.x Improve handling of Axis exceptions

[jira] Resolved: (TUSCANY-89) Provide Axis2C bindings

2006-05-26 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-89?page=all ] Pete Robbins resolved TUSCANY-89: - Resolution: Fixed Resolving this and opening new Jiras for remaining issues. Provide Axis2C bindings --- Key: TUSCANY

[jira] Closed: (TUSCANY-89) Provide Axis2C bindings

2006-05-26 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-89?page=all ] Pete Robbins closed TUSCANY-89: --- Provide Axis2C bindings --- Key: TUSCANY-89 URL: http://issues.apache.org/jira/browse/TUSCANY-89 Project

[jira] Created: (TUSCANY-429) WS EntryPoiny binding for Axis2C

2006-05-26 Thread Pete Robbins (JIRA)
WS EntryPoiny binding for Axis2C Key: TUSCANY-429 URL: http://issues.apache.org/jira/browse/TUSCANY-429 Project: Tuscany Type: New Feature Components: C++ SCA Versions: Cpp-current Reporter: Pete Robbins Fix

[jira] Assigned: (TUSCANY-429) WS EntryPoiny binding for Axis2C

2006-05-26 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-429?page=all ] Pete Robbins reassigned TUSCANY-429: Assign To: Pete Robbins WS EntryPoiny binding for Axis2C Key: TUSCANY-429 URL: http

[jira] Created: (TUSCANY-430) Support RPC for WS External Service

2006-05-26 Thread Pete Robbins (JIRA)
Support RPC for WS External Service --- Key: TUSCANY-430 URL: http://issues.apache.org/jira/browse/TUSCANY-430 Project: Tuscany Type: Improvement Components: C++ SCA Versions: Cpp-current Reporter: Pete Robbins

[jira] Created: (TUSCANY-431) XSDHelper does not always create a DataFactory

2006-05-26 Thread Pete Robbins (JIRA)
XSDHelper does not always create a DataFactory -- Key: TUSCANY-431 URL: http://issues.apache.org/jira/browse/TUSCANY-431 Project: Tuscany Type: Bug Components: C++ SDO Versions: Cpp-current Reporter: Pete

[jira] Commented: (TUSCANY-431) XSDHelper does not always create a DataFactory

2006-05-26 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-431?page=comments#action_12413442 ] Pete Robbins commented on TUSCANY-431: -- XSDHelperPtr xh = HelperProvider::getXSDHelper(); DataFactoryPtr df = xh.getDataFactory(); // --- returns NULL XSDHelper

[jira] Assigned: (TUSCANY-431) XSDHelper does not always create a DataFactory

2006-05-26 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-431?page=all ] Pete Robbins reassigned TUSCANY-431: Assign To: Pete Robbins XSDHelper does not always create a DataFactory -- Key: TUSCANY-431

[jira] Resolved: (TUSCANY-431) XSDHelper does not always create a DataFactory

2006-05-26 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-431?page=all ] Pete Robbins resolved TUSCANY-431: -- Resolution: Fixed The same problem occured in XMLHelper XSDHelper does not always create a DataFactory

[jira] Resolved: (TUSCANY-455) patch for tuscany-443 using inline functions will not compile/work on Linux

2006-06-07 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-455?page=all ] Pete Robbins resolved TUSCANY-455: -- Resolution: Fixed Assign To: Pete Robbins patch for tuscany-443 using inline functions will not compile/work on Linux

[jira] Created: (TUSCANY-458) Create cpp distribution builds

2006-06-09 Thread Pete Robbins (JIRA)
Create cpp distribution builds -- Key: TUSCANY-458 URL: http://issues.apache.org/jira/browse/TUSCANY-458 Project: Tuscany Type: Improvement Components: C++ Build Versions: Cpp-current Reporter: Pete Robbins Assigned

[jira] Resolved: (TUSCANY-472) [SDO for C++] Build of SDO fails during post build copy out.

2006-06-14 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-472?page=all ] Pete Robbins resolved TUSCANY-472: -- Fix Version: Cpp-current Resolution: Fixed Assign To: Pete Robbins I moved the output directories from root to root/deploy. VC6 project

[jira] Created: (TUSCANY-473) Exception thrown when serializing an element defined with sdo:name

2006-06-16 Thread Pete Robbins (JIRA)
Versions: Cpp-current Reporter: Pete Robbins Assigned to: Pete Robbins Fix For: Cpp-current Attempting to serialise the source.uri element from an sca.module file we get a Property not found exception thrown for source.uri this element has been renamed in the xsd using sdo:name

[jira] Resolved: (TUSCANY-473) Exception thrown when serializing an element defined with sdo:name

2006-06-16 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-473?page=all ] Pete Robbins resolved TUSCANY-473: -- Resolution: Fixed Exception thrown when serializing an element defined with sdo:name

[jira] Created: (TUSCANY-474) substitutionGroup is serialized as parent name. Should be substitute name.

2006-06-16 Thread Pete Robbins (JIRA)
++ SDO Versions: Cpp-current Reporter: Pete Robbins Fix For: Cpp-current loading an instance document that uses substitution groups (such as sca.module) then saving the document results in an invalid document. For example this snippet: component name

[jira] Resolved: (TUSCANY-448) ElementWithSDOName fails on write

2006-06-16 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-448?page=all ] Pete Robbins resolved TUSCANY-448: -- Fix Version: Cpp-current Resolution: Fixed I believe this is fixed by the fix for TUSCANY-473. I should have checked to see

[jira] Assigned: (TUSCANY-489) Add support for xsd:byte type to WS Entrypoint

2006-06-23 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-489?page=all ] Pete Robbins reassigned TUSCANY-489: Assign To: Pete Robbins Add support for xsd:byte type to WS Entrypoint -- Key: TUSCANY-489

[jira] Assigned: (TUSCANY-486) Document deployment use of Axis2C WS EntryPoint

2006-06-23 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-486?page=all ] Pete Robbins reassigned TUSCANY-486: Assign To: Pete Robbins Document deployment use of Axis2C WS EntryPoint - Key: TUSCANY

[jira] Resolved: (TUSCANY-489) Add support for xsd:byte type to WS Entrypoint

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-489?page=all ] Pete Robbins resolved TUSCANY-489: -- Fix Version: Cpp-M1 Resolution: Fixed patch applied Add support for xsd:byte type to WS Entrypoint

[jira] Resolved: (TUSCANY-461) Namespaces not generated by scagen

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-461?page=all ] Pete Robbins resolved TUSCANY-461: -- Fix Version: Cpp-M1 (was: Cpp-current) Resolution: Fixed patch applied Namespaces not generated by scagen

[jira] Closed: (TUSCANY-339) calculator sample improvements

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-339?page=all ] Pete Robbins closed TUSCANY-339: Resolution: Fixed Ed applide the patch calculator sample improvements -- Key: TUSCANY-339 URL: http

[jira] Closed: (TUSCANY-33) Add working SCA C++ samples

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-33?page=all ] Pete Robbins closed TUSCANY-33: --- Resolution: Fixed Closing. Furrther Jiras will be raised on individual samples Add working SCA C++ samples --- Key

[jira] Closed: (TUSCANY-401) Allow setting of default ModuleComponent programmatically from the client

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-401?page=all ] Pete Robbins closed TUSCANY-401: Allow setting of default ModuleComponent programmatically from the client

[jira] Closed: (TUSCANY-461) Namespaces not generated by scagen

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-461?page=all ] Pete Robbins closed TUSCANY-461: Namespaces not generated by scagen -- Key: TUSCANY-461 URL: http://issues.apache.org/jira/browse

[jira] Closed: (TUSCANY-422) locate service componentname/servicename not working

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-422?page=all ] Pete Robbins closed TUSCANY-422: locate service componentname/servicename not working -- Key: TUSCANY-422 URL: http

[jira] Closed: (TUSCANY-462) SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-462?page=all ] Pete Robbins closed TUSCANY-462: SCAGEN: Would be nice to generate disable warning for the 'silly' warning on windows

[jira] Closed: (TUSCANY-429) WS EntryPoiny binding for Axis2C

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-429?page=all ] Pete Robbins closed TUSCANY-429: Fix Version: Cpp-M1 (was: Cpp-current) Resolution: Fixed WS EntryPoiny binding for Axis2C

[jira] Closed: (TUSCANY-478) Move to AXIS2 0.92

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-478?page=all ] Pete Robbins closed TUSCANY-478: Fix Version: Cpp-M1 Resolution: Fixed completed Move to AXIS2 0.92 -- Key: TUSCANY-478 URL: http

[jira] Closed: (TUSCANY-482) Potential trap in SCA web service entry point

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-482?page=all ] Pete Robbins closed TUSCANY-482: Fix Version: Cpp-M1 Resolution: Fixed Ed applied this patch Potential trap in SCA web service entry point

[jira] Closed: (TUSCANY-464) Document XSD - C++ mapping used in WS Entrypoint

2006-06-24 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-464?page=all ] Pete Robbins closed TUSCANY-464: Fix Version: Cpp-M1 Resolution: Fixed Document XSD - C++ mapping used in WS Entrypoint

[jira] Created: (TUSCANY-494) Specification of implementation library in scdl is not platform neutral

2006-06-24 Thread Pete Robbins (JIRA)
++ SCA, Specification Versions: Cpp-current Reporter: Pete Robbins Assigned to: Pete Robbins Specification of a component implementation for C++ requires e.g. implementation.cpp dll=libMyValue.so header=MyValueImpl.h/implementation.cpp for linux

[jira] Commented: (TUSCANY-484) Attribute groups only working if defined in the default namespace

2006-06-27 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-484?page=comments#action_12417989 ] Pete Robbins commented on TUSCANY-484: -- This is caused by the schema parser treating the nam= attribute as a qname when it is not. Patch: Index: commonj/sdo

[jira] Closed: (TUSCANY-471) Crash when 2 WS EntryPoint services with different System Root paths are accessed

2006-06-29 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-471?page=all ] Pete Robbins closed TUSCANY-471: Fix Version: Cpp-M1 Resolution: Fixed Crash when 2 WS EntryPoint services with different System Root paths are accessed

[jira] Closed: (TUSCANY-465) SDO calls without error handling

2006-06-30 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-465?page=all ] Pete Robbins closed TUSCANY-465: Resolution: Fixed Fixed by patch supplied SDO calls without error handling Key: TUSCANY-465 URL

[jira] Closed: (TUSCANY-485) Missing xsd element in Tuscany-model.config file causes failure.

2006-06-30 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-485?page=all ] Pete Robbins closed TUSCANY-485: Fix Version: Cpp-current Resolution: Fixed duplicate of TUSCANY-465. now fixed Missing xsd element in Tuscany-model.config file causes failure

[jira] Resolved: (TUSCANY-458) Create cpp distribution builds

2006-07-11 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-458?page=all ] Pete Robbins resolved TUSCANY-458: -- Resolution: Fixed Create cpp distribution builds -- Key: TUSCANY-458 URL: http://issues.apache.org

[jira] Created: (TUSCANY-534) Windows binary release should not be debug version

2006-07-11 Thread Pete Robbins (JIRA)
Reporter: Pete Robbins Assigned to: Pete Robbins Fix For: Cpp-current Change the distribution binary build of windows to be non-debug -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http

[jira] Assigned: (TUSCANY-113) Provide Windows batch file to run SCA C++ test

2006-07-12 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-113?page=all ] Pete Robbins reassigned TUSCANY-113: Assign To: Pete Robbins Provide Windows batch file to run SCA C++ test -- Key: TUSCANY-113

[jira] Closed: (TUSCANY-113) Provide Windows batch file to run SCA C++ test

2006-07-12 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-113?page=all ] Pete Robbins closed TUSCANY-113: Resolution: Fixed Provide Windows batch file to run SCA C++ test -- Key: TUSCANY-113

[jira] Resolved: (TUSCANY-532) M1 documentation improvements

2006-07-18 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-532?page=all ] Pete Robbins resolved TUSCANY-532. -- Fix Version/s: Cpp-current Resolution: Fixed M1 documentation improvements - Key: TUSCANY-532

[jira] Resolved: (TUSCANY-534) Windows binary release should not be debug version

2006-07-18 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-534?page=all ] Pete Robbins resolved TUSCANY-534. -- Resolution: Fixed Windows binary release should not be debug version -- Key: TUSCANY

[jira] Assigned: (TUSCANY-524) ant for building scagen not run on windows

2006-07-18 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-524?page=all ] Pete Robbins reassigned TUSCANY-524: Assignee: Pete Robbins ant for building scagen not run on windows -- Key: TUSCANY-524

[jira] Closed: (TUSCANY-525) INSTALL of calculator doesnt say where the build.cmd is located.

2006-07-18 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-525?page=all ] Pete Robbins closed TUSCANY-525. Fix Version/s: Cpp-current Resolution: Fixed INSTALL of calculator doesnt say where the build.cmd is located

[jira] Closed: (TUSCANY-540) WSEntrypoint code has return pointer scoping problem

2006-07-18 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-540?page=all ] Pete Robbins closed TUSCANY-540. Fix Version/s: Cpp-current Resolution: Fixed WSEntrypoint code has return pointer scoping problem

[jira] Closed: (TUSCANY-517) Show component-to-component invocation in Calculator sample

2006-07-18 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-517?page=all ] Pete Robbins closed TUSCANY-517. Fix Version/s: Cpp-current Resolution: Fixed Show component-to-component invocation in Calculator sample

[jira] Resolved: (TUSCANY-561) SDO Sample build.cmd cannot find mspdb71.dll

2006-07-18 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-561?page=all ] Pete Robbins resolved TUSCANY-561. -- Fix Version/s: Cpp-current Resolution: Fixed patch applied SDO Sample build.cmd cannot find mspdb71.dll

[jira] Closed: (TUSCANY-524) ant for building scagen not run on windows

2006-07-18 Thread Pete Robbins (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-524?page=all ] Pete Robbins closed TUSCANY-524. Fix Version/s: Cpp-current Resolution: Fixed ant for building scagen not run on windows

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

2006-07-19 Thread Pete Robbins (JIRA)
Affects Versions: Cpp-M1 Reporter: Pete Robbins Fix For: Cpp-M1 1. Debug build on VC6 builds Calc.exe instead of Client.exe 2. deploy.cmd and wsdeploy.cmd copy Release versions of exes 3. VC7 debug builds Client.exe bu Calc.pdb -- This message is automatically generated

<    2   3   4   5   6   7   8   9   >