Re: Questions around Contribution Service behavior

2007-03-01 Thread Jean-Sebastien Delfino
Luciano Resende wrote: While reviewing contribution code and thinking about some test scenarios, I have the following questions and would like to get some thoughts. 1.What should be the default behavior when i re-deploy a contribution to the repository ? Should it replace the existing

[DAS] Test case : TopDown.testUserProvidedModelDynamic: is failing

2007-03-01 Thread Amita Vadhavkar
Fresh DAS build has the following test case failure: Tests run: 154, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 39.006 sec FAILURE! testUserProvidedModelDynamic(org.apache.tuscany.das.rdb.test.TopDown) Time elap sed: 0.06 sec ERROR! java.lang.NullPointerException at

Re: [DAS] Refactoring DAS to allow multiple implementatons

2007-03-01 Thread Luciano Resende
I've added a strawman in my sandbox... Factory still needs some more work to make it more efficient and use some caching. Still looking into @Annotations as well. -- Luciano Resende http://people.apache.org/~lresende On 2/23/07, Luciano Resende [EMAIL PROTECTED] wrote: Thanks Jim I'll

Re: [DAS] Test case : TopDown.testUserProvidedModelDynamic: is failing

2007-03-01 Thread Luciano Resende
What do you mean by fresh DAS build ? I tried : - svn update - mvn clean install Build passed successfully. What OS are you using ? On 3/1/07, Amita Vadhavkar [EMAIL PROTECTED] wrote: Fresh DAS build has the following test case failure: Tests run: 154, Failures: 0, Errors: 1, Skipped:

Re: LauncherUsage.txt, was: Running Java SCA Calculators sample?

2007-03-01 Thread Simon Laws
On 2/28/07, Jeremy Boynes [EMAIL PROTECTED] wrote: On Feb 28, 2007, at 1:02 PM, Simon Laws wrote: On 2/28/07, Jeremy Boynes [EMAIL PROTECTED] wrote: This might be a CRLF issue with the master copy for the test output as it works for me on OSX (\n type line separators). If so, then except

Re: [SDO] Question:Support for xpath expression to get batch of DOs

2007-03-01 Thread Amita Vadhavkar
Hi Kevin, Frank, Yes, Frank, thanks a lot. This is what exactly I was looking for. When this gets added to the SDO spec, I would surely like to work on the Tuscany-SDO implementation part of it. Also, Kevin, will you please provide me some pointers on the scheme front. I have so far worked on

Re: [Native] AlertAggregator problem

2007-03-01 Thread Andrew Borley
On 3/1/07, Pete Robbins [EMAIL PROTECTED] wrote: When running the AlertAggregator sample on Mac I start the httpd server fine but when I point the browser (Firefox or Safari) at localhost:9090 I get a not found. Pointing at localhost:9090/index.html simply displays the heml source of the

[jira] Updated: (TUSCANY-952) DAS must support queries that reference tables in different schemas

2007-03-01 Thread Amita Vadhavkar (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-952?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Amita Vadhavkar updated TUSCANY-952: Attachment: JIRA-952-Mar01-Amita.jar added more code refinement and stored procedure

[jira] Created: (TUSCANY-1148) binding.ws which does not explicitly refer to a WSDL only works when using interface.wsdl

2007-03-01 Thread ant elder (JIRA)
binding.ws which does not explicitly refer to a WSDL only works when using interface.wsdl - Key: TUSCANY-1148 URL: https://issues.apache.org/jira/browse/TUSCANY-1148

[jira] Assigned: (TUSCANY-1021) CopyHelper and EqualityHelper should handle ChangeSummary

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson reassigned TUSCANY-1021: --- Assignee: Kelvin Goodson CopyHelper and EqualityHelper should handle

[jira] Updated: (TUSCANY-1021) CopyHelper and EqualityHelper should handle ChangeSummary

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1021?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1021: Fix Version/s: (was: Java-SDO-Mx) Affects Version/s: (was: Java-SCA-Mx)

Trying to package a standalone application.

2007-03-01 Thread Guillaume DufrĂȘne
Hi, I try to package a standalone SCA ws-client. I follow the instructions on http://incubator.apache.org/tuscany/java_sca_overview.html But when I launcher the application an exception occured : Exception in thread main java.lang.NoClassDefFoundError: javax/xml/stream/XMLStreamException

[jira] Commented: (TUSCANY-1147) AccessViolation in DataObjectImpl::clearReferences()

2007-03-01 Thread Geoff Winn (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476922 ] Geoff Winn commented on TUSCANY-1147: - Caroline, I applied this patch to the current source and when I run

[jira] Commented: (TUSCANY-1147) AccessViolation in DataObjectImpl::clearReferences()

2007-03-01 Thread Caroline Maynard (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476934 ] Caroline Maynard commented on TUSCANY-1147: --- That doesn't surprise me too much, there seems to be quite

ScdlContributionProcessor and Axis2 binding getting the composite name?

2007-03-01 Thread ant elder
I need the composite name to make the default endpoint URIs used with the Axis2 binding but it doesn't look like this name is available to the binding builder. The ComponentDefinition has a name which is available to the binding builders, and currently the ScdlContributionProcessor sets the

Re: Trying to package a standalone application.

2007-03-01 Thread Jeremy Boynes
You will need to have the StAX API and an implementation visible in the same classloader as used for SDO. If you have the SDO impl jars in WEB-INF/lib you should make sure: * stax-api-1.0.1.jar * wstx-asl-3.2.0.jar are in the same place (using the StAX impl from http:// woodstox.codehaus.org).

Re: ScdlContributionProcessor and Axis2 binding getting the composite name?

2007-03-01 Thread ant elder
Yes, on closer reading that is right. Thanks! ...ant On 3/1/07, Jeremy Boynes [EMAIL PROTECTED] wrote: Isn't it based on the parent componentId and not the composite name? -- Jeremy On Mar 1, 2007, at 6:14 AM, ant elder wrote: I need the composite name to make the default endpoint URIs

[jira] Commented: (TUSCANY-1147) AccessViolation in DataObjectImpl::clearReferences()

2007-03-01 Thread Caroline Maynard (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12476960 ] Caroline Maynard commented on TUSCANY-1147: --- My bad. It wasn't intuitive to me :-) By drop, I mean,

Re: Questions around Contribution Service behavior

2007-03-01 Thread Jeremy Boynes
On Feb 28, 2007, at 9:59 PM, Luciano Resende wrote: While reviewing contribution code and thinking about some test scenarios, I have the following questions and would like to get some thoughts. 1.What should be the default behavior when i re-deploy a contribution to the repository ? Should

using XML- Java data bindings without WSDL

2007-03-01 Thread Scott Kurz
For the past couple days I've been trying to understand how one would use the databinding framework to serialize/deserialize something like JAXB/SDO to/from XML without a WSDL present. I've been doing this over a dummy binding implementation. I'm ready to ask for some help as I've run into one

Re: Native M3 release status

2007-03-01 Thread Pete Robbins
I'm just about at a point where I can produce a release candidate which includes everything except the PHP extension. I'm wondering if it would be best to publish this then release the PHP extension as a separate entity. We could go the whole hog and release a core package and then separate

[SDO for C++] Design notes added to repository

2007-03-01 Thread Geoffrey Winn
For a while now I've been adding design notes for SDO to the Wiki ( http://wiki.apache.org/ws/Tuscany/TuscanyCpp/DesignNotes) whenever I came across something useful. I've updated that page to describe the re-write that I did a few weeks ago to eliminate a lot of C style macro code. I've also

Re: Cleaning up and reorganizing samples

2007-03-01 Thread Venkata Krishnan
Hi, Its really good if we can have sampleapps out - to have another bigbank in it is quite confusing, for me. With respect to the naming conventions, yes, it would be good to have them all uniform, and I prefer something as loanAppConversation_ws as against loanappconversationws which is quite

Re: Cleaning up and reorganizing samples

2007-03-01 Thread Raymond Feng
Hi, I prefer to have the following convention: calculator-ws helloworld-ws echo-binding Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, February 28, 2007 10:49 PM Subject: Cleaning up and reorganizing

[jira] Updated: (TUSCANY-684) Generated SDO classes should be able to register the static types to a given TypeHelper

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-684?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-684: --- Fix Version/s: (was: Java-SCA-Mx) Java-SDO-M3 Generated SDO classes

[jira] Updated: (TUSCANY-709) Loads DataGraph in designated scope(TypeHelper)

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-709: --- Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 Loads DataGraph in

[jira] Updated: (TUSCANY-1099) fix for TUSCANY-1083 used lookupPrefix method of Node not available to Java 1.4.2 users

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1099?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1099: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 fix for

[jira] Updated: (TUSCANY-1097) DataObjectXMLStreamReader shouldn't have ignored (transient Properties in) Sequence

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1097: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3

[jira] Updated: (TUSCANY-1055) DataFactory.create(abstract_type) should throw an IllegalArgumentException

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1055: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3

[jira] Updated: (TUSCANY-1062) DataGraph.createRootObject implementation does not match 2.1 spec and also is not helpful when given bad parameters

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1062: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3

[jira] Updated: (TUSCANY-718) make -noEMF code generation the default

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-718?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-718: --- Fix Version/s: (was: Java-SCA-Mx) Java-SDO-M3 make -noEMF code

[jira] Updated: (TUSCANY-930) Add new SDOUtil.createHelperContext() method

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-930: --- Fix Version/s: Java-SDO-M3 Add new SDOUtil.createHelperContext() method

[jira] Updated: (TUSCANY-521) Hide special Sequence-type properties from SDO Types

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-521?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-521: --- Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 Hide special

[jira] Updated: (TUSCANY-1044) DataHelperImpl.toDateTime() is not compliant with spec.

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1044?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1044: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3

[jira] Updated: (TUSCANY-836) doubleValue() may be inaccurate for Long

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-836?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-836: --- Fix Version/s: (was: Java-SCA-Mx) Java-SDO-M3 doubleValue() may be

[jira] Updated: (TUSCANY-887) TypeHelper.define() should create an accompanying global property per type

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-887?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-887: --- Fix Version/s: (was: Java-SCA-Mx) Java-SDO-M3 TypeHelper.define()

[jira] Updated: (TUSCANY-1130) Concurrent access to SDOUtil.createHelperContext() results in exception

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1130?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1130: Fix Version/s: (was: Java-M2) Java-SDO-M3 Concurrent access to

[jira] Updated: (TUSCANY-1102) Support EMF 2.2.2

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1102?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1102: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 Support EMF 2.2.2

[jira] Updated: (TUSCANY-701) Conversion to date types which do not include month can give incorrect results

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-701?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-701: --- Fix Version/s: (was: Java-SCA-Mx) Java-SDO-M3 Conversion to date

[jira] Updated: (TUSCANY-928) Define Tuscany SDO options for XMLHelper load and save operations

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-928?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-928: --- Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 Define Tuscany SDO

[jira] Updated: (TUSCANY-859) ChangeSummary#isCreated cache is not updated while changes are still going on

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-859?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-859: --- Fix Version/s: Java-SDO-M3 ChangeSummary#isCreated cache is not updated while changes are

[jira] Updated: (TUSCANY-1093) isSet returning false when boolean set to false, or int set to 0

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1093: Fix Version/s: Java-SDO-M3 isSet returning false when boolean set to false, or int set

[jira] Updated: (TUSCANY-958) NPE generated during a property set of a static SDO

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-958?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-958: --- Fix Version/s: Java-SDO-M3 NPE generated during a property set of a static SDO

[jira] Updated: (TUSCANY-894) SDO (and indirectly DAS) may not now depend on CPL if EMF has completed migration to EPL

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-894?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-894: --- Fix Version/s: (was: Java-SCA-Mx) Java-SDO-M3 SDO (and indirectly

[jira] Updated: (TUSCANY-396) Cardinality of wildcard element not respected

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-396: --- Fix Version/s: (was: Java-SCA-Mx) Java-SDO-M3 Cardinality of

[jira] Updated: (TUSCANY-1088) SDO should tolerate malformed XML

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1088?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1088: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 SDO should

[jira] Updated: (TUSCANY-933) XSD2Java Generator still generates EMF codes with -noEMF option on

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-933?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-933: --- Fix Version/s: Java-SDO-M3 XSD2Java Generator still generates EMF codes with -noEMF option

[jira] Updated: (TUSCANY-1113) Extensible namespaces and types that change

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1113: Fix Version/s: Java-SDO-M3 Extensible namespaces and types that change

[jira] Updated: (TUSCANY-1086) Scope defined java serialiazation/deserialization of SDO

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1086?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1086: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 Scope defined java

[jira] Updated: (TUSCANY-1101) Support mixed Sequence and any Sequence in Change Summary

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1101?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1101: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 Support mixed

[jira] Updated: (TUSCANY-885) Property DataObject.getProperty(String propertyName) should return null if the property cannot be found

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-885: --- Fix Version/s: (was: Java-SCA-Mx) Java-SDO-M3 Property

[jira] Updated: (TUSCANY-931) Sequence.add(int index, String propertyName, Object value) is not functioning correctly

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-931?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-931: --- Fix Version/s: Java-SDO-M3 Sequence.add(int index, String propertyName, Object value) is

[jira] Updated: (TUSCANY-935) SDO path accessors need to support names that contain .

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-935: --- Fix Version/s: Java-SDO-M3 SDO path accessors need to support names that contain .

[jira] Updated: (TUSCANY-1123) test case generated code and metadata access is anachronistic

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1123: Fix Version/s: Java-SDO-M3 test case generated code and metadata access is

[jira] Updated: (TUSCANY-713) Discover and regiester new SDO types during the time of loading the XML instance document

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-713: --- Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 Discover and

[jira] Updated: (TUSCANY-1085) schemaLocation attribute in the xsd:import should be only a hint

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1085?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1085: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 schemaLocation

[jira] Updated: (TUSCANY-956) SDOFactory instance lookup is using the wrong namespace URI

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-956?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-956: --- Fix Version/s: (was: Java-SCA-Mx) Java-SDO-M3 SDOFactory instance

[jira] Updated: (TUSCANY-1100) Dynamic Type tests are needed to ensure that all XSD datatypes are supported

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1100?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1100: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 Dynamic Type tests

[jira] Updated: (TUSCANY-972) commonj.sdo/xml namespace should be supported by SDO runtime by default

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-972: --- Fix Version/s: Java-SDO-M3 commonj.sdo/xml namespace should be supported by SDO runtime by

[jira] Updated: (TUSCANY-1091) DataObjectXMLStreamReader doesn't have to repeat NameSpace declaration which impacts performance

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1091?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1091: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3

[jira] Updated: (TUSCANY-1050) For some schemas, the code generated will not compile (notication and settable problems)

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1050: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 For some schemas,

[jira] Updated: (TUSCANY-932) Invoking DataObject.isSet(String path) with invalid path would result in NPE

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-932?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-932: --- Fix Version/s: Java-SDO-M3 Invoking DataObject.isSet(String path) with invalid path would

[jira] Updated: (TUSCANY-934) XSD2JavaGenerator -noEMF option does not work with abstract classes.

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-934?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-934: --- Fix Version/s: Java-SDO-M3 XSD2JavaGenerator -noEMF option does not work with abstract

[jira] Updated: (TUSCANY-1083) Shorter NameSpace prefix to speed up XML processing and reduce communication bandwidth

2007-03-01 Thread Kelvin Goodson (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1083?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kelvin Goodson updated TUSCANY-1083: Fix Version/s: (was: Java-SDO-Mx) Java-SDO-M3 Shorter NameSpace

Apologies for the SPAM

2007-03-01 Thread kelvin goodson
Folks, sorry. I've been doing a fair few bulk updates on SDO jiras this afternoon, and remembering to uncheck the Send Email Notification for all of them except the last. Please ignore. They are all associated with getting the Fix Version Right in preparation for a release. Regards, Kelvin.

Re: Federating between Java and C++, was: Running Java SCA Calculators sample?

2007-03-01 Thread Simon Laws
On 2/28/07, Jim Marino [EMAIL PROTECTED] wrote: do it (with all your info) it hangs together. It's just that first time when you've not seen it before it's a little confusing :-) Regards Simon I'm wondering if it would be a good time to start discussing federation between the Java and

Re: Cleaning up and reorganizing samples

2007-03-01 Thread Ignacio Silva-Lepe
+1 On 3/1/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I prefer to have the following convention: calculator-ws helloworld-ws echo-binding Thanks, Raymond - Original Message - From: Jean-Sebastien Delfino [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Wednesday, February

Re: Cleaning up and reorganizing samples

2007-03-01 Thread Luciano Resende
+1 for Raymond's suggestion, it gets easier to read. On 3/1/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote: +1 On 3/1/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I prefer to have the following convention: calculator-ws helloworld-ws echo-binding Thanks, Raymond - Original

Re: Cleaning up and reorganizing samples

2007-03-01 Thread Jean-Sebastien Delfino
Luciano Resende wrote: +1 for Raymond's suggestion, it gets easier to read. On 3/1/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote: +1 On 3/1/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I prefer to have the following convention: calculator-ws helloworld-ws echo-binding Thanks,

Re: [DAS C++] Necessary classes for a initial simple read application

2007-03-01 Thread Luciano Resende
This might also be interesting read for you guys... http://wiki.apache.org/ws/Tuscany/TuscanyCpp/DesignNotes On 2/27/07, Adriano Crestani [EMAIL PROTECTED] wrote: Sorry guys, the sdo article url I gave is wrong, the correctly url is:

Re: Native M3 release status

2007-03-01 Thread Jean-Sebastien Delfino
Andrew Borley wrote: On 3/1/07, Pete Robbins [EMAIL PROTECTED] wrote: I'm just about at a point where I can produce a release candidate which includes everything except the PHP extension. I'm wondering if it would be best to publish this then release the PHP extension as a separate entity.

Re: ScdlContributionProcessor and Axis2 binding getting the composite name?

2007-03-01 Thread Luciano Resende
Could you please take a look and see if the fix I committed solves your issue ? On 3/1/07, ant elder [EMAIL PROTECTED] wrote: Yes, on closer reading that is right. Thanks! ...ant On 3/1/07, Jeremy Boynes [EMAIL PROTECTED] wrote: Isn't it based on the parent componentId and not the

Re: Native M3 release status

2007-03-01 Thread Andrew Borley
On 3/1/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andrew Borley wrote: On 3/1/07, Pete Robbins [EMAIL PROTECTED] wrote: I'm just about at a point where I can produce a release candidate which includes everything except the PHP extension. I'm wondering if it would be best to

Moving modules to contrib for this release

2007-03-01 Thread Jeremy Boynes
There are a few modules in the runtime that I don't think should be included in this release: * jxta due to the Bouncy Castle issue * osgi (not ready) * equinox (not ready) For now I am going to move them to a contrib directory under sca as this makes it easier to package runtime as a source

[jira] Updated: (TUSCANY-1120) Static code generator template bugs

2007-03-01 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David T. Adcox updated TUSCANY-1120: Attachment: 1120a.patch The 1120a.patch provides the code needed to resolve all list

[jira] Commented: (TUSCANY-1120) Static code generator template bugs

2007-03-01 Thread David T. Adcox (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12477111 ] David T. Adcox commented on TUSCANY-1120: - With regards problem #2. I've run codegen using no command

Re: Cleaning up and reorganizing samples

2007-03-01 Thread Jean-Sebastien Delfino
Comments inline. Venkata Krishnan wrote: Hi, Its really good if we can have sampleapps out - to have another bigbank in it is quite confusing, for me. Working on it :) With respect to the naming conventions, yes, it would be good to have them all uniform, and I prefer something as

RE: Moving modules to contrib for this release

2007-03-01 Thread Meeraj Kunnumpurath
+1 From: Jeremy Boynes [EMAIL PROTECTED] Reply-To: tuscany-dev@ws.apache.org To: tuscany-dev@ws.apache.org Subject: Moving modules to contrib for this release Date: Thu, 1 Mar 2007 13:47:10 -0800 There are a few modules in the runtime that I don't think should be included in this release:

[jira] Resolved: (TUSCANY-1065) Coexistence problem between EMF and Tuscany SDO

2007-03-01 Thread Frank Budinsky (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Frank Budinsky resolved TUSCANY-1065. - Resolution: Fixed Fixed in revision 513560. Coexistence problem between EMF and

IP CLEARANCE needed, was: svn commit: r513560 [1/2] - in /incubator/tuscany/java/sdo/impl/src: main/java/org/apache/tuscany/sdo/helper/ main/java/org/apache/tuscany/sdo/impl/ main/java/org/apache/tusc

2007-03-01 Thread Jeremy Boynes
We need to follow the IP Clearance process for all code developed outside Apache ... -- Jeremy Begin forwarded message: From: [EMAIL PROTECTED] Date: March 1, 2007 4:14:07 PM PST To: tuscany-commits@ws.apache.org Subject: svn commit: r513560 [1/2] - in /incubator/tuscany/java/sdo/ impl/src:

[jira] Updated: (TUSCANY-1065) Coexistence problem between EMF and Tuscany SDO

2007-03-01 Thread Fuhwei Lwo (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1065?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Fuhwei Lwo updated TUSCANY-1065: Attachment: DeserializationNoSchemaTestCase.java Hi Frank, I just tested your fixes and found

Re: Native M3 release status

2007-03-01 Thread Pete Robbins
On 01/03/07, Andrew Borley [EMAIL PROTECTED] wrote: On 3/1/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Andrew Borley wrote: On 3/1/07, Pete Robbins [EMAIL PROTECTED] wrote: I'm just about at a point where I can produce a release candidate which includes everything except the PHP