[jira] Updated: (TUSCANY-81) Make .componentType side files optional for JavaScript components

2006-05-23 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-81?page=all ] ant elder updated TUSCANY-81: - Version: Java-Mx (was: Java-M1-tentative) Make .componentType side files optional for JavaScript components

Next Java release work

2006-05-23 Thread ant elder
I know we're not done with the M1 release yet but I'd like to start organising the JIRAs i plan to try to get done in the nearish future so I've created a new M2 release in JIRA so there's somewhere to put these JIRAs. Hope this is ok. ...ant

[jira] Updated: (TUSCANY-81) Make .componentType side files optional for JavaScript components

2006-05-23 Thread ant elder (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-81?page=all ] ant elder updated TUSCANY-81: - Fix Version: Java-M2 (was: Java-Mx) Version: Java-M2 (was: Java-Mx) Make .componentType side files optional for

[jira] Created: (TUSCANY-417) Interactive JavaScript SCA client

2006-05-23 Thread ant elder (JIRA)
Interactive JavaScript SCA client - Key: TUSCANY-417 URL: http://issues.apache.org/jira/browse/TUSCANY-417 Project: Tuscany Type: New Feature Components: Java SCA JavaScript Container Versions: Java-M2 Reporter: ant

[jira] Created: (TUSCANY-418) JavaScript components using E4X with service references

2006-05-23 Thread ant elder (JIRA)
JavaScript components using E4X with service references --- Key: TUSCANY-418 URL: http://issues.apache.org/jira/browse/TUSCANY-418 Project: Tuscany Type: Improvement Components: Java SCA JavaScript Container

[jira] Created: (TUSCANY-419) Template XML for JavaScript components

2006-05-23 Thread ant elder (JIRA)
Template XML for JavaScript components -- Key: TUSCANY-419 URL: http://issues.apache.org/jira/browse/TUSCANY-419 Project: Tuscany Type: New Feature Components: Java SCA JavaScript Container Versions: Java-M2

[jira] Created: (TUSCANY-420) Refactoring of Rhino code in the JavaScript container

2006-05-23 Thread ant elder (JIRA)
Refactoring of Rhino code in the JavaScript container - Key: TUSCANY-420 URL: http://issues.apache.org/jira/browse/TUSCANY-420 Project: Tuscany Type: Improvement Components: Java SCA JavaScript Container

[jira] Created: (TUSCANY-421) Support externalServices with the jsonrpc binding

2006-05-23 Thread ant elder (JIRA)
Support externalServices with the jsonrpc binding - Key: TUSCANY-421 URL: http://issues.apache.org/jira/browse/TUSCANY-421 Project: Tuscany Type: Improvement Components: Java SCA JsonRpc Binding Versions:

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

2006-05-23 Thread Ed Slattery (JIRA)
locate service componentname/servicename not working -- Key: TUSCANY-422 URL: http://issues.apache.org/jira/browse/TUSCANY-422 Project: Tuscany Type: Bug Components: C++ SCA Environment: all Reporter: Ed

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

2006-05-23 Thread Ed Slattery (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-422?page=all ] Ed Slattery reassigned TUSCANY-422: --- Assign To: Ed Slattery locate service componentname/servicename not working -- Key:

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

2006-05-23 Thread Ed Slattery (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-422?page=all ] Ed Slattery resolved TUSCANY-422: - Resolution: Fixed version 408865 of Module.cpp fixes this locate service componentname/servicename not working

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

2006-05-23 Thread Kelvin Goodson (JIRA)
open content tests for generated classes Key: TUSCANY-423 URL: http://issues.apache.org/jira/browse/TUSCANY-423 Project: Tuscany Type: Test Components: Java SDO Implementation Versions: Java-Mx Reporter:

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

2006-05-23 Thread Kelvin Goodson (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-423?page=all ] Kelvin Goodson updated TUSCANY-423: --- Attachment: ocGenTests.patch open content tests for generated classes Key: TUSCANY-423

Re: [jira] Commented: (TUSCANY-394) NPE when running wsdl2java tool with xsd:anyType in the schema

2006-05-23 Thread Sreelatha S
Hi .. I tried the AccountService.wsdl again with the version of the code that I pulled down from the SVN today, i made two modifications in the wsdl file as below xsd:element name=getAccountReportWrapped1 xsd:complexType xsd:sequence

Re: [jira] Commented: (TUSCANY-394) NPE when running wsdl2java tool with xsd:anyType in the schema

2006-05-23 Thread Frank Budinsky
The correct type is xsd:anyType and that should map to commonj.sdo.DataObject, according to the spec. Note that anyType (without the xsd:) is really an error, because it is referring to a nonexistent type in the current namespace (vs. the standard schema anyType). If you run a validator over

Re: problems with svn or not?

2006-05-23 Thread Edward Slattery
All is mysteriously working today. Thanks someone somewhere. On 22/05/06, Jeremy Boynes [EMAIL PROTECTED] wrote: I'm having no problems (read or write) Might want to pester your local network admin. -- Jeremy On 5/22/06, Edward Slattery [EMAIL PROTECTED] wrote: I am still having problems

Re: [C++] Re: dynamically stating where the root is

2006-05-23 Thread Edward Slattery
That looks fine. Thanks, Ed. On 23/05/06, Pete Robbins [EMAIL PROTECTED] wrote: Ed, please take a look at the code I checked in for Jira TUSCANY-401. There is a TuscanyRuntime class which allows you to specify the default module and also the path to the system root. The constructor takes

[jira] Commented: (TUSCANY-394) NPE when running wsdl2java tool with xsd:anyType in the schema

2006-05-23 Thread Sreelatha S (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-394?page=comments#action_12412942 ] Sreelatha S commented on TUSCANY-394: - Hi .. I tried the AccountService.wsdl again with the version of the code that I pulled down from the SVN today (version-408856),

Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-23 Thread Raymond Feng
Hi, Jim. Sure, I'll check out the refactored core/groovy container and try to upgrade the Spring prototype over with your help. I'm available tomorrow, do you prefer to have a face-to-face discussion or IRC? Thanks, Raymond - Original Message - From: Jim Marino [EMAIL PROTECTED]

Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-23 Thread ant elder
I expect there will be a lot of people likely interested in this, both in Spring and also whats going on in the sandbox, so please could these discussion be done openly. Thanks, ...ant On 5/23/06, Raymond Feng [EMAIL PROTECTED] wrote: Hi, Jim. Sure, I'll check out the refactored

Re: [jira] Updated: (TUSCANY-415) Add a Spring container to Tuscany so that Spring beans can be used as an implementation for SCA components

2006-05-23 Thread Jim Marino
Hi Raymond, That won't be able to make that due to other calls. Would 11PST work for people to discuss Spring? Jim On May 23, 2006, at 9:25 AM, Raymond Feng wrote: Sorry, I meant to have the IRC chat at 8:30am PDT tomorrow. Hope it works for all. Yes, I'm looking into the refactored

[jira] Commented: (TUSCANY-270) Bigbank sample should demonstrate the SCA async PM

2006-05-23 Thread Ignacio Silva-Lepe (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-270?page=comments#action_12412968 ] Ignacio Silva-Lepe commented on TUSCANY-270: In stock sell, it turns out that the DAS select command issued by the data service was not including symbol and

Re: [VOTE] Publish Tuscany M1 release - 2nd vote

2006-05-23 Thread Kevin Williams
+1 BB and DAS stand-alone samples still look good on XP and OS X Jean-Sebastien Delfino wrote: Hi! I created source and binary distributions of the latest Tuscany Milestone 1 release candidate level (SVN revision r408581) and placed them in my home directory:

[jira] Commented: (TUSCANY-398) Ability to save sca assembly model object to XML

2006-05-23 Thread Rick Rineholt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-398?page=comments#action_12413034 ] Rick Rineholt commented on TUSCANY-398: --- While not really related to this JIRA it brings back a question I've always had in the back of mind: The ability to

JavaOne Impression: Tuscany, SCA SDO: http://www.theserverside.com/news/thread.tss?thread_id=40577

2006-05-23 Thread Raymond Feng
http://www.theserverside.com/news/thread.tss?thread_id=40577

Re: [VOTE] Publish Tuscany M1 release - 2nd vote

2006-05-23 Thread Jeremy Boynes
The new NOTICE files in the tuscany jars are the same as the ones in the root and contain the disclaimer for other projects. I think these should just contain the notice for Apache as they only contain Apache code. However, that's too much disclaiming rather than too little so +1 -- Jeremy On