Example to define the ResultSet shape Definition for a join in DAS

2007-08-15 Thread Chu, Wing \(Exchange\)
Would like an example if my query is a join between two tables?

 

For example,

 

Select a.dept_name, b.employee_name

from dept a, emp b

where a.id = b.dept_id (+)

 

How do I define an Explicit ResultSet shape definition for the resultset
from a join

 

I'm working in Oracle.

 

Thanks,

Wing



***
Bear Stearns is not responsible for any recommendation, solicitation, 
offer or agreement or any information about any transaction, customer 
account or account activity contained in this communication.
***


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Re: Example to define the ResultSet shape Definition for a join in DAS

2007-08-15 Thread Luciano Resende
You can find some information on the DAS User Guide [1]. There are
couple test cases that also show this working, here is one test case
[2] and it's config file [3].

Amita is also working on getting support for passing ResultDescriptor
for dynamic Commands [4], if that would be useful for you.


[1] http://incubator.apache.org/tuscany/explicit-resultset-shape-definition.html
[2] 
https://svn.apache.org/repos/asf/incubator/tuscany/java/das/rdb/src/test/java/org/apache/tuscany/das/rdb/test/RelationshipTests.java
[3] 
https://svn.apache.org/repos/asf/incubator/tuscany/java/das/rdb/src/test/resources/companyMappingWithResultDescriptor.xml
[4] http://www.mail-archive.com/[EMAIL PROTECTED]/msg19886.html


On 8/15/07, Chu, Wing (Exchange) [EMAIL PROTECTED] wrote:




 Would like an example if my query is a join between two tables?



 For example,



 Select a.dept_name, b.employee_name

 from dept a, emp b

 where a.id = b.dept_id (+)



 How do I define an Explicit ResultSet shape definition for the resultset
 from a join



 I'm working in Oracle.



 Thanks,

 Wing


 ***
 Bear Stearns is not responsible for any recommendation, solicitation,
 offer or agreement or any information about any transaction, customer
 account or account activity contained in this communication.
 ***



 -
 To unsubscribe, e-mail:
 [EMAIL PROTECTED]
 For additional commands, e-mail:
 [EMAIL PROTECTED]



-- 
Luciano Resende
Apache Tuscany Committer
http://people.apache.org/~lresende
http://lresende.blogspot.com/

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



RE: Static and Dynamic Mixed

2007-08-15 Thread Murtaza Goga
Thanks.  
I created a JIRA for this problem
http://issues.apache.org/jira/browse/TUSCANY-1540

Murtaza.

-Original Message-
From: Ron Gavlin [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 15, 2007 11:56 AM
To: tuscany-user@ws.apache.org
Subject: Re: Static and Dynamic Mixed

Hi Murtaza,

Indeed, this is a bug in the current Tuscany SDO implementation. Would
you mind opening a JIRA to track this problem? 

Thanks,

- Ron

- Original Message 
From: Murtaza Goga [EMAIL PROTECTED]
To: tuscany-user@ws.apache.org
Sent: Wednesday, August 15, 2007 11:12:52 AM
Subject: Static and Dynamic Mixed

We are running into an issue where setting a property on a static data
object with an object of a type extended in a dynamic schema results in
a ClassCastException.  I looked at the following issue
http://issues.apache.org/jira/browse/TUSCANY-513 and our scenario is
very similar.  It turns out that the base type cannot be abstract. 
The following test case org.apache.tuscany.sdo.test.ExtensibleTestCase
will break if 'InfoType' defined in customer.xsd (test case artifact) is
marked as abstract.
Is this something which can be fixed?
Thanks,
Murtaza.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]





-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Nightly download server performance issues

2007-08-15 Thread Luciano Resende
Great to hear that, I'll add these links as alternative links to the
download page.

On 8/15/07, Ron Gavlin [EMAIL PROTECTED] wrote:
 Yes, the vmbuild1 server is a significant improvement over the old vmbuild 
 server.

 Thanks,

 - Ron

 - Original Message 
 From: Luciano Resende [EMAIL PROTECTED]
 To: tuscany-user@ws.apache.org
 Sent: Wednesday, August 15, 2007 3:08:51 PM
 Subject: Re: Nightly download server performance issues

 DAS and SDO nightly builds now available from vmbuild1 also:

 DAS Source distros

 http://vmbuild1.apache.org/continuum/workingCopy.action?projectId=36projectName=Apache+Tuscany+DAS+Implementation+projectuserDirectory=distribution/source/targetfile=tuscany-das-1.0-incubating-SNAPSHOT-src.zip

 http://vmbuild1.apache.org/continuum/workingCopy.action?projectId=36projectName=Apache+Tuscany+DAS+Implementation+projectuserDirectory=distribution/source/targetfile=tuscany-das-1.0-incubating-SNAPSHOT-src.tar.gz

 DAS Binary distros

 http://vmbuild1.apache.org/continuum/workingCopy.action?projectId=36projectName=Apache+Tuscany+DAS+Implementation+projectuserDirectory=distribution/binary/targetfile=tuscany-das-1.0-incubating-SNAPSHOT-bin.zip

 http://vmbuild1.apache.org/continuum/workingCopy.action?projectId=36projectName=Apache+Tuscany+DAS+Implementation+projectuserDirectory=distribution/binary/targetfile=tuscany-das-1.0-incubating-SNAPSHOT-bin.tar.gz


 SDO Source distros

 http://vmbuild1.apache.org/continuum/workingCopy.action?projectId=37projectName=Apache+Tuscany+SDO+Implementation+ProjectuserDirectory=distribution/targetfile=apache-tuscany-sdo-1.0-incubating-SNAPSHOT-src.zip

 http://vmbuild1.apache.org/continuum/workingCopy.action?projectId=37projectName=Apache+Tuscany+SDO+Implementation+ProjectuserDirectory=distribution/targetfile=apache-tuscany-sdo-1.0-incubating-SNAPSHOT-src.tar.gz

 SDO Binary distros

 http://vmbuild1.apache.org/continuum/workingCopy.action?projectId=37projectName=Apache+Tuscany+SDO+Implementation+ProjectuserDirectory=distribution/targetfile=apache-tuscany-sdo-1.0-incubating-SNAPSHOT.zip

 http://vmbuild1.apache.org/continuum/workingCopy.action?projectId=37projectName=Apache+Tuscany+SDO+Implementation+ProjectuserDirectory=distribution/targetfile=apache-tuscany-sdo-1.0-incubating-SNAPSHOT.tar.gz


 Please, let me know if this works better for you... I'm still working
 with infra to get this published to another place.



 On 8/13/07, Ron Gavlin [EMAIL PROTECTED] wrote:
  Luciano,
 
  Thanks for the update. Your plan sounds good to me. Any status updates you 
  can provide as this effort moves forward is much appreciated.
 
  Regards,
 
  - Ron
 
  - Original Message 
  From: Luciano Resende [EMAIL PROTECTED]
  To: tuscany-user@ws.apache.org
  Sent: Sunday, August 12, 2007 2:29:34 AM
  Subject: Re: Nightly download server performance issues
 
  Hi Ron
 
 I'm working with Apache Infra to migrate the builds to vmbuild1,
  and also checking the possibility to copy the distributions to
  people.apache.org. This should solve the performance issues, as well
  as allow us to still have the latest sucessful nightly build stored,
  in case of any build failure. I'll send more updates on the next
  couple days, when more progress is done on this.
 
 
  On 8/10/07, Ron Gavlin [EMAIL PROTECTED] wrote:
   Greetings,
  
   I have had minimal success attempting to download a nightly Tuscany SCA, 
   SDO, or DAS build using the links provided on the Tuscany web site. I 
   presume the Apache vmbuild.apache.org server just cannot handle the load. 
   I noticed that the Apache vmbuild1.apache.org server is now available 
   that includes a Tuscany placeholder. Please either: 1. remove the 
   downloads page 2. improve the performance of the current vmbuild server 
   or 3. migrate the builds to the new vmbuild1.apache.org server. The 
   current arrangement for downloading nightly builds is quite frustrating.
  
  
   Regards,
  
   - Ron
  
  
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  
 
 
  --
  Luciano Resende
  Apache Tuscany Committer
  http://people.apache.org/~lresende
  http://lresende.blogspot.com/
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 
 
 
 
  -
  To unsubscribe, e-mail: [EMAIL PROTECTED]
  For additional commands, e-mail: [EMAIL PROTECTED]
 
 


 --
 Luciano Resende
 Apache Tuscany Committer
 http://people.apache.org/~lresende
 http://lresende.blogspot.com/

 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]





 -
 To unsubscribe, 

Re: jax-ws instead of axis2

2007-08-15 Thread shaoguang geng
Hi, here is some of my vision:
Performance: 
It seems jaxws is faster than axis2, at this point, I agree jaxws should be 
part of Tuscany.
Another hand, we use axiom for axis2's databinding model, in fact this model is 
slower than ADB, so change axiom into ADB might be another thing we should do.



Jean-Marc Taillant [EMAIL PROTECTED] wrote: Hello,

Do you know if there is a way to use jax-ws instead of Axis2 for web 
services. If not is there a plan to integrate jax-ws into Tuscany?

Thanks in Advance,

Jean-Marc

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

   
-
Choose the right car based on your needs.  Check out Yahoo! Autos new Car 
Finder tool.