Static SDO generator: serialVersionUID

2007-05-23 Thread Daniel Peter
Hi all, Can the generator be configured to add a static final long serialVersionUID = ...; in the generated SDO classes? I need to be able to keep the serialVersionUID unchanged between different generations; thus I need to be able to manually define it somewhere. Any suggestions how I

Re: Static SDO generator: serialVersionUID

2007-05-23 Thread kelvin goodson
Daniel, the short answer is yes it can. How? Well, the Java generator code specifically for generating the classes that represent types can be seen in [1], but note that it itself is generated from the javajet template at [2] (a JSP like syntax). To generate [1] from[2] you need to add a

Re: DAS M3 Release

2007-05-23 Thread Amita Vadhavkar
Hi, Please take a look at the section Ongoing work items on page http://cwiki.apache.org/confluence/display/TUSCANY/RDB+DAS+-+Java+DAS+M3+Release and whatever is marked under review, please review and give your comments. This will help a lot in doing any necessary modifications to the DAS part of

Re: Tuscany DAS Features/Questions

2007-05-23 Thread Amita Vadhavkar
Hi Folks, Can I create JIRAs for these and mark them for DAS Mx, just to have a pointer to come back to these features? Regards, Amita On 5/15/07, Amita Vadhavkar [EMAIL PROTECTED] wrote: It will be interesting to get these features into DAS using JIRAs. I am just trying to get a clear picture

problem building demo calculator-combo

2007-05-23 Thread andreas schmidt
Hi, building the calculator combo works fine. However the problem is when i try to build the calculator-combo sample from tuscany-sca-1.0--incubator-M2-samples.zip archieve, i got the errormessage stating that 5 artifacts are missing: org.eclipse.xsd:xsd:jar:2.2.1

Re: problem building demo calculator-combo

2007-05-23 Thread Luciano Resende
Hi Andreas I'd recommend you taking a look at the samples from .90 release that is just about to get done and is currently under on the developers list ? Here is the info on .90 that is posted on the mailing list. http://www.mail-archive.com/[EMAIL PROTECTED]/msg18037.html The following

Re: [SDO Java DISCUSS] Contents of the next SDO release

2007-05-23 Thread David Adcox
Kelvin, I would like to see the multiple namepace issue resolved in the XSD2JavaGenerator tool. This issue is covered in JIRA 1223. Optionally, making it available to the plugin (JIRA 303) would be nice. JIRA 1143 is something that I need fixed, as well. So any focus that can be given to that