Re: Flexibility in supporting JDBC's Statement.RETURN_GENERATED_KEYS in RDB DAS (JIRA-1417)

2007-07-25 Thread Amita Vadhavkar
True, with the approach, DAS can use Metadata API and treat Derby specially (as Derby Embedded Driver API returns FALSE, set it to TRUE) 1) If provided in Config - it will be used, no Metadata API check 2) If not provided in Config - Metadata API check - In this for Derby ALWAYS SET TO TRUE, and

Re: servlet TuscanyServlet threw exception

2007-07-25 Thread Nishant Joshi
Hi, I have changed my directory, now there is no space in my context path, Now it shows me error type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception java.lang.IllegalStateException: No servlet

Re: servlet TuscanyServlet threw exception

2007-07-25 Thread Simon Laws
On 7/25/07, Nishant Joshi [EMAIL PROTECTED] wrote: Hi, I have changed my directory, now there is no space in my context path, Now it shows me error type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request.

Re: Flexibility in supporting JDBC's Statement.RETURN_GENERATED_KEYS in RDB DAS (JIRA-1417)

2007-07-25 Thread Ron Gavlin
Amita, Yes, I agree with this approach to solving the problem. Since Derby is a first-class DAS citizen, I confirm that it makes sense for it to have special code to ensure it works out-of-the-box with no special Config attribute. Thanks for persevering with this issue. Also, thanks in advance

Re: servlet TuscanyServlet threw exception

2007-07-25 Thread Nishant Joshi
Hi Simon, I have used target servlet as Tuscany servlet which is actually get some URI path from me and get me some servlet, But if u see the complete Process of How it get URI from us and get servlet back to us it looks there is one map in WebAppServletHost called servles it is the creating

Services and WSDL files

2007-07-25 Thread Radim Kolarik
Hi, Is it necessary to supply wsdl file if I want to deploy an SCA service as a web service? Or can Tuscany generate the file on the fly? If I need to supply the file myself, what would be the best way to generate the file? Is it possible to generate the file for SDOs, if they are service

Re: bad compile

2007-07-25 Thread Pete Robbins
Sorry for the slow response. The compiler errors suggest that LIBXML2_INCLUDE is not set?? You could try modifying build_sdocpp.sh adding an env to see what is set when the script is invoked. Cheers, On 20/07/07, brandon [EMAIL PROTECTED] wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1

Re: How to add Property to an XSDHelper-defined Type

2007-07-25 Thread Ron Gavlin
Yes, it would be inconvenient for me to use XSDHelper.define() to modify the existing type. Allowing TypeHelper.define() to redefine the type would be much preferred. How would TypeHelperImpl need to be changed to implement such a feature? - Ron - Original Message From: Frank

Re: How to add Property to an XSDHelper-defined Type

2007-07-25 Thread Ron Gavlin
Thanks. Another question. What happens if the type has a corresponding code-generated class based on the original schema and then I add a new property to that type? Obviously, I would need to use the dynamic apis to work with the new property. However, will the code-generated class still

Dynamic Type Definition...

2007-07-25 Thread Upeka Bulumulle
Hi All, Tuscany SDO version: Tuscany SDO 1.0 beta1. I'm trying to dynamically create and use types without the use of an XSD file. What i want to do is something a little different to what is described in the samples provided. I want to have elements within each nested type. i also want to to

Re: Dynamic Type Definition...

2007-07-25 Thread Ron Gavlin
Roshan, First, in your code snippet, I don't see intType defined anywhere prior to its use in the line below. I suspect this line was inadvertently left out of your snippet. custNumProperty.set(type, intType); Second, I believe the following line indicates the custNum property value will

How to add Property to an XSDHelper-defined Type

2007-07-25 Thread Ron Gavlin
Greetings, I have a Type that was created using XSDHelper.define(). Now I would like to dynamically add an add'l Property to this Type. This does not appear to be supported. Can you suggest any workarounds? - Ron - To

Dynamic Type Definition...

2007-07-25 Thread Roshan Paiva
Hi All, Tuscany SDO version: Tuscany SDO 1.0 beta1. I'm trying to dynamically create and use types without the use of an XSD file. What i want to do is something a little different to what is described in the samples provided. I want to have elements within each nested type. i also want to to