Re: [C++] Alert Aggregator Sample - was: Web 2.0 sample

2007-02-11 Thread Simon Laws
[EMAIL PROTECTED] wrote: On 2/6/07, Simon Laws [EMAIL PROTECTED] wrote: On 1/26/07, Andrew Borley [EMAIL PROTECTED] wrote: Hi Simon, On 1/24/07, Simon Laws [EMAIL PROTECTED] wrote: Hi Andy Understanding how we fit into the Web2.0 space has got to be a good thing

Re: [Native] Threading issues with Ruby on Windows, was: Alert Aggregator Sample - was: Web 2.0 sample

2007-02-12 Thread Simon Laws
On 2/12/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Andrew Borley wrote: Further things that could be done: Demonstrate use of more than one language/SCA runtime. Currently all components are implemented in Python. There is a Ruby version of the POPChecker, but I hit

Re: problem runing tuscany M2 runtime

2007-03-22 Thread Simon Laws
On 3/21/07, muhwas [EMAIL PROTECTED] wrote: Hi everybody, I am new tu tuscany. I am trying to run helloworldwsclient sample. when i am running java -jar ../../../bin/launcher.jar target/samplehelloworldwsclient.jar I am getting following exception. I have axis2-1.0-incubator-M2.jar and

Re: problem runing tuscany M2 runtime

2007-03-23 Thread Simon Laws
and databinding-sdo-1.0-incubator-M2.jar are in the extension direcoty and also in my maven repository. do you think how i can make in run behind farewall ? --- Simon Laws [EMAIL PROTECTED] wrote: On 3/21/07, muhwas [EMAIL PROTECTED] wrote: Hi everybody, I am new tu tuscany. I am trying

Re: Tuscany Hello World Async Sample

2007-04-10 Thread Simon Laws
On 4/10/07, muhwas [EMAIL PROTECTED] wrote: Hi guys, I am trying to run HelloWorld Async Sample. I was able to successffully build the sample. But when i am trying to deploy it on tomcat 5.5.17 I am getting following exception org.apache.tuscany.runtime.webapp.ServletLauncherInitException:

Re: Tuscany Hello World Async Sample

2007-04-12 Thread Simon Laws
build but when i try to deploy to tomcat i get this exception if i am on a network which connect internet through proxy. Any help would be really appreciated. thank you --- muhwas [EMAIL PROTECTED] wrote: yeah i am using Tuscany M2 --- Simon Laws [EMAIL PROTECTED] wrote: On 4/10/07, muhwas

Re: Any SCA for SDO M3?

2007-04-20 Thread Simon Laws
On 4/20/07, Luciano Resende [EMAIL PROTECTED] wrote: Comments inline On 4/20/07, Simon Laws [EMAIL PROTECTED] wrote: On 4/20/07, Dennis Virt [EMAIL PROTECTED] wrote: Hello! I'm quite new to Tuscany. SDO DAS M2 unfortunately did not fit my project requirements. I'd like to use

Re: Running samples

2007-05-02 Thread Simon Laws
On 5/2/07, Patrick Vanhuyse [EMAIL PROTECTED] wrote: Hi, I downloaded tuscany-sca-1.0-incubator-M2-*.zip I am following the instructions to run the standalone calculator sample. When I run (as stated in the readme.html file) mvn dependency:unpack I get the following error : [INFO]

PHP SCA_SDO release 1.2.1 available

2007-05-15 Thread Simon Laws
For those interested in SCA and SDO in PHP, version 1.2.1 of the SCA_SDO package for PHP has been released. This package uses the Tuscany C++ SDO code. FYI here's the release announce.

Re: Simple use case problem

2007-05-30 Thread Simon Laws
Hi Patrick and welcome So it sounds like you have two composites in separate Jar files. Are these composites both being contributed to a Tuscany runtime in the same VM? I believe this should work but I've not tried it. I can have a look for you if you give me a little more detail. If you are

Re: Simple use case problem

2007-05-30 Thread Simon Laws
Hi Patrick What is going on here is that the consumer module is not loading the provider composite. I can make this work by doing the following... 1 - Make the provider composite available to the consumer runtime copy the Provider.composite to consumer/src/main/resource 2 - Make the

Re: SCA Toys?

2007-06-21 Thread Simon Laws
/07, Simon Laws [EMAIL PROTECTED] wrote: I've collected a couple of utilites that have helped me during debugging some problems ( http://svn.apache.org/repos/asf/incubator/tuscany/sandbox/slaws/sample-sca-toys/ ). For example this is the code I drop at the end of a test to print out

Re: What is the minimum set of jar files for the calculator example?

2007-06-26 Thread Simon Laws
On 6/26/07, Matthew Peters [EMAIL PROTECTED] wrote: The calculator sample uses a manifest jar file that points at about 60 other jar files. Are they really all needed at runtime? Can anyone tell me how I can work out what the minimal set of jar fies I really need is? Matthew Peters SWG AB

Re: invoking a non-c++ service from c++

2007-06-30 Thread Simon Laws
On 6/30/07, Pete Robbins [EMAIL PROTECTED] wrote: Hi Travis. Could you post your .composite and .comonentType files please. There may be a restriction of calling a Ruby component directly from a C++ client... I'd need to check. Have you tried having the client call initially into a C++

Re: Several composite application in a web application

2007-07-02 Thread Simon Laws
On 7/2/07, Jean-Marc Taillant [EMAIL PROTECTED] wrote: Hello, I use Tuscany runtime in a web application (see my previous post), I need to create several composite applications in the same war file (So I have 2 composite file and 2 wsdl files). These composite applications use te bind.ws

Management and Distributed Runtime

2007-07-03 Thread Simon Laws
It would be good to get the community's thoughts about what management and distributed runtime scenarios we should support in Tuscany. There has been quite a bit of discussion on the distributed runtime itself here. The main focus so far has been on using an SCA assembly to represent the

Re: Returning complex types from a service

2007-07-16 Thread Simon Laws
On 7/15/07, Mike Edwards [EMAIL PROTECTED] wrote: Rob, I'm having a bit of trouble understanding exactly what you are trying to do. Could you post some of your code so that we get a better idea of what is going on, please? Yours, Mike. Robert Young wrote: Hi, I am running Tuscany

SOAP over JMS?

2007-07-23 Thread Simon Laws
Has anyone in Tuscany made a binding that ships SOAP messages over JMS instead of HTTP? Looking at the current code base and at the old code in the sandbox I don't see anything. Simon

Re: servlet TuscanyServlet threw exception

2007-07-24 Thread Simon Laws
On 7/24/07, Nishant Joshi [EMAIL PROTECTED] wrote: Hi I am new to SCA. I have done a sample web application which is running fine. Now I want to create a web service based application for that I have created .wsdl file and also give its reference to .composite file but still I got

Distributed domain support in 0.92 was: SCA 0.92 release?

2007-07-24 Thread Simon Laws
To get the distributed domain support up to a level that is suitable for including in the next release I think we need to make the node configuration and management more dynamic. Scenarios -- The current scenario being used to test distributed support is the calculator-distributed

Re: servlet TuscanyServlet threw exception

2007-07-25 Thread Simon Laws
On 7/25/07, Nishant Joshi [EMAIL PROTECTED] wrote: Hi, I have changed my directory, now there is no space in my context path, Now it shows me error type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request.

Re: Services and WSDL files

2007-07-26 Thread Simon Laws
/HelloWorldServiceComponent/HelloWorldService/?wsdl Thanks, Radim On 7/26/07, ant elder [EMAIL PROTECTED] wrote: On 7/26/07, Simon Laws [EMAIL PROTECTED] wrote: On 7/26/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi Reymond, Thank you for your reply. How do I run

Re: Services and WSDL files

2007-07-26 Thread Simon Laws
). Thanks, Radim On 7/26/07, Simon Laws [EMAIL PROTECTED] wrote: On 7/26/07, ant elder [EMAIL PROTECTED] wrote: That composite you have unfortunately wont work with Tuscany as we don't yet support web services without pre-existing wsdl. So you need to change either the binding.ws

Re: SOAP over JMS?

2007-07-26 Thread Simon Laws
On 7/24/07, Mike Edwards [EMAIL PROTECTED] wrote: Simon Laws wrote: snip Ah, thanks Mike. I didn't latch onto the implication of the word intent. The choice we are talking about here seems more like a concrete decision than an intent. Does this match well with the, erm, intention of intents

Re: Services and WSDL files

2007-07-26 Thread Simon Laws
On 7/26/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi Reymond, Thank you for your reply. How do I run the example if it is deployed to a web server, such as Tomcat? I found an information about TuscanyServlet, which needs to be in web.xml file, which I have now. Let's say that my server's

Fwd: servlet TuscanyServlet threw exception

2007-07-26 Thread Simon Laws
Forwarding as I fell for just pressing respond and googlemail only responded to the first mail address. Simon -- Forwarded message -- From: Simon Laws [EMAIL PROTECTED] Date: Jul 25, 2007 3:01 PM Subject: Re: servlet TuscanyServlet threw exception To: Nishant Joshi [EMAIL

Re: Distributed domain support in 0.92 was: SCA 0.92 release?

2007-07-27 Thread Simon Laws
On 7/24/07, Simon Laws [EMAIL PROTECTED] wrote: To get the distributed domain support up to a level that is suitable for including in the next release I think we need to make the node configuration and management more dynamic. Scenarios -- The current scenario being used

Re: Contents of Tuscany SCA 1.0 release, was: SCA 0.92 release?

2007-08-07 Thread Simon Laws
On 8/6/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Bringing this thread up again as time is ticking on if we want to get a release out this month. How would people feel about taking a branch for this release in a bit less than 2 weeks, say aiming for the 14/15th of August?

Re: Monitoring, logging and exceptions (again)

2007-08-08 Thread Simon Laws
On 8/8/07, ant elder [EMAIL PROTECTED] wrote: On 8/7/07, Simon Laws [EMAIL PROTECTED] wrote: We talked about this before ( http://www.mail-archive.com/[EMAIL PROTECTED]/msg16784.html) but didn't come to any conclusions. So, 1/ What is the requirement? 2/ What is the technical

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

SCA/SDO seminars in China using Apache Tuscany

2007-08-21 Thread Simon Laws
I've just found out that a series of seminars are being held to promote SCA/SDO technology from a vendor-neutral viewpoint (http://www.ibm.com/developerworks/offers/techbriefings/details/scasdo.html ). Apache Tuscany is going to be used in demos. The first 3 seminars will be in China at the end

Re: Problem configuring and reaching RSS, Atom bindings

2007-08-28 Thread Simon Laws
On 8/27/07, Skip Schuler [EMAIL PROTECTED] wrote: Hi, I've tested the feed-aggregator sample successfully, but that is not what I want. I.e. I don't want a separate process/server running, but I rather want the feed to be exposed from my web application (Tomcat instance). I've tried

Re: @Conversational + @Scope(REQUEST) Test

2007-09-04 Thread Simon Laws
On 9/4/07, JunJie Nan [EMAIL PROTECTED] wrote: I tried to make some sense on @Conversational and @Scope(REQUEST), but failed. The error message: java.lang.ClassCastException: java.lang.String incompatible with java.lang.Thread at

Re: @Conversational + @Scope(REQUEST) Test

2007-09-04 Thread Simon Laws
On 9/4/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/4/07, JunJie Nan [EMAIL PROTECTED] wrote: I tried to make some sense on @Conversational and @Scope(REQUEST), but failed. The error message: java.lang.ClassCastException: java.lang.String incompatible with java.lang.Thread

Re: Referencing an external WebService

2007-09-04 Thread Simon Laws
On 9/4/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, It seems that you hit a bug reported by https://issues.apache.org/jira/browse/TUSCANY-1646. As a result, we generate the WSDL from the java interface and it ends up with a similar but different WSDL. Thanks, Raymond - Original

Re: @Conversational + @Scope(REQUEST) Test

2007-09-04 Thread Simon Laws
On 9/4/07, Raymond Feng [EMAIL PROTECTED] wrote: More comments inline. Thanks, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Tuesday, September 04, 2007 10:37 AM Subject: Re: @Conversational + @Scope(REQUEST) Test On 9/4

Re: @Conversational + @Scope(REQUEST) Test

2007-09-04 Thread Simon Laws
On 9/4/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/4/07, Raymond Feng [EMAIL PROTECTED] wrote: More comments inline. Thanks, Raymond - Original Message - From: Simon Laws [EMAIL PROTECTED] To: tuscany-user@ws.apache.org Sent: Tuesday, September 04, 2007 10:37 AM

Re: Maven repository

2007-09-17 Thread Simon Laws
On 9/17/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi, Is the latest build of tuscany with the Websphere fixes available in a Maven repository? Thanks a lot, Radim - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: websphere web service deployment problem

2007-09-20 Thread Simon Laws
On 9/20/07, Radim Kolarik [EMAIL PROTECTED] wrote: Hi Sebastien, thanks for your help! It was the the custom Web container property as described in the WebSphere fixpack. I can also confirm now that it works with 6.1.0.11 fixpack as well, if the property is set. In the log file, however,

Re: Load balancing and fail-over (...and generally about distribution)

2007-09-20 Thread Simon Laws
Hi Skip Some comments in line... Regards Simon On 9/20/07, Skip Schuler [EMAIL PROTECTED] wrote: Hi, I'm testing with tuscany-sca-0.99-incubating, and I'm happy to see the calculator-distributed example. I'd like to know more about what capabilities Tuscany offers in terms of supporting

Re: Load balancing and fail-over (...and generally about distribution)

2007-09-21 Thread Simon Laws
my 2 cents (for now ;-). If Tuscany could have (proven) support for some of these distributed services challenges (e.g. load-balancing, fail-over, service provisioning as listed below), that's be a direction I'd love to see! Thanks, Skip On 9/20/07, Simon Laws [EMAIL PROTECTED] wrote

Re: Passing context from ws binding to a component implementation

2007-09-25 Thread Simon Laws
On 9/25/07, Dinesh Shahane [EMAIL PROTECTED] wrote: I want to process transport headers and custom soap headers in my component, what is the best way to propagate this information? The soap headers are not part of the abstract operation signature and I cannot alter the wsdl contract. The

Re:

2007-09-26 Thread Simon Laws
On 9/26/07, Ashwin J [EMAIL PROTECTED] wrote: Hi, I am trying to deploy the WAR files generated from the sample files in Tuscany 0.91 using Tomcat 5.5 but there is a common error which I am facing. Here I was trying to deploy the *calculator-webapp* in

Re:

2007-09-26 Thread Simon Laws
On 9/26/07, Ashwin J [EMAIL PROTECTED] wrote: Hi Simon, Thanks for your reply. I am facing the same problem in 0.99 release also. On 9/26/07, Simon Laws [EMAIL PROTECTED] wrote: On 9/26/07, Ashwin J [EMAIL PROTECTED] wrote: Hi, I am trying to deploy the WAR files generated

Re: JAXB with SCA

2007-09-27 Thread Simon Laws
On 9/27/07, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I read some of the mails regarding usage of JAXB in Tuscany. My question is how do I use/exchange custom data types such as Purchase Order/ Customer (have multiple fields) using web services binding in SCA. Thanks, SM.

Fwd: Opening the Getting Started - Online store PDF?

2007-10-03 Thread Simon Laws
FYI... In case there is someone on the user list who would like to express an opinion and/or help. Simon -- Forwarded message -- From: Jean-Sebastien Delfino [EMAIL PROTECTED] Date: Oct 3, 2007 2:13 AM Subject: Opening the Getting Started - Online store PDF? To: [EMAIL

Re: Build and use of jms-binding

2007-10-03 Thread Simon Laws
-Ursprüngliche Nachricht- Von: Simon Laws [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 28. September 2007 16:04 An: tuscany-user@ws.apache.org Betreff: Re: Build and use of jms-binding Hi Philipp Comments in line Regards Simon On 9/28/07, Philipp Konradi [EMAIL PROTECTED

Re: JMS binding

2007-10-08 Thread Simon Laws
On 9/11/07, Joseph, Roshan IN BLR SISL [EMAIL PROTECTED] wrote: Hi, I am new to SCA Java and am trying to send and receive a message through JMS binding from my two services. I already have 2 ActiveMQ queues running in JBOSS and wanted one service to send a message and another service to

Re: SCDL4J (was: [jira] Created: (TUSCANY-1840) Bootstrapping a subset of Tuscany runtime to support object modeling in tools

2007-10-10 Thread Simon Laws
On 10/10/07, Mike Edwards [EMAIL PROTECTED] wrote: Folks, Do we have any potential consumers for this capability? If so, what are their requirements Yours, Mike. ant elder wrote: On 10/10/07, Simon Laws [EMAIL PROTECTED] wrote: On 10/10/07, ant elder [EMAIL PROTECTED] wrote

Re: Tuscany service with bea WebLogic

2007-10-11 Thread Simon Laws
On 10/11/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Nishant Joshi wrote: I have found one work around for this problem but i would like to ask one question that if in my WAR file if i put all WEB-INF\classes files in a jar and put it under WEB-INF\lib directory and clean my

Re: Tuscany service with bea WebLogic

2007-10-11 Thread Simon Laws
Hi Sebastien Some questions as I'm not clear on the WAR as a contribution point... Simon On 10/11/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Laws wrote: On 10/11/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Nishant Joshi wrote: I have found one work around

Re: New using Tuscany

2007-10-11 Thread Simon Laws
On 10/11/07, Ana Belén Antón Gironés [EMAIL PROTECTED] wrote: Dear all, I am new using SCA and using TUSCANY and I am a little lost. I have download apache-tuscany-sca-1.0-incubating and I am working with Java [jre 1.5.0_11]. I would like use SCA for my application but I would like to

Re: New using Tuscany

2007-10-11 Thread Simon Laws
On 10/11/07, Ana Belén Antón Gironés [EMAIL PROTECTED] wrote: Hi Simon! First of all, thank you very much for your help. I have some problems running my application. When I run my isClient.java I get this exception: Starting ... 11-oct-2007 16:45:23

Re: New using Tuscany

2007-10-12 Thread Simon Laws
the same error: Exception in thread main org.osoa.sca.ServiceUnavailableException: No service invoker is available for reference default (bindingURI=InformationServiceComponent operation=getInformationObject). at ... Thanks, Ana Belen -Original Message- From: Simon Laws [EMAIL

Re: ServiceUnavailableException: No service invoker is available for reference default

2007-10-15 Thread Simon Laws
On 10/15/07, Ana Belén Antón Gironés [EMAIL PROTECTED] wrote: Hi Simon, Thank you very much for your help I have got a little progress, but not completly. I have made two different things and I haven't got success in anyone: 1) I have kept in my mind that you sent me and I have used it as

Re: ServiceUnavailableException: No service invoker is available for reference default

2007-10-16 Thread Simon Laws
regards, Ana Belen -Mensaje original- De: Simon Laws [mailto:[EMAIL PROTECTED] Enviado el: lunes, 15 de octubre de 2007 15:17 Para: tuscany-user@ws.apache.org Asunto: Re: ServiceUnavailableException: No service invoker is available for reference default To unsubscribe, e-mail

Re: *SPAM*: 07.30/6.0 - Re: ServiceUnavailableException: No service invoker is available for reference default

2007-10-17 Thread Simon Laws
/ in the Information.composite file. Sorry for my mistake and thank you very much for your useful help! Now, I am going to try it with my actual application. Best regards, Ana Belen. -Mensaje original- De: Simon Laws [mailto:[EMAIL PROTECTED] Enviado el: martes, 16 de octubre de 2007 18:18 Para: tuscany

Re: How use org.dom4j in my tuscany-sca component

2007-10-17 Thread Simon Laws
On 10/17/07, Ana Belén Antón Gironés [EMAIL PROTECTED] wrote: Sorry, the success had a short time :-( In one of the classes of my component I use the library dom4j. How do I have to add this library? I added it to C:\TUSCANY\tuscany- sca-1.0-incubating\lib But when I compile, I get the

Re: *SPAM*: 06.40/6.0 - Re: How use org.dom4j in my tuscany-sca component

2007-10-17 Thread Simon Laws
On 10/17/07, Ana Belén Antón Gironés [EMAIL PROTECTED] wrote: Yes, I am using the same .composite file Ana Belen -Mensaje original- De: Simon Laws [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 17 de octubre de 2007 13:04 Para: tuscany-user@ws.apache.org Asunto: Re: *SPAM

Re: Problems with Conversational and Webservices

2007-10-17 Thread Simon Laws
On 10/17/07, Dietrich, Björn [EMAIL PROTECTED] wrote: Hi, I created Issue TUSCANY-1854 in JIRA. I hope the contence is OK, since this is my first JIRA I ever created. Greetings Björn -Ursprüngliche Nachricht- Von: Simon Laws [mailto:[EMAIL PROTECTED] Gesendet

Re: *SPAM*: 06.40/6.0 - Re: How use org.dom4j in my tuscany-sca component

2007-10-17 Thread Simon Laws
On 10/17/07, Simon Laws [EMAIL PROTECTED] wrote: On 10/17/07, Ana Belén Antón Gironés [EMAIL PROTECTED] wrote: Yes, I am using the same .composite file Ana Belen -Mensaje original- De: Simon Laws [mailto:[EMAIL PROTECTED] Enviado el: miércoles, 17 de octubre de 2007 13

Re: [DISCUSS] Tuscany SCA Roadmap and next releases

2007-10-18 Thread Simon Laws
parsing the wsdl. - Support load contribution as a osgi bundle. Thanks, wangfeng On 2007-10-17, Simon Laws [EMAIL PROTECTED] wrote: On 10/16/07, Luciano Resende [EMAIL PROTECTED] wrote: For implementation.bpel, we need to finalize support for references, and we might want to do

Re: Using Java Beans with Tuscany

2007-10-18 Thread Simon Laws
On 10/18/07, Ana Belén Antón Gironés [EMAIL PROTECTED] wrote: Dear Simon, First of all, my latter problem (regarding No service invoker is available for reference default error) was saved. I think dependencies wasn't causing this problem. Certainly, I use another dependencies, but I had

Re: subscribe

2007-10-18 Thread Simon Laws
On 10/18/07, Brenda Haynes [EMAIL PROTECTED] wrote: Hi Brenda You need to send you subscribe request mail to [EMAIL PROTECTED] There is a link here ( http://incubator.apache.org/tuscany/mailing-lists.html) Regards Simon

Re: Configuring and loading Composites and/or components at runtime?

2007-10-18 Thread Simon Laws
Hi Jason, Welcome to Tuscany! Comments below... Would be great to have your input on how some of these features should work . So keep asking the questions:-) Regards Simon On 10/18/07, Jason Clark [EMAIL PROTECTED] wrote: Another question. Is there a way to load composites and components at

Re: Handling authentication for non-web services?

2007-10-18 Thread Simon Laws
Hi Jason I expect others in the project who are closer to some of the non web services bindings will have their own views on this. Am setting the ball rolling by asking some questions. See below. As a general rule I would try and start simple so I wouldn't necessarily dive into thinking about

Re: Configuring and loading Composites and/or components at runtime?

2007-10-19 Thread Simon Laws
On 10/19/07, Jason Clark [EMAIL PROTECTED] wrote: More questions :-) See below. -Jason -Original Message- From: Simon Laws [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 9:42 AM To: tuscany-user@ws.apache.org Subject: Re: Configuring and loading Composites

Re: Testing my service

2007-10-19 Thread Simon Laws
On 10/19/07, Ana Belén Antón Gironés [EMAIL PROTECTED] wrote: Hi! I have a problem with the test of my application. The tearDown() test fails, and I don't know what is happening. When I run my JUnit test I get this message: java.lang.NullPointerException at

Re: Handling authentication for non-web services?

2007-10-19 Thread Simon Laws
how to formalize this relationship with callback and/or a conversational semantics. -Jason -Original Message- From: Simon Laws [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:10 PM To: tuscany-user@ws.apache.org Subject: Re: Handling authentication for non-web

Re: Configuring and loading Composites and/or components at runtime?

2007-10-29 Thread Simon Laws
. # -Original Message- From: Simon Laws [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 9:42 PM To: tuscany-user@ws.apache.org Subject: Re: Configuring and loading Composites and/or components at runtime? On 10/19/07, Jason Clark [EMAIL PROTECTED] wrote: More

Re: Getting distributed components.

2007-10-31 Thread Simon Laws
Message- From: Simon Laws [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 2007 3:59 AM To: tuscany-user@ws.apache.org Subject: Re: Getting distributed components. Hi Jason, Some comments below. Regards Simon On 10/30/07, Jason Clark [EMAIL PROTECTED] wrote

Re: org.apache.axis2.AxisFault: The system cannot infer the transport information from the / URL

2007-11-12 Thread Simon Laws
On Nov 5, 2007 9:04 AM, ashjk [EMAIL PROTECTED] wrote: Hi, I had deployed a service using binding.ws transport as jms (similar to helloworld-ws-service helloworld-ws-reference-jms), the service is starting properly but while the client is trying to communicate with service the following

Re: SOAPProcessingException after update from SCA 0.99 to 1.0

2007-11-14 Thread Simon Laws
callbacks or conversations. This error seems to indicate that the Axis2/C service received a SOAP request containing some unexpected XML data. Can you run with a TCP monitor and post the SOAP messages that are being exchanged? Simon Nash Simon Laws wrote: On Nov 11, 2007 4:52 PM

Re: SOAPProcessingException after update from SCA 0.99 to 1.0

2007-11-14 Thread Simon Laws
Simon Laws wrote: On Nov 14, 2007 12:26 PM, Philipp Konradi [EMAIL PROTECTED] wrote: Hi, thank you guys very much for taking this issue on. I've done tcpmonitoring as suggested and I noticed that the 1.0 runtime was sending additionally a Header with some Address element. Here

Re: Reg: callback

2007-11-19 Thread Simon Laws
On Nov 19, 2007 1:02 PM, ashjk [EMAIL PROTECTED] wrote: Hi Simon, Thank you very much, it is working now. Thanks Regards, Ashwini Kumar Jeksani On Nov 19, 2007 6:08 PM, Simon Laws [EMAIL PROTECTED] wrote: On Nov 19, 2007 9:52 AM, ashjk [EMAIL PROTECTED] wrote: On Nov 15, 2007 2

Re: WS-Security support for WS binding

2007-11-20 Thread Simon Laws
On Nov 20, 2007 3:30 PM, Jeff Davis [EMAIL PROTECTED] wrote: Hi, I'm trying to determine whether the WS Binding supports WS-Security such as the UsernameToken profile? From what I can gather, I only found HTTP basic authentication support? If WS-Security isn't currently supported, is

Re: SCA WS Binding Wrapper Style

2007-11-22 Thread Simon Laws
Hi Bentley Some comments/questions below Regards Simon On Nov 21, 2007 7:04 PM, Bentley Johnson [EMAIL PROTECTED] wrote: It seems that both the default SCA binding for Remotable Interfaces and the basic WS binding are being restricted to the services following the wrapper It certainly

Re: Question regarding SCADomainFinder

2007-11-27 Thread Simon Laws
On Nov 27, 2007 5:19 AM, Jeff Davis [EMAIL PROTECTED] wrote: Hi, I'm attempting to perform some testing using some of the distributed features of Tuscany. I have done the following: 1) In one Java main class, started a new domain. 2) In another Java main, started a node that registered a

Re: Question regarding SCADomainFinder

2007-11-27 Thread Simon Laws
On Nov 27, 2007 3:32 PM, Jeff Davis [EMAIL PROTECTED] wrote: I submitted the following JIRA: https://issues.apache.org/jira/browse/TUSCANY-1920 I'm not certain I gave it the proper classification, so you might want to verify that. Thanks, jeff -Original Message- From: Simon

Re: Question regarding SCADomainFinder

2007-11-29 Thread Simon Laws
On Nov 27, 2007 3:35 PM, Simon Laws [EMAIL PROTECTED] wrote: On Nov 27, 2007 3:32 PM, Jeff Davis [EMAIL PROTECTED] wrote: I submitted the following JIRA: https://issues.apache.org/jira/browse/TUSCANY-1920 I'm not certain I gave it the proper classification, so you might want

Re: WMS as Service Component

2007-12-04 Thread Simon Laws
On Dec 4, 2007 8:57 AM, Christian Jauss [EMAIL PROTECTED] wrote: Hi Tuscany-users, I'm currently trying to implement a Web Map Service as a Service Component following SCA. At the moment I have the problem that I don't know how to get the http request information, especially the URL, inside

Re: Service Discovery for SCA

2007-12-06 Thread Simon Laws
On Dec 6, 2007 1:32 PM, Simon Nash [EMAIL PROTECTED] wrote: I agree that this would be useful. The place to enable it would be the SCA Domain. The Domain doesn't currently have APIs to list or search for services. We could add APIs that do this, or we could add an SPI that allows a

Tidying Java SCA JIRAs

2007-12-11 Thread Simon Laws
Hi With my Java SCA 1.1 release hat on I want to tidy the Java SCA JIRAs so that I can tell what needs doing. We have some 649 issues in all states that are registered against Java-SCA-1.1, Java-Next or have no fix target. As there are so many it's difficult to tidy precisely but I want to do the

Release 1.1 - what will be ready for next week?

2007-12-11 Thread Simon Laws
Hi Following on from the JIRA tidy up note here are a few high level areas that I've seen activity on over the last few weeks and so may be ready to go for release 1.1. Deep tomcat integration Better JMS support JAXB based POJO transformations. More policy function Modeling of client side java

Re: web service implementation with cxf

2007-12-17 Thread Simon Laws
On Dec 17, 2007 5:28 AM, Mariano Kohan [EMAIL PROTECTED] wrote: hello, In SCA java when I use the binding binding.ws to provide a service, the web service is implemented with Axis2? does sca java have a similar approach to provide a service with a web service implemented in cxf? The

Re: NPE when calling webservice component

2007-12-19 Thread Simon Laws
On Dec 19, 2007 9:58 AM, Andrej Koelewijn [EMAIL PROTECTED] wrote: Fixed it. It was a classpath issue, although i'm yet sure what. I had put all jar from the libs and modules directories on my classpath. After i changed it to only include lib\tuscany-sca-manifest.jar it works as expected.

Re: web service problem (and configuration)

2007-12-20 Thread Simon Laws
On Dec 20, 2007 5:44 PM, Mariano Kohan [EMAIL PROTECTED] wrote: hello, I have a problem when I expose a service with ws binding. When I want to return a collection of elements, if I use a List type the web service invocation return only 2 elements of the list (when I use LinkedList) or an

Re: Eclipse RCP apps and Tuscany

2008-01-11 Thread Simon Laws
Hi Rajini But the code that I have run into problems with are in org.apache.tuscany.sca.node.util.SCAContributionUtil.findContributionFromResource (ClassLoader classLoader, String compositeString) which only works with file:// or jar:// URLs (it is very similar to the code used by the

Re: Problem with stateless (and stateful) Callback Service

2008-01-23 Thread Simon Laws
snip... I have successfully created and tested stateless callback service with webapp with Tuscany-1.0. Now have a problem with Tuscnay-1.1-RC3.. My stateless service was deployed in Tomcat as a war(Tomcat was running on 8080) Now my problem is as below, i got following error on

[ANNOUNCE] Apache Tuscany SCA Java 1.1 released

2008-02-05 Thread Simon Laws
The Apache Tuscany team are delighted to announce the 1.1 release of the Java SCA project. Apache Tuscany provides a runtime environment based on the Service Component Architecture (SCA). SCA is a set of specifications aimed at simplifying SOA application development. These specifications are

Re: Question about Conversational Programming

2008-02-05 Thread Simon Laws
On Feb 5, 2008 5:30 PM, [EMAIL PROTECTED] wrote: Hi, I'm currently evaluating Tuscany to be used in the new EILF eclipse project. I have the following problem: I have 3 components: Alpha, Beta and Gamma, where Gamma's Interface is marked with @Conversational and @Scope(CONVERSATION). I

Re: SCA Client and JDK 1.4

2008-02-08 Thread Simon Laws
On Feb 8, 2008 2:40 PM, John Hunt [EMAIL PROTECTED] wrote: All, Although I am aware that SCA requires the use of Java 5 - is this also true for the SCA Client side? We have some scenarios where the client side might be on JDK 1.4 and thus ideally would want the client to be able to run

What should be in Tuscany SCA Java release 1.2?

2008-02-14 Thread Simon Laws
Hi It's probably about time we started talking about what's going to be in Tuscany SCA Java release 1.2. From the past timeline I would expect us to be trying for a release mid to late March which is not very far away. Some of the things I'd like to see are; More progress on our domain level

Re: What should be in Tuscany SCA Java release 1.2?

2008-03-05 Thread Simon Laws
. I'd like to restart discussion on this thread and start building a list of things we want to do for SCA 1.2 and I'd also like to volunteer for Release Manager for SCA 1.2 release. On Thu, Feb 14, 2008 at 8:52 AM, Simon Laws [EMAIL PROTECTED] wrote: Hi It's probably about time

Re: Distributed Tuscany problem

2008-03-12 Thread Simon Laws
On Tue, Mar 11, 2008 at 8:00 PM, Felix Cuadrado Latasa [EMAIL PROTECTED] wrote: Hello. I have been trying to set up a distributed domain with Tuscany, starting from the calculator-distributed example. In my set-up the Domain Node and the B and C nodes are launched from one pc, and the A node

Re: Conversation and Message exchange patterns

2008-03-13 Thread Simon Laws
On Wed, Mar 12, 2008 at 3:35 PM, James, Steven [EMAIL PROTECTED] wrote: We are investigating using SCA and are trying to understand if SCA could support complex Message exchange patterns (MEP's). What I mean by MEP is similar to those defined by WSDL 2.0 i.e. In-out Out-Only etc. I have been

Re: Distributed Tuscany problem

2008-03-13 Thread Simon Laws
On Wed, Mar 12, 2008 at 11:20 AM, Simon Laws [EMAIL PROTECTED] wrote: On Tue, Mar 11, 2008 at 8:00 PM, Felix Cuadrado Latasa [EMAIL PROTECTED] wrote: Hello. I have been trying to set up a distributed domain with Tuscany, starting from the calculator-distributed example. In my set-up

Re: Sending message to Tuscany

2008-03-14 Thread Simon Laws
On Fri, Mar 14, 2008 at 2:45 AM, Joshua Jackson [EMAIL PROTECTED] wrote: Dear all, Is it possible to send message to Tuscany? I've got this Interactive Voice Response program made by a vendor and it is able to send a message to a socket. Now, can tuscany receive those message from a certain

Re: Sending message to Tuscany

2008-03-14 Thread Simon Laws
On Fri, Mar 14, 2008 at 10:36 AM, Joshua Jackson [EMAIL PROTECTED] wrote: Hi guys, I have taken a look at the tuscany's sample. But I'm quite confused here, does tuscany enforce you to call a Java method in some way? Please CMIIW. Because what I'll receive from the IVR is only a message in

Re: Sending message to Tuscany

2008-03-14 Thread Simon Laws
Hi Joshua More comments in line Regards Simon On Fri, Mar 14, 2008 at 11:20 AM, Joshua Jackson [EMAIL PROTECTED] wrote: On 3/14/08, Simon Laws [EMAIL PROTECTED] wrote: On Fri, Mar 14, 2008 at 10:36 AM, Joshua Jackson [EMAIL PROTECTED] wrote: So you could say that a binding.socket

  1   2   >