WSDL Generation

2007-07-18 Thread John Hunt
All, Are there any tools in Tuscany (or are there any plans) to automatically generate WSDL for a SCA based service? Regards, John Dr John Hunt Principal Architect Platform and Architecture Cramer Amdocs OSS Division t: +44 (0)1225 32 7330 e: [EMAIL PROTECTED]

How to do if I need the DAS and SDO to support reading and writing the BLOB or CLOB field

2007-07-18 Thread LiTaojian
Hi All , I need the DAS to support reading and write the BLOB field , but TypeHelper.getType(commonj.sdo, Blob) is return null , Could you give me some tips to implement the function or fix out the bugs ? Or How could I implement the function immediately ? Li Taojian .

Re: [SDO Java] things to be done for SDO release - please help

2007-07-18 Thread kelvin goodson
I'm going to number off the non jira related tasks so that its easy to reference them I just did 1 and now plan to do 4,5,7,8,9 1 the pom has a provided scope dependency on stax -- I will fix this as per my note to tuscany-dev 2 use rat results to fix license header issues and post rat results

RE: How to do if I need the DAS and SDO to support reading and writing the BLOB or CLOB field

2007-07-18 Thread LiTaojian
Hi All , I modified the ByteArry and BLOB to Bytes in the ResultSetTypeMap.java , and then I could run a sample of reading the BLOB field , I test the sample on Mysql 5.0 , It could run correctly . Maybe this is a bug . ResultSetTypeMap.java case Types.BINARY:

Re: [SDO Java] things to be done for SDO release - please help

2007-07-18 Thread kelvin goodson
just did 4,5,7,8,9,10(a) -- still not run the linux script so that leaves 2,3,6,11,12,13,14, and 15,16,17 (which were badly numbered as 12,13,14 -- doh!) 2 use rat results to fix license header issues and post rat results 3 check that all recent fixes in the trunk since the branch was made have

Google Alert - SCA SOA

2007-07-18 Thread Google Alerts
Google News Alert for: SCA SOA SOA standards WS-Policy, SCA and SDO advancing rapidly Search Webservices - USA While work is expected to begin on standardizing SCA and SDO in September at OASIS, Web Services Policy 1.5 will be nearing a final vote for approval as a ... See all stories on this

Re: Injecting servlet context into component

2007-07-18 Thread Jean-Sebastien Delfino
[snip] Robert Young wrote: On a slightly different tack, if I implement my own servlet which loads the servlet from WebAppServletHost would I be able to inject the servlet context into the service via the generated servlet? On 7/13/07, Robert Young [EMAIL PROTECTED] wrote: Strangely I don't

XSD2JavaGenerator failure

2007-07-18 Thread Sam Griffith
Hello, I'm new to this, but am porting a preexisting code base that worked with the M2 release, so have working code to go from. Anyway, I've added all the new libs and am trying to get my generation to work again with the new libs. When I run our old command line program to do the generation

Re: How to do if I need the DAS and SDO to support reading and writing the BLOB or CLOB field

2007-07-18 Thread Kevin Williams
Hello Li Taojian, You have uncovered a bug and also found a good fix. It would be very helpful if you could open a JIRA for this bug and also submit your fix as a patch. You can find instruction for doing this here: http://incubator.apache.org/tuscany/issue-tracking.html It would be even

Re: [SDO Java] things to be done for SDO release - please help

2007-07-18 Thread kelvin goodson
Oops, I copied 3 across unnecessarily-- it's done. I'm back looking at 12 now. Kelvin. On 18/07/07, kelvin goodson [EMAIL PROTECTED] wrote: 11 seemed to be a no-op 13 is done 14 is done leaving ... 2 use rat results to fix license header issues and post rat results 3 check that all recent

Re: XSD2JavaGenerator failure

2007-07-18 Thread Chris Mildebrandt
Hi Sam, Seems you're missing the tuscany-sdo-lib-1.0-incubating-beta1.jar that was added somewhat recently. -Chris On 7/18/07, Sam Griffith [EMAIL PROTECTED] wrote: Hello, I'm new to this, but am porting a preexisting code base that worked with the M2 release, so have working code to go

RE: XSD2JavaGenerator failure

2007-07-18 Thread Sam Griffith
Ok - I'll download the binary's again - Did on Monday and see if it's in there now. Thanks, Sam -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Chris Mildebrandt Sent: Wednesday, July 18, 2007 3:38 PM To: tuscany-user@ws.apache.org Subject: Re:

RE: XSD2JavaGenerator failure

2007-07-18 Thread Sam Griffith
That jar file is not in the beta1 binary download at this link: http://incubator.apache.org/tuscany/sdo-java-releases.html Can you let me know where to get that jar for that build? I'd like to avoid building from src tree so that I'm not out of sync with binary drops. Or maybe someone could

Re: XSD2JavaGenerator failure

2007-07-18 Thread kelvin goodson
The class is in the sdo-api-r2.1-1.0-incubating-beta1.jar file. I just re-downloaded the zip file from the website download page C:\Dev\apache- tuscany-sdo-1.0-incubating-beta1-bin\tuscany-sdo-1.0-incubating-beta1\libjar -tvf sdo-api-r2.1-1.0-incubating-beta1.jar snip/ 573 Wed Apr 25

Google Alert - apache tuscany

2007-07-18 Thread Google Alerts
Google News Alert for: apache tuscany Where are the best SOA synergies now that Rogue Wave is independent? ZDNet.com blogs - USA As frosting on this tasty cake, Rogue Wave is also tightly involved in the Apache Tuscany SCA Native (aka C++) incubation project, and Rogue Wave will ... See all

Re: XSD2JavaGenerator failure

2007-07-18 Thread kelvin goodson
You have a typo in your script, you have an extra .1 in the naming of the SDO API jar. Kelvin. On 18/07/07, Sam Griffith [EMAIL PROTECTED] wrote: Hello, I'm new to this, but am porting a preexisting code base that worked with the M2 release, so have working code to go from. Anyway, I've

RE: XSD2JavaGenerator failure

2007-07-18 Thread Sam Griffith
Ugh Sorry to have wasted your time... Sam -Original Message- From: kelvin goodson [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 18, 2007 4:59 PM To: tuscany-user@ws.apache.org Subject: Re: XSD2JavaGenerator failure You have a typo in your script, you have an extra .1 in

Re: WSDL Generation

2007-07-18 Thread Raymond Feng
Hi, Are you looking for a Java2WSDL tool? Can you elaborate it a bit more? Thanks, Raymond - Original Message - From: John Hunt [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Wednesday, July 18, 2007 12:40 AM Subject: WSDL Generation All, Are there any tools in Tuscany