Re: Services and WSDL files

2007-08-09 Thread Radim Kolarik
I think you are right Raymond, my thinking was that generated JAXB classes are in fact POJOs so it should be possible to use them as service parameters. However, it would be necessary to use actual implementation classes as parameters on the service interface, not the JAXB interfaces, which is an

[ANNOUNCE] Apache Tuscany Java SDO 1.0-incubating released

2007-08-09 Thread kelvin goodson
The Apache Tuscany team are pleased to announce the 1.0-incubating release of the Java SDO project. This project provides an implementation of the SDO 2.1 specification [1] and this is our first release to provide full coverage of the specification. In addition to completing the few remaining SDO

Re: Load-balancing between service instances

2007-08-09 Thread Maciek Chociej
Hello, Recently I've been investigating the same thing. I'm trying to rebuild our in-house SOA platform with the use of Tuscany. What I am lacking is clustering, dynamic lookup and load balancing of service providers. I don't think I need that for local wiring, so I just focused on providing

Re: Load-balancing between service instances

2007-08-09 Thread Simon Laws
On 8/9/07, Maciek Chociej [EMAIL PROTECTED] wrote: Hello, Recently I've been investigating the same thing. I'm trying to rebuild our in-house SOA platform with the use of Tuscany. What I am lacking is clustering, dynamic lookup and load balancing of service providers. I don't think I need