Got one path working for the server-side web service async with callback

2006-10-06 Thread Raymond Feng
Hi, Ignacio. I managed to get the helloworldws-async sample working. I can see both the request and callback are finished without exceptions. I had to fix some issues in the core as well as the test case. 1) Replaced some logic on ServiceContract.getCallbackClass() which is java-centric 2) Fix

[jira] Updated: (TUSCANY-564) Tomcat test integration POM points to BEA jar file download

2006-10-06 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-564?page=all ] Luciano Resende updated TUSCANY-564: Attachment: tuscany-564.lresende.20061006.txt Path to dependency: 1) org.apache.tuscany.das.samples:tuscany-samples-das-testing

Re: [RESULT] Release parent pom and buildtools for M2

2006-10-06 Thread Jim Marino
On Oct 6, 2006, at 12:30 PM, Jeremy Boynes wrote: This got PPMC +1's from jboynes, dkulp, jmarino, rineholt, rfeng, bdaniel, kwilliams and +1 from Luciano Resende However, there are significant abstentions from antelder, kelvingoodson and svkrish on the basis that the purpose of releasin

[jira] Resolved: (TUSCANY-762) Shutdown hang

2006-10-06 Thread Jim Marino (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-762?page=all ] Jim Marino resolved TUSCANY-762. Resolution: Fixed Fixed in 453756 > Shutdown hang > - > > Key: TUSCANY-762 > URL: http://issues.apache.org/jira/br

[RESULT] Release parent pom and buildtools for M2

2006-10-06 Thread Jeremy Boynes
This got PPMC +1's from jboynes, dkulp, jmarino, rineholt, rfeng, bdaniel, kwilliams and +1 from Luciano Resende However, there are significant abstentions from antelder, kelvingoodson and svkrish on the basis that the purpose of releasing this is unclear. In light of this confusion I thi

Re: SCA Java samples for M2

2006-10-06 Thread Brent Daniel
Previously we had discussed having a "sampleapps" directory to distinguish "business samples" from technology samples.[1] Do we want to continue this distinction? Brent [1] - http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg01812.html On 10/6/06, ant elder <[EMAIL PROTECTED]> wrote: O

Axis2 and Axiom SNAPSHOTs

2006-10-06 Thread Raymond Feng
Hi, Now we have Axis2 SNAPSHOT with Axiom 1.1 and run into incompatible classes (Axis2 SNAPSHOT depends on AXIOM SNAPSHOT but it's built using maven1 which cannot handle transitive dependencies well). Then I probably have to switch Axiom back to SNAPSHOT versions. We also observed that there

Re: Strawman of revised SDO distribution

2006-10-06 Thread Jeremy Boynes
Re the javadoc, * including custom overview etc. is just configuration that can be played with (like you did with the samples) * getting the sdo-api doc in there would be tricker as that's outside the source tree. it may be possible to reference it, I think there's config for that (some form

Re: Should @OneWay methods be executed asynchronusly when called directly from a client?

2006-10-06 Thread Jim Marino
On Oct 6, 2006, at 8:21 AM, ant elder wrote: Should @OneWay methods be executed asynchronously when called directly from a client? For example, using the SupplyChain sample if the J2SE client did a locate on the CustomerComponent and then called its notifyShipment method which has the @O

Re: Strawman of revised SDO distribution

2006-10-06 Thread kelvin goodson
Jeremy, that looks like a great improvement, thanks. After the full build I see a binary distro containing a javadoc folder as a peer of the lib folder, and it has merged javadoc for the all of the implementation projects. (I need to resolve the fact that there is a sample-sdo folder in there,

[jira] Updated: (TUSCANY-564) Tomcat test integration POM points to BEA jar file download

2006-10-06 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-564?page=all ] Luciano Resende updated TUSCANY-564: Component/s: Java DAS Samples (was: Java BigBank Scenario) Summary: Tomcat test integration POM points to BEA jar file down

[jira] Reopened: (TUSCANY-564) BigBank tomcat test integration POM points to BEA jar file download

2006-10-06 Thread Luciano Resende (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-564?page=all ] Luciano Resende reopened TUSCANY-564: - Assignee: Luciano Resende This is still reproducible in das/samples/testing/tomcat > BigBank tomcat test integration POM points to BE

Re: Strawman of revised SDO distribution

2006-10-06 Thread kelvin goodson
I'll take a peek, thanks Jeremy On 06/10/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote: On IRC Kelvin mentioned possibly re-jigging the SDO distribution format to include the assembly phase in the parent pom. The idea was that would make it easier to aggregate things like JavaDoc across the mod

Re: Build Failure: axis2 test cases failing

2006-10-06 Thread Kevin Williams
That worked for me. Thanks! Raymond Feng wrote: Delete ~/.m2/repository/axis2 and rebuild helps. Thanks, Raymond - Original Message - From: "Ignacio Silva-Lepe" <[EMAIL PROTECTED]> To: Sent: Friday, October 06, 2006 9:57 AM Subject: Re: Build Failure: axis2 test cases failing I

Strawman of revised SDO distribution

2006-10-06 Thread Jeremy Boynes
On IRC Kelvin mentioned possibly re-jigging the SDO distribution format to include the assembly phase in the parent pom. The idea was that would make it easier to aggregate things like JavaDoc across the modules. I've taken a swag at this in my sandbox: https://svn.apache.org/repos/asf/incu

Re: Build Failure: axis2 test cases failing

2006-10-06 Thread Raymond Feng
Delete ~/.m2/repository/axis2 and rebuild helps. Thanks, Raymond - Original Message - From: "Ignacio Silva-Lepe" <[EMAIL PROTECTED]> To: Sent: Friday, October 06, 2006 9:57 AM Subject: Re: Build Failure: axis2 test cases failing I am getting a similar problem (http://rafb.net/paste

Re: Should @OneWay methods be executed asynchronusly when called directly from a client?

2006-10-06 Thread Simon Nash
The spec just says that implementations "may" do this. So the current behaviour isn't a bug, but we're free to change this if we want to. If it's easy to implement, I'd say that we should do it, but we need to think carefully about whether it's a good idea to make this change just before we cut t

Re: Build Failure: axis2 test cases failing

2006-10-06 Thread Raymond Feng
Hi, I did try to upgrade our axis2.xml to the latest version from Axis2 but it doesn't help. I debugged into the Axis2 code and found it doesn't populate the configuration from the file correctly (almost everything is empty). So it's probably an Axis2 issue. Thanks, Raymond - Original M

Re: svn commit: r453672 - /incubator/tuscany/java/sca/services/bindings/binding.rmi/src/main/java/org/apache/tuscany/binding/rmi/RMIService.java

2006-10-06 Thread ant elder
Woohoo, finally you have you can commit! ...ant On 10/6/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: Author: svkrish Date: Fri Oct 6 09:48:03 2006 New Revision: 453672 URL: http://svn.apache.org/viewvc?view=rev&rev=453672 Log: Fixed RMIService Stop method to include port while unregist

Re: Build Failure: axis2 test cases failing

2006-10-06 Thread ant elder
I think Rick quietly fixed this in r453568, works for me now anyway. Try getting the latest code. ...ant On 10/6/06, Ignacio Silva-Lepe <[EMAIL PROTECTED]> wrote: I am getting a similar problem ( http://rafb.net/paste/results/pr9zAP51.html) trying to use binding.axis2. Let me know if you are

Re: Build Failure: axis2 test cases failing

2006-10-06 Thread Ignacio Silva-Lepe
I am getting a similar problem (http://rafb.net/paste/results/pr9zAP51.html) trying to use binding.axis2. Let me know if you are able to make progress. Thanks - Original Message - From: "ant elder" <[EMAIL PROTECTED]> To: Sent: Friday, October 06, 2006 5:56 AM Subject: Re: Build Fail

Re: [jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2006-10-06 Thread Luciano Resende
No, wasn't planning to have this for M2, unless people feel otherwise... For now, i just wanted to have the code in the svn so others could take a look and help with the remaining tasks, William had volunteered for helping on this task. -Luciano On 10/6/06, Kevin Williams <[EMAIL PROTECTED]> wr

Re: Packaging, usage of, and classloading for extensions & their dependencies

2006-10-06 Thread Jim Marino
On Oct 6, 2006, at 4:16 AM, ant elder wrote: Where do you see all this fitting in with the M2 release? I'd like an M2 release real soon, what do you think we need for that and how about leaving all the OSGi stuff for after M2? Yep, I see it after M2, since I'd like to get the release out

[jira] Closed: (TUSCANY-755) XMLStreamHelper.saveObject() does not serialize xsi:type correctly

2006-10-06 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-755?page=all ] Raymond Feng closed TUSCANY-755. Tested with the test case provided. > XMLStreamHelper.saveObject() does not serialize xsi:type correctly > ---

[jira] Resolved: (TUSCANY-755) XMLStreamHelper.saveObject() does not serialize xsi:type correctly

2006-10-06 Thread Raymond Feng (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-755?page=all ] Raymond Feng resolved TUSCANY-755. -- Resolution: Fixed It's fixed > XMLStreamHelper.saveObject() does not serialize xsi:type correctly > --

[jira] Assigned: (TUSCANY-789) Update the release notes

2006-10-06 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-789?page=all ] Andrew Borley reassigned TUSCANY-789: - Assignee: Andrew Borley > Update the release notes > > > Key: TUSCANY-789 > URL: http://issu

[jira] Commented: (TUSCANY-786) Update the Getting Started how-to-build documentation

2006-10-06 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-786?page=comments#action_12440493 ] Andrew Borley commented on TUSCANY-786: --- All updated including Geoff's above docs (thanks Geoff!). Just missing building SDO on Linux with STDCXX . > Upda

[jira] Commented: (TUSCANY-787) Document how to build & run the samples

2006-10-06 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-787?page=comments#action_12440492 ] Andrew Borley commented on TUSCANY-787: --- All updated bar building SDO samples with STDCXX > Document how to build & run the samples > -

[jira] Assigned: (TUSCANY-787) Document how to build & run the samples

2006-10-06 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-787?page=all ] Andrew Borley reassigned TUSCANY-787: - Assignee: Andrew Borley > Document how to build & run the samples > --- > > Key: TUSCANY-787 >

[jira] Resolved: (TUSCANY-791) Update the "how to deploy a Tuscany service to Axis2C" document

2006-10-06 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-791?page=all ] Andrew Borley resolved TUSCANY-791. --- Resolution: Fixed See the doc/Axis2CWSService.html doc > Update the "how to deploy a Tuscany service to Axis2C" document > -

[jira] Resolved: (TUSCANY-788) Document the new SCA language extensions programming models in the samples

2006-10-06 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-788?page=all ] Andrew Borley resolved TUSCANY-788. --- Resolution: Fixed See the sca/doc/PythonExtension.html and sca/doc/RubyExtension.html docs > Document the new SCA language extensions programming models

[jira] Closed: (TUSCANY-790) Update the "how-to-create a C++ component" document

2006-10-06 Thread Andrew Borley (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-790?page=all ] Andrew Borley closed TUSCANY-790. - Resolution: Fixed > Update the "how-to-create a C++ component" document > --- > > Key: TUSCAN

Re: Strange autowiring error, heads up

2006-10-06 Thread Jeremy Boynes
On Oct 6, 2006, at 7:47 AM, Ken Tam wrote: I was blocked this morning by an autowiring error running the Spring integration BootstrapTestCase -- it kept complaining that it couldn't resolve an autowire to BuilderRegistry. After rolling back pretty much all the local changes that I thought might

Should @OneWay methods be executed asynchronusly when called directly from a client?

2006-10-06 Thread ant elder
Should @OneWay methods be executed asynchronously when called directly from a client? For example, using the SupplyChain sample if the J2SE client did a locate on the CustomerComponent and then called its notifyShipment method which has the @OneWay annotation then should that call be invoked asyn

[jira] Resolved: (TUSCANY-774) Identifier HTTP_IDENTIFIER is null workContext resulting in NPE for components enabled for session support.

2006-10-06 Thread Rick Rineholt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-774?page=all ] Rick Rineholt resolved TUSCANY-774. --- Resolution: Fixed fixed > Identifier HTTP_IDENTIFIER is null workContext resulting in NPE for > components enabled for session support. >

[jira] Resolved: (TUSCANY-776) Creations of HTTP Session for components requiring session support.

2006-10-06 Thread Rick Rineholt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-776?page=all ] Rick Rineholt resolved TUSCANY-776. --- Resolution: Fixed fixed > Creations of HTTP Session for components requiring session support. >

[jira] Resolved: (TUSCANY-777) HTTPSessionScope needs to be made a listener to HTTPStart and HTTPStop events.

2006-10-06 Thread Rick Rineholt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-777?page=all ] Rick Rineholt resolved TUSCANY-777. --- Resolution: Fixed fixed > HTTPSessionScope needs to be made a listener to HTTPStart and HTTPStop > events. > -

Strange autowiring error, heads up

2006-10-06 Thread Ken Tam
I was blocked this morning by an autowiring error running the Spring integration BootstrapTestCase -- it kept complaining that it couldn't resolve an autowire to BuilderRegistry. After rolling back pretty much all the local changes that I thought might be even vaguely relevant, the problem remain

Re: SCA Java samples for M2

2006-10-06 Thread Ken Tam
Right -- I was just elaborating on Jeremy's earlier statement re: one motivation for packing extension-specific samples with the extensions themselves: On 10/5/06, Jeremy Boynes <[EMAIL PROTECTED]> wrote: I think organizing the samples like this is a good idea. I'd suggest going one step further

Re: Packaging, usage of, and classloading for extensions & their dependencies

2006-10-06 Thread Jeremy Boynes
On Oct 6, 2006, at 7:00 AM, Ken Tam wrote: Thoughts on the search order/priority for these classloader hierarchies? Child-before-parent has some real advantages here -- it lets extensions specify exactly what version of a dependency to use and expose to its consumers, rather than have the hostin

Re: [VOTE] Release parent pom and buildtools for M2

2006-10-06 Thread Jeremy Boynes
There are three primary things: SDO, DAS and SCA. For each of those there are different artifacts we are releasing: * the source distro (zip and tgz) * the binary distro (zip and tgz) * the maven artifacts that will loaded into the m2-incubator- repository (jar and pom for each) The first two

Re: [jira] Updated: (TUSCANY-800) Introduce new DAS Sample APP to demonstrate DAS advanced features

2006-10-06 Thread Kevin Williams
Do yo intend this for the M2 release? If so then we should probably document it is a work-in-progress. --Kevin Luciano Resende (JIRA) wrote: [ http://issues.apache.org/jira/browse/TUSCANY-800?page=all ] Luciano Resende updated TUSCANY-800: Attachm

Re: SCA Java samples for M2

2006-10-06 Thread Simon Nash
Ken, I don't think the existence of a sample that uses multiple extensions restricts the ability to work with those extensions separately. It is true that anyone wanting to work with just one of the extensions will be unable to use the multi-extension sample, but they can still use the extension.

[jira] Resolved: (TUSCANY-626) SDO sample programs

2006-10-06 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-626?page=all ] Kelvin Goodson resolved TUSCANY-626. Resolution: Fixed samples included in build > SDO sample programs > --- > > Key: TUSCANY-626 > URL: ht

[jira] Resolved: (TUSCANY-653) Finish off stand-alone distribution of SDO for Java

2006-10-06 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-653?page=all ] Kelvin Goodson resolved TUSCANY-653. Resolution: Fixed patches applied > Finish off stand-alone distribution of SDO for Java > --- > >

[jira] Resolved: (TUSCANY-656) Maven javadoc plugin bug fixed allowing overview.html for javadoc to be created in a relative directory

2006-10-06 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-656?page=all ] Kelvin Goodson resolved TUSCANY-656. Resolution: Fixed The contents of these patches have been used as part of the M2 development release building process. > Maven javadoc plugin bug fix

Re: Packaging, usage of, and classloading for extensions & their dependencies

2006-10-06 Thread Ken Tam
1) we can support ordinary jars by adding multi-parent support to the composite classloader. This would work in conjunction with the XML dependency mechanism by allowing the dependency to be loaded in an isolated classloader which would then be one parent of the runtime component and one parent of

[jira] Created: (TUSCANY-803) Association of callback methods with request methods

2006-10-06 Thread Ignacio Silva-Lepe (JIRA)
Association of callback methods with request methods Key: TUSCANY-803 URL: http://issues.apache.org/jira/browse/TUSCANY-803 Project: Tuscany Issue Type: Improvement Components: S

[jira] Resolved: (TUSCANY-742) Release Documentation

2006-10-06 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-742?page=all ] Kelvin Goodson resolved TUSCANY-742. Resolution: Fixed I applied these files as part of Tuscany-653 > Release Documentation > - > > Key: TUSCANY-742 >

Re: Packaging, usage of, and classloading for extensions & their dependencies

2006-10-06 Thread Jeremy Boynes
The release plan had osgi in the "include if its ready" category. IMO I don't think it's ready yet so would put it in the "contrib" category (in the source, not in the binary, YMMV). The need for multi-parent is really driven by SDO and Spring support. In the webapp environment the user is

[jira] Updated: (TUSCANY-477) SDO runtime should report unresolved types in a meaningful way if xsd:import/include cannot be resolved

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-477?page=all ] Frank Budinsky updated TUSCANY-477: --- Fix Version/s: Java-Mx (was: Java-M2) Priority: Minor (was: Major) > SDO runtime should report unresolved types in a mea

Re: SCA Java samples for M2

2006-10-06 Thread Ken Tam
+1. It sounds like we still have an issue wrt samples that use multiple extensions (in that the existence of such samples restricts the ability to separately work with those extensions), but I'm fine with not addressing that now. On 10/6/06, ant elder <[EMAIL PROTECTED]> wrote: Ok I think we're

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

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-521?page=all ] Frank Budinsky updated TUSCANY-521: --- Fix Version/s: Java-Mx (was: Java-M2) > Hide special Sequence-type properties from SDO Types > ---

[jira] Updated: (TUSCANY-551) Support secured WSDLs and Schemas

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-551?page=all ] Frank Budinsky updated TUSCANY-551: --- Fix Version/s: Java-Mx (was: Java-M2) > Support secured WSDLs and Schemas > - > >

[jira] Updated: (TUSCANY-578) Exceptions thrown by SDO runtime not the same as defined in the spec

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-578?page=all ] Frank Budinsky updated TUSCANY-578: --- Fix Version/s: Java-Mx (was: Java-M2) > Exceptions thrown by SDO runtime not the same as defined in the spec > ---

[jira] Updated: (TUSCANY-675) XPATH doesnt support dots in names (treats them as indices) in Java Implementation

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-675?page=all ] Frank Budinsky updated TUSCANY-675: --- Fix Version/s: Java-Mx (was: Java-M2) > XPATH doesnt support dots in names (treats them as indices) in Java > Implementation > --

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

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-684?page=all ] Frank Budinsky updated TUSCANY-684: --- Fix Version/s: Java-Mx (was: Java-M2) This is related to TUSCANY-718. > Generated SDO classes should be able to register the stat

Re: SCA Java samples for M2

2006-10-06 Thread Jeremy Boynes
On Oct 6, 2006, at 1:57 AM, ant elder wrote: Ok I think we're getting some agreement but I'd like to be clear everyone agrees and is happy before I make any changes. Sounds like for things like the Groovy/JavaScript/etc helloworld and calculator type samples they would go with the extension

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

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-701?page=all ] Frank Budinsky updated TUSCANY-701: --- Fix Version/s: Java-Mx (was: Java-M2) > Conversion to date types which do not include month can give incorrect results > -

[jira] Updated: (TUSCANY-708) Should TypeHelper.define return List of Types that includes DocumentRootType

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-708?page=all ] Frank Budinsky updated TUSCANY-708: --- Fix Version/s: Java-Mx (was: Java-M2) > Should TypeHelper.define return List of Types that includes DocumentRootType > ---

Re: Remove use of parent ids in poms

2006-10-06 Thread Jeremy Boynes
It's not a "feature" of maven - we can call them what we like. It may be a "feature" of the maven-idea-plugin. I ignore them and just have modules for the leaf projects. I'd like to keep the overall parent (~/pom/parent/pom.xml) that contains the project-wide configuration but if you'd like

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

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-709?page=all ] Frank Budinsky updated TUSCANY-709: --- Fix Version/s: Java-Mx (was: Java-M2) Priority: Minor (was: Major) > Loads DataGraph in designated scope(TypeHelper) > -

[jira] Updated: (TUSCANY-711) Tuscany SDO generates invalid namespace prefixes for namespaces that end with a '-' followed by a number

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-711?page=all ] Frank Budinsky updated TUSCANY-711: --- Fix Version/s: Java-Mx (was: Java-M2) Priority: Minor (was: Critical) This issue is fixed in M2, but we're still looking

Re: Packaging, usage of, and classloading for extensions & their dependencies

2006-10-06 Thread Jeremy Boynes
On Oct 5, 2006, at 11:28 PM, Jim Marino wrote: A more complex case is where a composite at some arbitrary depth down the application tree wants to share a class with a system component (such as an extension) that is at some other arbitrary depth down the runtime tree. We have two solutions o

[jira] Updated: (TUSCANY-761) Support the ability to unregister all the SDO Types in a namespace

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-761?page=all ] Frank Budinsky updated TUSCANY-761: --- Fix Version/s: Java-Mx (was: Java-M2) > Support the ability to unregister all the SDO Types in a namespace > -

[jira] Updated: (TUSCANY-763) Property.getDefault() should return the empty list for many-valued Properties

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-763?page=all ] Frank Budinsky updated TUSCANY-763: --- Fix Version/s: Java-Mx (was: Java-M2) Affects Version/s: Java-M2 (was: Java-Mx) > Property.

[jira] Updated: (TUSCANY-763) Property.getDefault() should return the empty list for many-valued Properties

2006-10-06 Thread Frank Budinsky (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-763?page=all ] Frank Budinsky updated TUSCANY-763: --- Affects Version/s: Java-Mx (was: Java-M2) > Property.getDefault() should return the empty list for many-valued Properties > --

Re: Open and unscheduled JIRAs

2006-10-06 Thread ant elder
First pass at this is done. We've 86 open JIRA's for Java-M2 and no unscheduled JIRAs - http://issues.apache.org/jira/browse/TUScany. For the M2 release we should get those 86 done or rescheduled to Java-Mx. Anything I didn't know what to do with I put for M2 so a lot of those 86 are likely alrea

[jira] Updated: (TUSCANY-780) Numerous broken links at http://incubator.apache.org/tuscany/java-projects.html

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-780?page=all ] ant elder updated TUSCANY-780: -- Fix Version/s: Java-M2 Affects Version/s: Java-M2 > Numerous broken links at > http://incubator.apache.org/tuscany/java-projects.html > --

[jira] Updated: (TUSCANY-775) Web deployment broken

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-775?page=all ] ant elder updated TUSCANY-775: -- Fix Version/s: Java-M2 > Web deployment broken > - > > Key: TUSCANY-775 > URL: http://issues.apache.org/jira/br

[jira] Updated: (TUSCANY-796) SCA C++ build fails on VC++ 6

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-796?page=all ] ant elder updated TUSCANY-796: -- Fix Version/s: Cpp-current > SCA C++ build fails on VC++ 6 > - > > Key: TUSCANY-796 > URL: http://issue

[jira] Updated: (TUSCANY-773) Fix Property Value Loading from Component Definitions

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-773?page=all ] ant elder updated TUSCANY-773: -- Fix Version/s: Java-M2 > Fix Property Value Loading from Component Definitions > - > > Key: TUS

[jira] Updated: (TUSCANY-798) Compile warning in Composite constructor

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-798?page=all ] ant elder updated TUSCANY-798: -- Fix Version/s: Cpp-current > Compile warning in Composite constructor > > > Key: TUSCANY-798 >

[jira] Updated: (TUSCANY-755) XMLStreamHelper.saveObject() does not serialize xsi:type correctly

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-755?page=all ] ant elder updated TUSCANY-755: -- Fix Version/s: Java-M2 > XMLStreamHelper.saveObject() does not serialize xsi:type correctly > -- >

[jira] Updated: (TUSCANY-546) Flexible Type System

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-546?page=all ] ant elder updated TUSCANY-546: -- Fix Version/s: Cpp-current Affects Version/s: Cpp-current > Flexible Type System > > > Key: TUSCANY-546 >

[jira] Updated: (TUSCANY-424) Update open content tests when eclipse bugzilla 142759 is picked up

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-424?page=all ] ant elder updated TUSCANY-424: -- Fix Version/s: Java-M2 Affects Version/s: Java-M2 > Update open content tests when eclipse bugzilla 142759 is picked up > -

[jira] Updated: (TUSCANY-423) open content tests for generated classes

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-423?page=all ] ant elder updated TUSCANY-423: -- Fix Version/s: Java-Mx > open content tests for generated classes > > > Key: TUSCANY-423 >

[jira] Closed: (TUSCANY-454) WSDL file misloading running sca demo helloworldws

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-454?page=all ] ant elder closed TUSCANY-454. - Resolution: Fixed Samples not in M2 > WSDL file misloading running sca demo helloworldws > -- > > Ke

[jira] Updated: (TUSCANY-488) Global element of simple type problem

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-488?page=all ] ant elder updated TUSCANY-488: -- Fix Version/s: Cpp-current > Global element of simple type problem > - > > Key: TUSCANY-488 > U

[jira] Updated: (TUSCANY-496) CPP Interop Testing

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-496?page=all ] ant elder updated TUSCANY-496: -- Fix Version/s: Cpp-current > CPP Interop Testing > --- > > Key: TUSCANY-496 > URL: http://issues.apache.org/jira/br

[jira] Updated: (TUSCANY-491) Incorrect namespaces support

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-491?page=all ] ant elder updated TUSCANY-491: -- Fix Version/s: Cpp-current > Incorrect namespaces support > > > Key: TUSCANY-491 > URL: http://issues.

[jira] Updated: (TUSCANY-526) warnings in devstudio7

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-526?page=all ] ant elder updated TUSCANY-526: -- Fix Version/s: Cpp-current Affects Version/s: Cpp-current > warnings in devstudio7 > -- > > Key: TUSCANY-526 >

[jira] Updated: (TUSCANY-507) [C++] BigBank getQuotes request type incorrect

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-507?page=all ] ant elder updated TUSCANY-507: -- Fix Version/s: Cpp-current > [C++] BigBank getQuotes request type incorrect > -- > > Key: TUSCANY-507 >

[jira] Updated: (TUSCANY-536) Cannot mix both WS Entrypoint and WS External Service

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-536?page=all ] ant elder updated TUSCANY-536: -- Fix Version/s: Cpp-current > Cannot mix both WS Entrypoint and WS External Service > - > > Key:

[jira] Updated: (TUSCANY-555) XMLDocument is incomplete

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-555?page=all ] ant elder updated TUSCANY-555: -- Fix Version/s: Cpp-current Affects Version/s: Cpp-current > XMLDocument is incomplete > - > > Key: TUSCANY-555 >

[jira] Updated: (TUSCANY-554) Opposite properties are not implemented

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-554?page=all ] ant elder updated TUSCANY-554: -- Fix Version/s: Cpp-current > Opposite properties are not implemented > --- > > Key: TUSCANY-554 >

[jira] Updated: (TUSCANY-562) Robustness of type inheritance

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-562?page=all ] ant elder updated TUSCANY-562: -- Fix Version/s: Cpp-current > Robustness of type inheritance > -- > > Key: TUSCANY-562 > URL: http://iss

[jira] Updated: (TUSCANY-563) robustness of addType, addPropertyToType

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-563?page=all ] ant elder updated TUSCANY-563: -- Fix Version/s: Cpp-current Affects Version/s: Cpp-current > robustness of addType, addPropertyToType > > >

[jira] Updated: (TUSCANY-578) Exceptions thrown by SDO runtime not the same as defined in the spec

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-578?page=all ] ant elder updated TUSCANY-578: -- Fix Version/s: Java-M2 Affects Version/s: Java-M2 > Exceptions thrown by SDO runtime not the same as defined in the spec >

[jira] Updated: (TUSCANY-628) exceptions in SDO samples

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-628?page=all ] ant elder updated TUSCANY-628: -- Fix Version/s: Java-M2 > exceptions in SDO samples > - > > Key: TUSCANY-628 > URL: http://issues.apache.org

[jira] Updated: (TUSCANY-678) Java XSD files cannot be used to validate SCA Model

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-678?page=all ] ant elder updated TUSCANY-678: -- Fix Version/s: Java-M2 Affects Version/s: Java-M2 > Java XSD files cannot be used to validate SCA Model > -

[jira] Updated: (TUSCANY-681) Port of Tuscany C++ to Mac OS X, powerpc arch

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-681?page=all ] ant elder updated TUSCANY-681: -- Fix Version/s: Cpp-current Affects Version/s: Cpp-current > Port of Tuscany C++ to Mac OS X, powerpc arch > - >

[jira] Updated: (TUSCANY-688) WAR Maven Plugin for Tuscany

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-688?page=all ] ant elder updated TUSCANY-688: -- Fix Version/s: Java-M2 > WAR Maven Plugin for Tuscany > > > Key: TUSCANY-688 > URL: http://issues.apac

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

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-701?page=all ] ant elder updated TUSCANY-701: -- Fix Version/s: Java-M2 Affects Version/s: Java-M2 > Conversion to date types which do not include month can give incorrect results > --

[jira] Updated: (TUSCANY-708) Should TypeHelper.define return List of Types that includes DocumentRootType

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-708?page=all ] ant elder updated TUSCANY-708: -- Fix Version/s: Java-M2 > Should TypeHelper.define return List of Types that includes DocumentRootType > ---

[jira] Updated: (TUSCANY-722) Properties containing complex types cause failure

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-722?page=all ] ant elder updated TUSCANY-722: -- Fix Version/s: Cpp-current > Properties containing complex types cause failure > - > > Key: TUSCANY

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

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-718?page=all ] ant elder updated TUSCANY-718: -- Fix Version/s: Java-Mx > make -noEMF code generation the default > --- > > Key: TUSCANY-718 > U

[jira] Updated: (TUSCANY-746) on tuscany/mail-lists.html - commits list on www.mail-archive.com is not always complete

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-746?page=all ] ant elder updated TUSCANY-746: -- Fix Version/s: Java-M2 Affects Version/s: Java-M2 > on tuscany/mail-lists.html - commits list on www.mail-archive.com is not > always complete > -

[jira] Updated: (TUSCANY-763) Property.getDefault() should return the empty list for many-valued Properties

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-763?page=all ] ant elder updated TUSCANY-763: -- Fix Version/s: Java-M2 Affects Version/s: Java-M2 > Property.getDefault() should return the empty list for many-valued Properties > ---

[jira] Updated: (TUSCANY-566) Debug mode deploy and wsdeploy command files need altering

2006-10-06 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-566?page=all ] ant elder updated TUSCANY-566: -- Fix Version/s: Cpp-current Affects Version/s: Cpp-current > Debug mode deploy and wsdeploy command files need altering > --

  1   2   3   >