[jira] Created: (TUSCANY-1471) Source distribution removed from distribution profile to allow build to complete in continuun machine

2007-07-21 Thread Luciano Resende (JIRA)
Source distribution removed from distribution profile to allow build to complete in continuun machine - Key: TUSCANY-1471 URL:

Re: SCA nightly builds unavailable?

2007-07-21 Thread Luciano Resende
We still have an issue, if we try to have a source distribution, but binary distribution is working fine now. Phew... On 7/18/07, Luciano Resende [EMAIL PROTECTED] wrote: Made some progress here, we are passed all issues now, just getting Out Of Memory while creating the distribution. I'll

Re: Tuscany Nightly Builds and Nightly Distribution Downloads

2007-07-21 Thread Luciano Resende
SCA Binary nightly builds are now available on the download section of the Tuscany website. On 6/29/07, Luciano Resende [EMAIL PROTECTED] wrote: Nightly builds are now running for Tuscany sub-projects, and nightly distributions are being produced and are now available for download in the

Re: DAS C++ Status

2007-07-21 Thread Adriano Crestani
DAS C++ is now non-case sensitive, once most dbms are non-case sensitive, DAS C++ will be so, at least for now. Maybe on future, there can be added an option on config file that set DAS as case sensitive. All type and property names are converted to lower case when the SDO graph is created.

Re: DAS C++ Status

2007-07-21 Thread Adriano Crestani
DAS C++ has now its own exceptions, such as DASInvalidTypeNameException, DASInvalidPropertyNameException, DASNullPointerException, DASColumnNotFoundException, DASInvalidColumnNameException, DASInvalidRelationshipNameException, DASInvalidSQLTypeException and DASInvalidTableNameException. Adriano

[jira] Created: (TUSCANY-1472) Rationalize remove() interface of ScopeContainer

2007-07-21 Thread Simon Laws (JIRA)
Rationalize remove() interface of ScopeContainer Key: TUSCANY-1472 URL: https://issues.apache.org/jira/browse/TUSCANY-1472 Project: Tuscany Issue Type: Improvement Components: Java

ScopeContainer interface change

2007-07-21 Thread Simon Laws
I've had to extend the o.a.t.s.scope.ScopeContianer interface (not part of our declared SPI) to add a remove(contextid) method. The existing remove() method that takes no parameters is at odds with the other methods in this interface. The knock on effect of this is that I can now call this new

[jira] Created: (TUSCANY-1473) Define component's service with interface.wsdl ,throws 'No matching operation' error.

2007-07-21 Thread wangfeng (JIRA)
Define component's service with interface.wsdl ,throws 'No matching operation' error. - Key: TUSCANY-1473 URL: https://issues.apache.org/jira/browse/TUSCANY-1473

[jira] Updated: (TUSCANY-1473) Define component's service with interface.wsdl ,throws 'No matching operation' error.

2007-07-21 Thread wangfeng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] wangfeng updated TUSCANY-1473: -- Attachment: testcase.zip The testcase attachment contains five files. HelloWorldService.java

Re: Conversational - spec question

2007-07-21 Thread Jean-Sebastien Delfino
ant elder wrote: On 7/21/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 7/20/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip - I have to deal with concurrent requests in my business logic, but then I'm having a hard time understanding how my business

SCA nightly builds are back, was: SCA nightly builds unavailable?

2007-07-21 Thread Jean-Sebastien Delfino
Luciano Resende wrote: We still have an issue, if we try to have a source distribution, but binary distribution is working fine now. Phew... So the SCA nightly binary distro build is available again. The source distro build is temporarily unavailabe, people who want the source should get

Re: Conversational - spec question

2007-07-21 Thread ant elder
On 7/21/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 7/21/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 7/20/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: snip - I have to deal with concurrent requests in my business logic,

Re: [jira] Commented: (TUSCANY-1379) Admin:Core start/stop/query admin services

2007-07-21 Thread ant elder
On 7/16/07, ant elder [EMAIL PROTECTED] wrote: On 7/16/07, Simon Laws [EMAIL PROTECTED] wrote: On 7/16/07, ant elder [EMAIL PROTECTED] wrote: Thanks, that helps a lot, couple of followup questions: On 7/16/07, Simon Laws [EMAIL PROTECTED] wrote: snip At the moment the

Re: [jira] Commented: (TUSCANY-1379) Admin:Core start/stop/query admin services

2007-07-21 Thread Jean-Sebastien Delfino
ant elder wrote: On 7/16/07, ant elder [EMAIL PROTECTED] wrote: On 7/16/07, Simon Laws [EMAIL PROTECTED] wrote: On 7/16/07, ant elder [EMAIL PROTECTED] wrote: Thanks, that helps a lot, couple of followup questions: On 7/16/07, Simon Laws [EMAIL PROTECTED] wrote: snip

[jira] Closed: (TUSCANY-1446) Java SDO samples don't compile with JDK 1.4.2

2007-07-21 Thread Chris Mildebrandt (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Mildebrandt closed TUSCANY-1446. -- Closing the issue, it compiles on JRE 1.4.2 again. Thanks! Java SDO samples don't

[jira] Resolved: (TUSCANY-1473) Define component's service with interface.wsdl ,throws 'No matching operation' error.

2007-07-21 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-1473. --- Resolution: Fixed Assignee: Raymond Feng Fixed under 558370. Thank you for the test

Re: [jira] Commented: (TUSCANY-1379) Admin:Core start/stop/query admin services

2007-07-21 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: ant elder wrote: On 7/16/07, ant elder [EMAIL PROTECTED] wrote: On 7/16/07, Simon Laws [EMAIL PROTECTED] wrote: On 7/16/07, ant elder [EMAIL PROTECTED] wrote: Thanks, that helps a lot, couple of followup questions: On 7/16/07, Simon Laws [EMAIL

Re: svn commit: r558373 - /incubator/tuscany/java/sca/modules/pom.xml

2007-07-21 Thread Raymond Feng
Hi, I fixed the code in DAS under r558390 and now it's built successfully. So I added the two modules back. Luciano, do you want to publish a SNAPSHOT for DAS? (I'm not sure if the SDO has done that or not). Otherwise, we need to refresh DAS and build it first before we run the SCA build.

Re: Conversational - spec question

2007-07-21 Thread Simon Nash
Sorry for the delay in responding. I have been very preoccupied with debugging the new Web Service callback implementation. I believe there is good news on this - see below. Simon ant elder wrote: On 7/21/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On 7/21/07,

Re: Stateful Callbacks

2007-07-21 Thread Simon Nash
From a quick read, this matches my understanding of the spec. I'll take another more detailed look at the spec words when I resurface from my current debugging-fest :-) Simon Simon Laws wrote: I've been having a little trouble interpreting what is meant by stateful callbacks as defined by

Re: svn commit: r558373 - /incubator/tuscany/java/sca/modules/pom.xml

2007-07-21 Thread Luciano Resende
Thanks Raymond, I'll try the build scenarios here, and publish a new DAS SNAPSHOT if necessary. On 7/21/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I fixed the code in DAS under r558390 and now it's built successfully. So I added the two modules back. Luciano, do you want to publish a

New patch available for callback support across the Web Service binding

2007-07-21 Thread Simon Nash
I've added a second patch to TUSCANY-1469 containing bug fixes I have made since yesterday's patch. With this patch, the new implementation of callbacks across the Web Service binding gets a lot further but it's still not able to run a complete end-to-end scenario. I'm sending a separate post

Problem with new callback implementation for the Web Service binding

2007-07-21 Thread Simon Nash
I have come across a problem with my new implementation of callbacks across the Web Service binding. This code handles callbacks in the same way as forward calls by creating an Axis service and a servlet on the reference end to receive the callbacks, and using a normal Axis2 OperationClient on

[jira] Updated: (TUSCANY-1469) Callbacks over Web Service binding don't work correctly

2007-07-21 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash updated TUSCANY-1469: Attachment: patch2 This patch contains bug fixes I have made since the patch that was committed

Re: Problem with new callback implementation for the Web Service binding

2007-07-21 Thread Raymond Feng
Hi, Simon. I think the problem is that we need to create an internal callback service to listen on the callbacks from the web service protocol. Please see my proposal [1]. If we do so, a servlet mapping MyClientComponent/$callback$.myService for this special service will be registered when

Re: Qurey related to wsdl imports

2007-07-21 Thread Scott Kurz
Sebastien, Venkat's patch includes a test showing what I'd hoped to get working in opening the JIRA. In r557916 you can see the portType and binding WSDL files, both the same TNS and the latter doing a WSDL import of the former. Haven't had a chance to look at his changes but I wanted to

[jira] Commented: (TUSCANY-1469) Callbacks over Web Service binding don't work correctly

2007-07-21 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1469?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514457 ] Raymond Feng commented on TUSCANY-1469: --- Patch2 applied under r558461. Thanks. Callbacks over Web Service