Re: Tools to test SCA applications

2008-06-16 Thread Vincent Zurczak - EBM WebSourcing
Hi. Jean-Sebastien Delfino wrote: I'd imagine the following: - I (Mr Tester) select a component in my assembly and click Test - I see a list of services offered by the component, can select a service / business interface / business operations, see the inputs/outputs, can use a form to fill

Re: Simple way to run Tuscany from source distribution?

2008-06-14 Thread Scott Kurz
Thanks for responding. I realized that for all I really want to do I can just point to the mvn build's directory: distribution/target/apache-tuscany-sca-2.0-incubating-SNAPSHOT.dir/tuscany-sca-2.0-incubating-SNAPSHOT I'd looked for something like this and not found it before so assumed the

Re: Simple way to run Tuscany from source distribution?

2008-06-13 Thread Jean-Sebastien Delfino
Luciano Resende wrote: Hey Scott Currently, our ant script and guides are based on having a distribution available, and you will have to use maven if you want to build/run from trunk source or a source distribution. On Thu, Jun 12, 2008 at 8:44 AM, Scott Kurz [EMAIL PROTECTED] wrote:

Re: Simple way to run Tuscany from source distribution?

2008-06-12 Thread Luciano Resende
Probably, a possible way to accomplish this would be to make the ant scripts more flexible, and lookup the distribution based on a user defined configuration. This way, you could get a distribution and define where it is in your build properties and that would be used by the ant scripts and allow

Re: Conversational webservices not supported yet?

2008-06-11 Thread Raymond Feng
: Re: Conversational webservices not supported yet? Hi, Raymond: I am very interested in this area. I will start this work after a 8-days SAP commercial training (till June. 12). Best Regards, Yang Sun 2008/6/3 Raymond Feng [EMAIL PROTECTED]: Hi, You are right. We haven't implemented

Re: Can't generate a Java interface from a WSDL portType

2008-06-10 Thread Simon Nash
Scott Kurz wrote: Simon, The question is do we look at the definitions of the WSDL document defining the imported portType or the definitions of the document defining a WSDL service in terms of the imported portType (since the TNS of each are different). I haven't read all of JAX-WS either

Re: Error seen when deploying a web service using tuscany

2008-06-10 Thread ant elder
] Sent: Sat 6/7/2008 3:52 PM To: tuscany-user@ws.apache.org; [EMAIL PROTECTED] Subject: Re: Error seen when deploying a web service using tuscany I have updated the tutorial to fix this issue and to work with the 1.2 plugin. On 6/7/08, ant elder [EMAIL PROTECTED] wrote: On Fri, Jun 6

Re: Can't generate a Java interface from a WSDL portType

2008-06-10 Thread Mike Edwards
Folks, I tend to agree with Simon, that the package name would rightly be derived from the target namespace of the wsdl:definitions/ containing the portType definition, since it's the port type that defines the interface. So +1 to the CXF interpretation. On the other hand, there is a

Re: Can't generate a Java interface from a WSDL portType

2008-06-10 Thread Scott Kurz
On Tue, Jun 10, 2008 at 4:59 AM, Simon Nash [EMAIL PROTECTED] wrote: I tried this with the Sun RI and was surprised that it took the targetNamespace for the @WebService annotation from the portType's wsdl:definitions, even though it took the targetNamespace for the package name from the

RE: Error seen when deploying a web service using tuscany

2008-06-10 Thread Mohan, Mithun
From: ant elder [mailto:[EMAIL PROTECTED] Sent: Tue 6/10/2008 5:13 AM To: tuscany-user@ws.apache.org Subject: Re: Error seen when deploying a web service using tuscany That tutorial only covers creating the service, it doesn't cover creating a client to use

RE: Beginner Question - Deploying components on the fly.

2008-06-10 Thread Miles, Chris
Thanks again, By including all of the Tuscany jars do you mean the runtime jars or the component jars (i.e. the web app and components need to be packaged together) Chris

Re: Beginner Question - Deploying components on the fly.

2008-06-09 Thread Simon Laws
Hi Chris Some more thoughts and some comments in line.. A service is defined by a contract/interface and collects together a set of related operations. A service may provide an endpoint through which remote clients can access it over the network A component provides the implementation for one or

Re: Can't generate a Java interface from a WSDL portType

2008-06-09 Thread Simon Nash
Jean-Sebastien Delfino wrote: Scott Kurz wrote: Sebastien, I'm surprised the package names would be different.What is the namespace you're using that isn't mapping to the same package in each tool? Just curious... My app is an order processing app with the following: WSDL service

RE: Beginner Question - Deploying components on the fly.

2008-06-09 Thread Miles, Chris
Hi, Thanks again for the reply. I think we are nearly reaching a point of agreement on this; however I am still unsure of how some of the intricacies will work. I can see how the samples are working, as Tuscany has automatic access to the files required as they are included within the same

RE: Error seen when deploying a web service using tuscany

2008-06-09 Thread Mohan, Mithun
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Sat 6/7/2008 3:52 PM To: tuscany-user@ws.apache.org; [EMAIL PROTECTED] Subject: Re: Error seen when deploying a web service using tuscany I have updated the tutorial to fix this issue and to work with the 1.2

Re: Can't generate a Java interface from a WSDL portType

2008-06-09 Thread Jean-Sebastien Delfino
Simon Nash wrote: Jean-Sebastien Delfino wrote: Scott Kurz wrote: Sebastien, I'm surprised the package names would be different. What is the namespace you're using that isn't mapping to the same package in each tool? Just curious... My app is an order processing app with the following:

Re: Error seen when deploying a web service using tuscany

2008-06-07 Thread ant elder
On Fri, Jun 6, 2008 at 6:54 PM, Mohan, Mithun [EMAIL PROTECTED] wrote: Hi, I am using the tutorial to create a web service using tuscany. Please find below the tutorial I am referring http://incubator.apache.org/tuscany/build-your-first-web-services-with-t

Re: Error seen when deploying a web service using tuscany

2008-06-07 Thread luckbr1975
I have updated the tutorial to fix this issue and to work with the 1.2 plugin. On 6/7/08, ant elder [EMAIL PROTECTED] wrote: On Fri, Jun 6, 2008 at 6:54 PM, Mohan, Mithun [EMAIL PROTECTED] wrote: Hi, I am using the tutorial to create a web service using tuscany. Please find below the

RE: Beginner Question - Deploying components on the fly.

2008-06-06 Thread Miles, Chris
Simon, Thanks for the response again. I understand a little better now; however some parts of it still leave me a little stumped. How these physical units would be packaged and moved around. If I have a webapp with JSP, Servlets and the other usual bits and bobs. This would be packaged in it's

Re: Beginner Question - Deploying components on the fly.

2008-06-06 Thread ant elder
On Fri, Jun 6, 2008 at 3:51 PM, Simon Laws [EMAIL PROTECTED] wrote: On Fri, Jun 6, 2008 at 3:15 PM, Miles, Chris [EMAIL PROTECTED] wrote: Hi, thanks very much for a response. I will try explain this better. In a traditional J2EE application like many I have worked on in the past the

Re: Apache Tuscany doubts

2008-06-06 Thread Raymond Feng
Thank you for your interests in Tuscany. Please see my comments inline. Raymond -- From: Mohan, Mithun [EMAIL PROTECTED] Sent: Friday, June 06, 2008 10:04 AM To: tuscany-user@ws.apache.org Cc: [EMAIL PROTECTED] Subject: Apache Tuscany doubts

Re: Authentication and policy issues

2008-06-04 Thread Steve Chamberlain
On Tue, Jun 3, 2008 at 3:21 PM, Simon Laws [EMAIL PROTECTED] wrote: On Mon, May 19, 2008 at 4:34 PM, Simon Laws [EMAIL PROTECTED] wrote: On Fri, May 9, 2008 at 1:57 PM, Steve Chamberlain [EMAIL PROTECTED] wrote: Hi Simon, Thanks for your reply. Further comments inline below. Best

Re: Can't generate a Java interface from a WSDL portType

2008-06-04 Thread Scott Kurz
The Apache CXF tool issues a warning but still gens Java w/ JAXB databindings from a portType WSDL. On Wed, Jun 4, 2008 at 5:00 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: SCA allows you to define service interfaces using either WSDL or Java (and potentially other languages too). The

Re: Can't generate a Java interface from a WSDL portType

2008-06-04 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I got the CXF code-gen plugin 2.1 working after debugging the plugin source code :-(. Here is the pom.xml snippt I figured out. Please note I had to override wsdlRoot/testWsdlRoot to be a non-existing file to avoid NPE (I assume it's CXF bug if the wsdl files are in

Re: Can't generate a Java interface from a WSDL portType

2008-06-04 Thread Scott Kurz
Sebastien, I'm surprised the package names would be different.What is the namespace you're using that isn't mapping to the same package in each tool? Just curious... On Wed, Jun 4, 2008 at 7:25 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Raymond Feng wrote: Hi, I got the CXF

Re: Authentication and policy issues

2008-06-03 Thread Simon Laws
On Mon, May 19, 2008 at 4:34 PM, Simon Laws [EMAIL PROTECTED] wrote: On Fri, May 9, 2008 at 1:57 PM, Steve Chamberlain [EMAIL PROTECTED] wrote: Hi Simon, Thanks for your reply. Further comments inline below. Best regards Steve On Thu, May 8, 2008 at 12:16 PM, Simon Laws [EMAIL

Re: BundleException - unresolved package org.osgi.framework

2008-06-02 Thread Yevgeniy Melnichuk
hello Rajini, thank you for the answer! As you assumed, i start tuscany outside of a osgi-container. I would like tuscany to use the shipped felix. Specifing a version in the Import-Packe didn't help. But taking a closer look at the failure-output, i saw a line, which maybe points to the source

Re: BundleException - unresolved package org.osgi.framework

2008-06-02 Thread Yevgeniy Melnichuk
Am Sonntag, 1 Juni 2008 schrieben Sie: Eugene, Yes, org.osgi.framework is exported from the OSGi container. If you are running Tuscany outside of OSGi and using implementation. osgi/, the embedded Felix runtime started by Tuscany will export org.osgi.framework version 1.3.0. So your bundle

Re: BundleException - unresolved package org.osgi.framework

2008-06-02 Thread Yevgeniy Melnichuk
sorry, for the last email... copy'n'paste didn't work as expected. what i intended to say was: i solved the problem. I use ant for builing and running my application. Running it in the same jvm as eclipse causes the failure. using the fork-property of the java-command did the trick. best

Re: URGENT - CONTINUED Need help again on binding to external web service with login authentication within Tuscany

2008-06-02 Thread Marina Deslaugiers
Hi Simon, Thank you very much for your help. I will try to understand your explanations and to integrate the changes. Unfortunately at the moment I am very busy on other staff so I am not sure I will get the time required to do that before thursday evening. BUT I do want to keep in contact

Re: 1 to many connection in Tuscany 1.2

2008-06-02 Thread Raymond Feng
Hi, You probably should have: reference name=ref target=Service1 Service2/ Please make sure the java type for the field or setter with @Reference is java.util.CollectionYourInterface or an YourInterface[]. Thanks, Raymond -- From: [EMAIL

Re: [Help] Two questions on Tuscany SCA

2008-06-01 Thread Sun Yang
Hi, Raymond: Thanks for your quick response and detailed explainations. Many confusions in my mind has been solved. For the client implementation, I am thinking we will use a non-Tuscany client to connect to the SCA domain by web services. It is more closer to our technical background. BTW, you

Re: BundleException - unresolved package org.osgi.framework

2008-06-01 Thread Rajini Sivaram
Eugene, Yes, org.osgi.framework is exported from the OSGi container. If you are running Tuscany outside of OSGi and using implementation.osgi/, the embedded Felix runtime started by Tuscany will export org.osgi.framework version 1.3.0. So your bundle should be able to import this package if you

Re: URGENT - CONTINUED Need help again on binding to external web service with login authentication within Tuscany

2008-05-30 Thread Simon Laws
On Fri, May 30, 2008 at 11:25 AM, Marina Deslaugiers [EMAIL PROTECTED] wrote: Hi, As planned this morning, we have made directly test with the person responsible of web service Nursery support to users. We have detected various problems. I attach (I hope joined files will actually be

Re: URGENT - CONTINUED Need help again on binding to external web service with login authentication within Tuscany

2008-05-30 Thread Marina Deslaugiers
Hi, As planned this morning, we have made directly test with the person responsible of web service Nursery support to users. We have detected various problems. I attach (I hope joined files will actually be sent otherwise please let me know) two sniff files at the TCP level on

Re: SDO in Eclipse Plug-in

2008-05-30 Thread Eric S Rose
removed] Re: SDO in Eclipse Plug-in Tomasz Klukowski to: tuscany-user 05/20/2008 04:58 PM Please respond to tuscany-user. Eric, As you wrote, I had Tuscany in four .jar (api, impl, lib, tools) files added to my build-path. I appended the line: Eclipse-BuddyPolicy: dependent

Re: New Java2WSDL runtime generator is now active in the build

2008-05-29 Thread Raymond Feng
Hi, I did some refactoring to move the JAXBTypeHelper to databinding-jaxb module and removed the JAXB dependency from databinding module. Meanwhile, I changed the getXMLTypeHelperClass() to getXMLTypeHelper() to avoid extra cache. I'll check in the change when the build is done. Thanks,

Re: Tuscany for C++ Solaris

2008-05-29 Thread Simon Laws
On Thu, May 29, 2008 at 12:46 AM, RAMACHANDRAN, JITHESH (ATTSI) [EMAIL PROTECTED] wrote: Hi all, We are an application within ATT which has extensive C++ and Java components in our application. We are looking for the seamless integration that is provided via the SOA architecture. Apache

Re: URGENT - CONTINUED Need help again on binding to external web service with login authentication within Tuscany

2008-05-29 Thread Simon Laws
On Thu, May 29, 2008 at 1:19 PM, Marina Deslaugiers [EMAIL PROTECTED] wrote: Hi, Please can someone URGENTLY help me on my coding (at least provide me with an analogous example) ? I provide you with the WSDL file I forgot to send Thanks *Regards,* ** *Marina.* * * ** ** * * *

Re: URGENT - CONTINUED Need help again on binding to external web service with login authentication within Tuscany

2008-05-29 Thread Marina Deslaugiers
Hi, Thanks for the answer. Hi Marina ... We need to collect a bit more information before deciding what to do. ... So firstly do you know what the response SOAP message looks like on the wire. Well, at the moment, I do not know anything about that. So I have managed to directly test -

Re: Jaxb Tuscany Problems

2008-05-28 Thread Rajini Sivaram
On 5/27/08, Sebastian Voigt [EMAIL PROTECTED] wrote: In our application we use Jaxb for reading and storing of configurations. This application is distributed and uses Tuscany for the remote communication. The first problem that we have is that we load a configuration file with jaxb and then

RE: Jaxb Tuscany Problems

2008-05-28 Thread Sebastian Voigt
AM To: tuscany-user@ws.apache.org Subject: Re: Jaxb Tuscany Problems On 5/27/08, Sebastian Voigt [EMAIL PROTECTED] wrote: In our application we use Jaxb for reading and storing of configurations. This application is distributed and uses Tuscany for the remote communication. The first

Re: service lookup Tuscany 1.2

2008-05-28 Thread Simon Laws
On Wed, May 28, 2008 at 11:52 AM, [EMAIL PROTECTED] wrote: Hi to all. I#39;m trying to connect to a service from an external program .In tuscany 1.1 i use this code:nbsp;nbsp;nbsp;nbsp;nbsp;nbsp;nbsp; SCADomainFinder domainFinder =

Re: Re: Sun is asking for proof that users want Sun support for SCA, A call to arms!

2008-05-27 Thread Jeff Anderson
Muhammad, this is indeed very interesting. I'll need to take a look at some of the references that you have provided before I can comment further, but judging from your experiences (and others) that looks like the incompatibilities between SCA and JBI have more to do with politics than anything

Re: SCA Tools Project newsgroup

2008-05-27 Thread haleh mahbod
Thanks. I see it as well using what Kelvin and Simon suggested. On 5/27/08, Simon Laws [EMAIL PROTECTED] wrote: On Tue, May 27, 2008 at 9:46 AM, kelvin goodson [EMAIL PROTECTED] wrote: I think gmail is messing with the display of URLs here, hence Haleh's problem. Here is the URL that

Re: CONTINUED Need help again on binding to external web service with login authentication within Tuscany

2008-05-26 Thread Marina Deslaugiers
Hi, I am currently trying to connect to the external web service with user/password authentication (without HTTPS) I mentioned in my previous e-mails. But I cannot succeed. Can you help me, please. I join composite and definitions.xml files. Following is the error message I get:

Re: Tuscany plug-in and Eclipse 3.4

2008-05-26 Thread Luciano Resende
Hi Leucir We have been using the Tuscany plugin in both Eclipse Europa and with some recent changes in Eclipse 3.2 as well. I'm assuming that by Eclipse 3.4, you mean Eclipse Ganymede, and if so, I'd recommend that you use a GA version such as Europa. I gave Ganymede a quick try and was having

Re: error: SCA Composite Desinger with Tuscany

2008-05-25 Thread Stéphane Drapeau
Hi, Perhaps a problem with the name of your references and your services. Can you send the composite file? Stéphane Drapeau Obeo On Fri, May 23, 2008 at 10:47 AM, Mukhtiar Memon [EMAIL PROTECTED] wrote: Hi, I am trying to run the Restaurant example using Tuscany Library with SOA Tools

Re: SCA Tools Project newsgroup

2008-05-25 Thread Stéphane Drapeau
Hi, Can you try with the full url news:// news.eclipse.org/eclipse.stp.sca-toolshttp://news.eclipse.org/eclipse.stp.sca-tools ? Stéphane Drapeau Obeo On Fri, May 23, 2008 at 10:16 PM, haleh mahbod [EMAIL PROTECTED] wrote: Hi, I tried://news.eclipse.org/eclipse.stp.sca-tools and there is

RE: error: SCA Composite Desinger with Tuscany

2008-05-25 Thread Mukhtiar Memon
/ /sca:composite _ Thanks Mukhtiar Date: Sun, 25 May 2008 10:55:47 +0200 From: [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Subject: Re: error: SCA Composite Desinger with Tuscany Hi, Perhaps a problem

Re: ClassNotFoundException On WebSphere

2008-05-23 Thread Simon Laws
On Thu, May 22, 2008 at 9:08 PM, Dan Becker [EMAIL PROTECTED] wrote: This may have been discussed before, but just in case I want to bring to everyone's attention. If you are trying to run some of the Tuscany sample and demo web applications on WebSphere, you may see the following exception:

Re: SCA Tools Project newsgroup

2008-05-23 Thread haleh mahbod
Hi, I tried://news.eclipse.org/eclipse.stp.sca-tools and there is no response. It hans forever. Haleh On 5/22/08, Stéphane Drapeau [EMAIL PROTECTED] wrote: Hi, An Eclipse newsgroup named SCA Tools was created to discuss about the Eclipse SCA Tools project:

Re: Web Service References

2008-05-22 Thread Jean-Jacques Dubray
Mike: I don't know if you are talking about this sample: https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/samples/helloworld-bpel-ws/ If it's the case, the helloworld.composite does not have a reference, it simply exposes a BPEL implementation as a service. I think I understand a bit

Re: Web Service References

2008-05-22 Thread Jean-Jacques Dubray
Good point, I removed the tuscany namespace that had been added by the Composite Editor and the errors are gone I do get however: [java] Starting setup [java] [INFO] - GeronimoLog.info(79) | Using embedded Geronimo transaction manager [java] java.lang.NullPointerException The same

Re: Web Service References

2008-05-22 Thread Luciano Resende
Would you mind creating a JIRA and posting at least your composite, wsdl and deploy.xml files so i can take a look. On Thu, May 22, 2008 at 9:00 AM, Jean-Jacques Dubray [EMAIL PROTECTED] wrote: Good point, I removed the tuscany namespace that had been added by the Composite Editor and the

Re: Graduation

2008-05-22 Thread Jeff Anderson
excellent news ! The first step in making Tuscany and enterprise grade open source project. It's so much easier to sell something that doesn't have the word incubation in front of it... jeff On 5/22/08, ant elder [EMAIL PROTECTED] wrote: Forwarding for those not on tuscany-dev...

Re: quesiont about python implementation

2008-05-21 Thread Andrew Borley
Hi, It's not clear whether you're using the Python support in Tuscany SCA Native or Tuscany SCA Java. If you are using the Native codebase, do you have the path to the arcgisscripting dll on your PYTHONPATH environment variable? And are you sure that the PYTHONPATH variable is not being

Re: Reg: Interface not found for port type in BPEL

2008-05-20 Thread Luciano Resende
Hey Ashwini Would you please provide your sample app, or a testcase that can demonstrate your issue in a JIRA patch for debug purpose. This would make it much more easier to debug. Anyway, I'd check the bpel and wsdl namespaces and compare with the one on the exception. On Mon, May 19, 2008

Re: Sun is asking for proof that users want Sun support for SCA, A call to arms!

2008-05-19 Thread Mike Edwards
Folks, I think that SCA is a significant advance in application development technologies which is directed to simplifying the building of agile and adaptable business systems. Organisations are already reaping benefits from using SCA - IBM customers in particular have been able to exploit an

Re: Sun is asking for proof that users want Sun support for SCA, A call to arms!

2008-05-19 Thread Peter Walker
Jeff Anderson wrote: To everybody out there interested in seeing SCA being more widely adopted. Recently I posted a general overview of SCA coverage at JavaWorld last week in San Francisco. Which can be found at

Re: Sun is asking for proof that users want Sun support for SCA, A call to arms!

2008-05-19 Thread Peter Walker
Mike Edwards wrote: snip It is curious in some ways that Sun saw value in building runtimes for composite applications and have pursued the JBI specification for about the same length of time as the OSOA collaboration of companies developed the SCA specifications. Actually we started

Re: Problems setting property while deploying as a webapp

2008-05-19 Thread Raymond Feng
Hi, Can you post the composite file here? You should have something like the following if you have the @Property on the impl class for CurrencyConverter component. component name=CurrencyConverter ... property name=exchangeRate10.0/property /component Thanks, Raymond

Re: Sun is asking for proof that users want Sun support for SCA, A call to arms!

2008-05-18 Thread Giorgio Zoppi
I strongly belive that there's a wide user base due to the simpler development than EBJ for example and I personally at two research project, which they're going to use SCA as component model. Ciao, Giorgio. --- Venceremos adelante, o victoria o muerte!

Re: Sun is asking for proof that users want Sun support for SCA, A call to arms!

2008-05-18 Thread Jeff Anderson
Giorgio , thanks so much for your reply, would you be able to post this at the following as well? http://agileconsulting.blogspot.com/2008/05/highlights-of-sca-at-javaworld-2008.html I'm trying to extremely as many comments as possible to forward to Peter from Sun Microsystems sincerest

Re: ** IMPLEMENTATION.BPEL USERS ** - updated implementation-bpel code in trunk - affects your BPEL applications

2008-05-17 Thread haleh mahbod
I am cc'ing tunscay-users since this seems to be interesting to users and they may not be on the dev list. Thanks Mike. On 5/17/08, Mike Edwards [EMAIL PROTECTED] wrote: Folks, I've just committed some changes to the implementation-bpel and implementatio-bpel-ode code in trunk which fix

Re: Sun is asking for proof that users want Sun support for SCA, A call to arms!

2008-05-17 Thread Jean-Jacques Dubray
Jeff: IMHO, people are not emphasizing enough how significant SCA's contribution is to the evolution of the programming model of information systems (while accomplishing it without disrupting existing investments). People have been building information systems with a CRUD-Oriented Synchronous

Re: Web Service References

2008-05-16 Thread Luciano Resende
Hey Jean-Jacques Dubray Let me try to respond your questions : The helloworld.composite defined in the itest/bpel/helloworld-reference defines a GreetingsServiceComponent that is implemented by a simple pojo and has its interface contract defined by a wsdl, in this case greetings.wsdl. This

Re: Web Service References

2008-05-16 Thread Jean-Jacques Dubray
Luciano: thanks, actually in the test/bpel/helloworld-reference composite definition you also have a component defined with a binding.ws and there to, there is an implementation.java element. Is it required? !-- Simple ws-reference -- !-- component name=HelloWorldService

Re: Web Service References

2008-05-16 Thread Luciano Resende
Quoting the spec : A component element has zero or one implementation element as its child, which points to the implementation used by the component. A component with no implementation element is not runnable, but components of this kind may be useful during a top-down development process as a

Re: Does Tuscany support EJB service binding?

2008-05-14 Thread Raymond Feng
Hi, We only have the reference binding support for EJB stateless sessions in Tuscany at this moment. Are you interested in helping us add the EJB service binding? Thanks, Raymond -- From: Sun Yang [EMAIL PROTECTED] Sent: Saturday, May 10, 2008

Re: jaxb / sdo question

2008-05-14 Thread Raymond Feng
: Re: jaxb / sdo question thx for the suggestion. i changed the code to return an array:public DataObject[] organizationsArray = dasConfiguration.xml);FACTORY.createDAS(in, getConnection());getAllOrganizations);ORGANIZATION); if(orgs != null) {newDataObject[orgs.size()]; inti = 0

Re: jaxb / sdo question

2008-05-14 Thread Abraham Washington
, May 14, 2008 9:39:21 AM Subject: Re: jaxb / sdo question Hi, It looks like Rampart (WS-Security from Axis2) is mot happy. Can you dump out the SOAP message in XML? Thanks, Raymond -- From: Abraham Washington [EMAIL PROTECTED] Sent: Tuesday, May 13

Re: jaxb / sdo question

2008-05-13 Thread Raymond Feng
Hi, JAXB doesn't handle interfaces and the current Tuscany code doesn't deal with Collection very well. Can you try to use an array? Thanks, Raymond -- From: Abraham Washington [EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 8:06 AM To:

Re: SDO in Eclipse Plug-in

2008-05-12 Thread Adriano Crestani
Hi Tomasz, What is the SDO version you are using? Have you tried to debug in the SDO source code to check where exactly it stops? Regards, Adriano Crestani On Mon, May 12, 2008 at 1:01 PM, Tomasz Klukowski [EMAIL PROTECTED] wrote: I want to make an Eclipse Plug-in that uses Apache Tuscany

Re: Re: SDO in Eclipse Plug-in

2008-05-12 Thread Tomasz Klukowski
I'm currently using SDO v. 1.1 Fragment of the code of the Plug-in Activator: public Activator() { plugin = this; try { scope = SDOUtil.createHelperContext(); } catch (Throwable e) { e.printStackTrace(); } } And the list of errors shown when I run the Plug-in:

Re: How do I expose my BPEL component as a webservice?

2008-05-09 Thread Luciano Resende
I have started to modify the itest/bpel/helloworld to first expose the BPEL using webservices binding and then consume it in a J2SE client app. Then I'll look into moving to a webapp scenario. If you have your sample app as a iTest or Sample, maybe you could provide it in a JIRA to speed up on my

Re: Authentication and policy issues

2008-05-09 Thread Steve Chamberlain
Hi Simon, Thanks for your reply. Further comments inline below. Best regards Steve On Thu, May 8, 2008 at 12:16 PM, Simon Laws [EMAIL PROTECTED] wrote: Hi Steve Some comments inline. Simon On Wed, May 7, 2008 at 4:13 PM, Steve Chamberlain [EMAIL PROTECTED] wrote: Hi all I have a

Re: Beginner question on running Tuscany demo-mortgage-loanapproval

2008-05-09 Thread Vamsavardhana Reddy
On Fri, May 9, 2008 at 6:43 PM, Dan Becker [EMAIL PROTECTED] wrote: Ashwini Kumar Jeksani wrote: Before running the mortgage-loanapproval run the mortgage-creditcheck which will start the CreditCheck Service. In your case it is trying to connect to the CreditCheck Service which was not

Re: Problem with the Serialization of an SDO object

2008-05-09 Thread C.Vamshi Shekhar
Hi Raymond, Thanks for the reply. But I am still stuck with the issue. I am a beginner to SDO and also to ESB, so please bear with my ignorance. I am here trying to send a SDO object over Jboss ESB server. I am sending the ESB unaware SDO object as a JMS message into a JMS queue. Now A JMS

Re: Authentication and policy issues

2008-05-08 Thread Simon Laws
Hi Steve Some comments inline. Simon On Wed, May 7, 2008 at 4:13 PM, Steve Chamberlain [EMAIL PROTECTED] wrote: Hi all I have a few related issues to raise concerning authentication. Firstly, when can we hope to see the policy framework being implemented in bindings other than WS? My

Re: Need some help

2008-05-08 Thread ant elder
On Thu, May 8, 2008 at 8:47 PM, Charuka Jayarathna [EMAIL PROTECTED] wrote: Dear all, I am a Masters student in Georgia State University, and hope to work on my Theses with some contribution to Tuscany. My adviser is fine with my suggestion to take over a Tuscany project and work on that as

Re: handling InputStream as a service parameter

2008-05-07 Thread ant elder
On Tue, May 6, 2008 at 11:08 PM, Simon Nash [EMAIL PROTECTED] wrote: Eugeny N Dzhurinsky wrote: Hello there! I noticed there's no way to define a service which accepts an InputStream and returns an InputStream as a result (in fact it is possible to start such service, but when a

Re: Need help again on binding to external web service with login authentication within Tuscany

2008-05-07 Thread Marina Deslaugiers
Hi Simon, Thanks for the explanations. I will download and have a look to the calculator example you mention. However, I already have seen the sample/helloworld-ws-reference (service)-secure and I do not know whether and how I can use the policies they define ; indeed, as I said, I use

Re: Need help again on binding to external web service with login authentication within Tuscany

2008-05-07 Thread Simon Laws
On Wed, May 7, 2008 at 1:49 PM, Marina Deslaugiers [EMAIL PROTECTED] wrote: Hi Simon, Thanks for the explanations. I will download and have a look to the calculator example you mention. However, I already have seen the sample/helloworld-ws-reference(service)-secure and I do not know

Re: Need help again on binding to external web service with login authentication within Tuscany

2008-05-07 Thread Marina Deslaugiers
Hi, Thanks very much for you quick answer. Well, the information I get about that is the following: - the authentication process on remote web service side is use of HTTP Basic Authentication scheme The account information, and more exactly the client application identifier (i.e

RE: Beginner question on running Tuscany demo-mortgage-loanapproval

2008-05-07 Thread Ashwini Kumar Jeksani
Hi Dan, Before running the mortgage-loanapproval run the mortgage-creditcheck which will start the CreditCheck Service. In your case it is trying to connect to the CreditCheck Service which was not started. For more information refer to the README under mortgage-loanapproval for information

Re: How do I expose my BPEL component as a webservice?

2008-05-07 Thread Mike Edwards
Dalys, Can you post the contents of the following files, please: - composite file - BPEL process file - WSDL file The WSDL file is especially important here - it defines the interface that the BPEL process is using and also any policies that may apply. It appears as if there is a failure at

Re: handling InputStream as a service parameter

2008-05-07 Thread Raymond Feng
Hi, It seems that you are trying to pass binary data over Web Service binding. Tuscany doesn't support it yet (At this moment we assume InputStream contains XML data). We have started some discussions on the tuscany-dev mailing list recently. From the databinding perspective, we probably need

Re: Problem with the Serialization of an SDO object

2008-05-07 Thread Raymond Feng
Hi, You need to make sure the SDO types are correctly registered before the deserialization of the SDO data objects. For generated SDO classes, you can call the XXXFactory.INSTANCE.register(...) method. Thanks, Raymond -- From: C.Vamshi Shekhar

Re: Any update in BPEL implementation?

2008-05-06 Thread Mike Edwards
Ashwini Kumar Jeksani wrote: Hi, I am having problems in invoking a webservice from the BPEL. This line is printed in the console and nothing is happening beyond this : [java] Invoking a partner operation: approveDataLoad Could anyone tellme if there is any update done on the BPEL

Re: How to use references using multiplicity=1..n with binding.ws or binding.rmi

2008-05-06 Thread Simon Laws
Hi Daniel A few days ago I raised the issue of fixing the API that is causing you these problems ( http://www.mail-archive.com/[EMAIL PROTECTED]/msg31110.html). I've had one positive response to it so no great raft of opposition so I'll double check that people are OK and hope to put a fix in. Re

RE: How to use references using multiplicity=1..n with binding.ws or binding.rmi

2008-05-06 Thread Marian, Radu
PROTECTED] -Original Message- From: Simon Laws [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 06, 2008 10:59 AM To: tuscany-user@ws.apache.org Subject: Re: How to use references using multiplicity=1..n with binding.ws or binding.rmi Hi Daniel A few days ago I raised the issue of fixing the API

Re: How to use references using multiplicity=1..n with binding.ws or binding.rmi

2008-05-06 Thread Simon Laws
On Tue, May 6, 2008 at 4:18 PM, Marian, Radu [EMAIL PROTECTED] wrote: Simon and Daniel, Wouldn't it be easier to use a process engine such as JBPM or another bpel engine such as apache ode? They are made for this type of work - parallel execution, wait, fork, join, etc. Another question:

Re: How do I expose my BPEL component as a webservice?

2008-05-06 Thread Dalys Sebastian
Hi, I was missing the axis2-ws binding in the WEB-INF/lib. I added those libs and verified the dependencies with other working webapps and now the error has migrated to the following: Any idea what's going wrong? (I don't get any errors if I omit binding.ws/ in the componentType file.) Caused

Re: handling InputStream as a service parameter

2008-05-06 Thread Simon Nash
Eugeny N Dzhurinsky wrote: Hello there! I noticed there's no way to define a service which accepts an InputStream and returns an InputStream as a result (in fact it is possible to start such service, but when a client calls the service - the XML error Content is not allowed in prolog raises

RE: How do I expose my BPEL component as a webservice?

2008-05-05 Thread Ashwini Kumar Jeksani
Hi, I tried the same using Tuscany runtime and it was working fine. Try running this as a server and check if it is deployed, instead of helloworld.BPELClient use helloWorld.HelloWorldServer in the build file. use this code: package helloworld; import java.io.IOException; import

Re: How do I expose my BPEL component as a webservice?

2008-05-05 Thread Luciano Resende
On Sun, May 4, 2008 at 10:37 PM, Dalys Sebastian [EMAIL PROTECTED] wrote: Hi everyone, This may probably be a very basic question. But I had been trying for quite sometime and could not find an example on it, so I thought I will post it. How do I expose my component (BPEL implementation)

RE: Reg: Asynchronous Webservice in BPEL

2008-05-05 Thread Ashwini Kumar Jeksani
Subject: RE: Reg: Asynchronous Webservice in BPEL Hi, I've created a wsdl for the BPEL invoking asynchronous web service. A snippet of the wsdl is shown below: . . !-- portType implemented by the ApprovalAsyncBPEL BPEL process -- portType name=ApprovalAsyncBPEL operation name

Re: [DAS] Are re ready for a DAS 1.0 release ?

2008-05-02 Thread ant elder
Sounds ok to me. The only thing I'd suggest is to depend on the SDO 1.1.1 release that should be out soon. If there's no sign of any imminent fixes for the couple of issues raised I'll be pushing on with getting out that SDO 1.1.1 release next week. ...ant On Thu, May 1, 2008 at 5:22 PM,

RE: Reg: Asynchronous Webservice in BPEL

2008-05-02 Thread Ashwini Kumar Jeksani
: Re: Reg: Asynchronous Webservice in BPEL Ashwini Kumar Jeksani wrote: Hi, I'm trying to create a BPEL for asynchronous web service call. A snippet of it is shown below: !-Receive request from client -- receive createInstance=yes operation=initiate partnerLink= ApprovalAsyncBPELProvider

  1   2   3   4   5   6   7   8   9   10   >