EJB Binding

2007-08-06 Thread Dr John Hunt
Hi All, I am trying to determine what the concrete steps are likely to be when using the EJB binding to publish an SCA services as an SLSB. From looking at the documentation available it looks like it is necessary to define a service declaration service name=JobBank interface.java

Re: [RDB DAS] Need to allow passing ResultDescriptor for dynamic Commands (Ref.JIRA-1355)

2007-08-06 Thread Amita Vadhavkar
Hi Adriano, Just to get it clear, at present, result descriptor defn is xsd:complexType name=ResultDescriptor xsd:attribute name=columnName type=xsd:string/ xsd:attribute name=tableName type=xsd:string/ xsd:attribute name=schemaName type=xsd:string/ xsd:attribute

Re: Java2WSDL generated wsdl with two port

2007-08-06 Thread Radim Kolarik
Hi, I tried the above. It is true that Java2WSDL generates two bindings, one for SOAP 1.1 and one for SOAP 1.2. However, this is not accepted by Tuscany and an exception is thrown on server startup: SEVERE: exception initializing SCADomain org.osoa.sca.ServiceRuntimeException:

Re: Tuscany Java2WSDL

2007-08-06 Thread shaoguang geng
Hi, this tool and other tools in Tuscany are distributed as maven plugins. It's not of any value to set them in Tuscany's release. Another word, they should be in maven's repository ready for download. Good Luck Radim Kolarik [EMAIL PROTECTED] wrote: Hi, I noticed that there is a Java2WSDL