Re: Beginner Question - Deploying components on the fly.

2008-06-09 Thread Simon Laws
Hi Crhis snip... > > > I can see how the samples are working, as Tuscany has automatic access > to the files required as they are included within the same jars, but > assume I have a DAO component which implements a service > HibernateProductDAO which provides a Hibernate specific implementation

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: Beginner Question - Deploying components on the fly.

2008-06-06 Thread Simon Laws
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 way I would normally develop them in a EJB sense is: Firstly I would > d

Re: Beginner Question - Deploying comonents on the fly.

2008-06-06 Thread Simon Laws
On Fri, Jun 6, 2008 at 1:56 PM, Miles, Chris <[EMAIL PROTECTED]> wrote: > Hi, > > > > I have just downloaded Tuscany and have read through some of the > beginner's guides and some various pdfs and blogs regarding Tuscany. I > may have some wrong preconceptions about Tuscany, and maybe someone can

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. >> >>

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

2008-06-02 Thread Simon Laws
On Mon, Jun 2, 2008 at 1:15 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > Hi Marina > > I've just been looking at this so some comments in line... > > Simon > > >> >>>> 1) the namespaces used in SOAP BODY are not in conformity with t

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

2008-06-02 Thread Simon Laws
Hi Marina I've just been looking at this so some comments in line... Simon > >>> 1) the namespaces used in SOAP BODY are not in conformity with the >>> WSDL. Indeed, one can find the value "http://translatewithsms"; as the >>> "pseudo" namespace _ns_. Replacing that value with the one de

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

2008-05-30 Thread Simon Laws
ranslatewithsms; >> >> import java.io.IOException; >> >> import javax.security.auth.callback.Callback; >> import javax.security.auth.callback.CallbackHandler; >> import javax.security.auth.callback.UnsupportedCallbackException; >> >> import org.apache.ws.security.WSPasswordCallback; >

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

2008-05-29 Thread Simon Laws
tionInvoker.java:105) > at > org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JDKInvocationHandler.java:249) > at > org.apache.tuscany.sca.core.invocation.JDKInvocationHandler.invoke(JDKInvocationHandler.java:146) > at $Proxy7.translateAndSendSMS(Unknown Source)

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 AT&T which has extensive C++ and Java > components in our application. We are looking for the seamless > integration that is provided via the SOA architecture. >

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'm trying to connect to a service from an external program .In tuscany > 1.1 i use this code:    > SCADomainFinder domainFinder = > SCADomainFinder.newInstance();   >     String uriSCA = > "http://domain_ip:

Re: SCA Tools Project newsgroup

2008-05-27 Thread Simon Laws
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 works for news readers, just remove the > spaces I inserted to try to avoid gmail being "clever" ... > > news: // new

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 exceptio

Re: Authentication and policy issues

2008-05-19 Thread Simon Laws
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 PROTECTED]> > wrote:

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

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

2008-05-07 Thread Simon Laws
what > are the changes to introduce in the policy description (definitions.xml > and/or other files)? > > > Regards, > Marina. > > samples/helloworld-ws-reference-secure and > > samples/helloworld-ws-service-secure > > > > > > > Le 7 mai 08 à 12:13

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

2008-05-07 Thread Simon Laws
On Mon, May 5, 2008 at 4:11 PM, Marina Deslaugiers < [EMAIL PROTECTED]> wrote: > Hi, > Hello, > > I am coming back to you as I now have to connect to an external web > service with user/password authentication and I do not know how this can be > done (using policies I guess) in tuscany. > > I use

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

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.

User guide revamp

2008-05-02 Thread Simon Laws
While Subversion has been down I've made a start upgrading the user guide to make it a little more coherent and bring it up to date a little. Big changes so far are that I've moved the command line walk through out into a separate guide and I've started replacing some out of date material in the us

Re: Are there plans to provide bindging directly to mq?

2008-05-01 Thread Simon Laws
On Wed, Apr 30, 2008 at 3:45 PM, Marian, Radu <[EMAIL PROTECTED]> wrote: > In many cases it is more efficient to not rely on jms server at all. > Instead a component can talk directly to an mq client via mq bindgings. > > Are there plans to have binding.mq suported in tuscany? > > Thanks, > Radu >

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

2008-05-01 Thread Simon Laws
On Wed, Apr 30, 2008 at 12:44 PM, <[EMAIL PROTECTED]> wrote: > Hi Simon, > > I just created a Jira to keep track of this issue: > https://issues.apache.org/jira/browse/TUSCANY-2281 > > Besides using multiplicity="1..n", the interface Crawler is also > Conversational. > As mentioned in document "Ja

Re: Is there are simple straightforward way of creating a Compoisite

2008-04-29 Thread Simon Laws
adu Marian > CRM Services Architecture Team > Bank of America, Charlotte NC > (980) 387-6233 > [EMAIL PROTECTED] > > -Original Message- > From: Simon Laws [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 29, 2008 10:49 AM > To: tuscany-user@ws.apache.org > Subje

Re: Is there are simple straightforward way of creating a Compoisite

2008-04-29 Thread Simon Laws
On Mon, Apr 28, 2008 at 6:27 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Mon, Apr 28, 2008 at 5:36 PM, Marian, Radu < > [EMAIL PROTECTED]> wrote: > > > Simon, > > > > Thanks for your prompt response. I hope the following api will

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

2008-04-28 Thread Simon Laws
On Mon, Apr 28, 2008 at 3:37 PM, <[EMAIL PROTECTED]> wrote: > Hi all, > > I have another question concerning multiplicity. Given my sample > configuration > > >... > target="CrawlerComponent SpecialCrawlerComponent"> > > > > > > > > > > > > > > >

Re: Is there are simple straightforward way of creating a Compoisite

2008-04-28 Thread Simon Laws
RM Services Architecture Team > Bank of America, Charlotte NC > (980) 387-6233 > [EMAIL PROTECTED] > > -Original Message- > From: Simon Laws [mailto:[EMAIL PROTECTED] > Sent: Monday, April 28, 2008 11:54 AM > To: tuscany-user@ws.apache.org > Subject: Re: Is there ar

Re: Is there are simple straightforward way of creating a Compoisite

2008-04-28 Thread Simon Laws
On Mon, Apr 28, 2008 at 4:14 PM, Marian, Radu <[EMAIL PROTECTED]> wrote: > Hello, > > I have spent quite a few time through ContributionServiceImpl class and > could not find a simple way to add a Composite to the contributiion - > given the InputStream of the composite URL. I understand tuscany

Re: noobie wsdl location question

2008-04-25 Thread Simon Laws
quot;> > > http://127.0.0.1:8087/dcri-finance-composite/TrialService"/> > but that didn't > work either. interface="org.dcri.finance.CreateTrialService" /> > > little lost on the problem. maybe i have something incorrectly

Re: noobie wsdl location question

2008-04-25 Thread Simon Laws
.apache.tuscany.sca.host.webapp.TuscanyServletFiltertuscany/* i figured it was best to get it working within tomcat, since that's where > some samples are and tested. once i can get it working there, i'll move > back to jboss... > thanks abe > > > - Original Message

Re: noobie wsdl location question

2008-04-25 Thread Simon Laws
.apache.tuscany.sca.host.webapp.TuscanyServletFiltertuscany/* i figured it was best to get it working within tomcat, since that's where > some samples are and tested. once i can get it working there, i'll move > back to jboss... > thanks abe > > > - Original Message

Re: noobie wsdl location question

2008-04-25 Thread Simon Laws
On Fri, Apr 25, 2008 at 2:40 PM, Abraham Washington <[EMAIL PROTECTED]> wrote: > sorry...i'm using tuscany version sca-1.1-incubating > thx simon/ant for the responses. if i can just get the wsdl from the war, > that would be great. > > > > - Original Message > From: Abraham Washington <

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

2008-04-25 Thread Simon Laws
On Fri, Apr 25, 2008 at 1:22 PM, <[EMAIL PROTECTED]> wrote: > Hi Simon, > > thanks for your answer. I remember you wrote a similar answer when I > asked about load balancing and failover. > I'll have to get my hands on this workspace stuff, soon. > > It would be great if you guys could provide a l

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

2008-04-25 Thread Simon Laws
On Fri, Apr 25, 2008 at 9:03 AM, <[EMAIL PROTECTED]> wrote: > Hi Simon, > > Yes, just using in the reference works. > > But, if the components are defined in seperate composites, I get the > following warnings (as I expected): > > WARNUNG: Component reference target not found, it might be a remot

Re: noobie wsdl location question

2008-04-25 Thread Simon Laws
On Fri, Apr 25, 2008 at 8:49 AM, ant elder <[EMAIL PROTECTED]> wrote: > Which release of Tuscany are you using? Later releases should be outputting > a log message for each service endpoint saying what the endpoint is, eg: > > INFO: Added Servlet mapping: > /sample-helloworld-ws-service-webapp/Hel

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

2008-04-24 Thread Simon Laws
On Thu, Apr 24, 2008 at 4:35 PM, <[EMAIL PROTECTED]> wrote: > Hi all, > > I have set up a composite, where service CrawlerControllerComponent has > one or more references to Crawlers. This runs without any problem using > binding.sca. Here is the content of the .compiste file, where 2 Crawlers > a

Re: Referencing CONVERSATION-scoped component from COMPOSITE-scoped

2008-04-24 Thread Simon Laws
On Thu, Apr 24, 2008 at 4:02 AM, Ivan Dubrov <[EMAIL PROTECTED]> wrote: > Seems like I still don't understand how to solve my problem. Actually, I'm > trying to bind conversation-scoped component to the HTTP session and invoke > it through the composite-scoped component (which I invoke via GWT-RPC

Re: jboss deployment

2008-04-23 Thread Simon Laws
On Wed, Apr 23, 2008 at 6:37 PM, Abraham Washington <[EMAIL PROTECTED]> wrote: > i did more debugging and think i narrowed down the problem. using jboss > 4.0.5.ga, the error msg is more verbose. below is the stack trace > > 11:35:11,536 ERROR [STDERR] Apr 23, 2008 11:35:11 AM > org.apache.t

Re: SDO and Complex Content / extension base not working

2008-04-22 Thread Simon Laws
On Tue, Apr 22, 2008 at 10:59 AM, Prashanth Rao <[EMAIL PROTECTED]> wrote: > Hi > > Can you help me in resoving a issue i am facing with SDO C++ > implementation. > > 1. I have 2 xsd's and I am loading the main XSD (Audit) along with the xml > in the SDO C++ program > 2. However, when the xml loa

Re: Query: invocation-time access to reference policies

2008-04-21 Thread Simon Laws
ates > the policy sets attached to e.g. a Binding? If so, then there is no > problem - my binding invoker can clearly get them at invocation time. > But I find that surprising. > > Thanks > Steve > > > -Original Message- > From: Simon Laws [mailto:[EMAIL PROTECTED]

Re: Query: invocation-time access to reference policies

2008-04-21 Thread Simon Laws
Hi Steve, some comments in line Simon On Mon, Apr 21, 2008 at 12:39 PM, Steve Chamberlain < [EMAIL PROTECTED]> wrote: > > Hi, > > > > Could someone please give me a clue about invocation-time access to the > policies resulting from Intents and/or PolicySets attached to a custom > reference bindi

Re: Need urgent help on binding to external web service within Tuscany

2008-04-18 Thread Simon Laws
oday for you Marina if that > would help? > > ...ant > > On Thu, Apr 17, 2008 at 6:37 PM, Raymond Feng <[EMAIL PROTECTED]> wrote: > > To echo what Simon Laws said, we don't have support for RPC-encoded WSDL > > operations in Tuscany yet. > > > > T

Re: Need urgent help on binding to external web service within Tuscany

2008-04-17 Thread Simon Laws
On Thu, Apr 17, 2008 at 5:44 PM, Marina Deslaugiers < [EMAIL PROTECTED]> wrote: > Hi, > > Thanks for the answer by Simon Laws and his proposition to open a JIRA for > providing my code there. > > Before doing so, would you please test the following links of the externa

Re: Need urgent help on binding to external web service within Tuscany

2008-04-17 Thread Simon Laws
On Thu, Apr 17, 2008 at 11:02 AM, Marina Deslaugiers < [EMAIL PROTECTED]> wrote: > Hi, > > Yes I had looked to that demo example and did not succeded in making it > work due to an execution error (which is the same as below) ; furthermore, I > noticed the web service was oflline. > > I download th

Re: Should we move to SDO 1.1-incubating version for SCA Java?

2008-04-16 Thread Simon Laws
On Wed, Apr 16, 2008 at 11:33 AM, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote: > +1 > > ++Vamsi > > On Tue, Apr 15, 2008 at 10:00 PM, Raymond Feng <[EMAIL PROTECTED]> > wrote: > > > Hi, > > > > Now the SDO 1.1-incubating has been released. Should we adjust the > pom.xml > > in SCA Java to refere

Re: Status of Load-Balancing, Failover and Service lookup.

2008-04-11 Thread Simon Laws
On Fri, Apr 11, 2008 at 11:28 AM, <[EMAIL PROTECTED]> wrote: > Hi Simon, > > > Ah - That's a good piece of detective work. The new workspace > > support uses some new modules, e.g, node2-* that are > > intended in due course to replace some of the existing > > modules and this may be causing prob

Re: Status of Load-Balancing, Failover and Service lookup.

2008-04-10 Thread Simon Laws
Hi Daniel Some comments in line Regards Simon [1] http://svn.apache.org/repos/asf/incubator/tuscany/java/sca/modules/node2-launcher/src/main/java/org/apache/tuscany/sca/node/launcher/NodeLauncherUtil.java On Thu, Apr 10, 2008 at 4:37 PM, <[EMAIL PROTECTED]> wrote: > Hi Simon, > > My colle

Re: SCA 2.0, was Re: Next SCA release

2008-04-10 Thread Simon Laws
e > > > > On Thu, Apr 10, 2008 at 12:01 PM, Simon Laws <[EMAIL PROTECTED]> > > wrote: > > > > > On Thu, Apr 10, 2008 at 8:12 AM, ant elder <[EMAIL PROTECTED]> > wrote: > > > > > > > On Wed, Apr 9, 2008 at 10:23 PM, Jean-Sebastien Del

Re: SCA 2.0, was Re: Next SCA release

2008-04-10 Thread Simon Laws
On Thu, Apr 10, 2008 at 8:12 AM, ant elder <[EMAIL PROTECTED]> wrote: > On Wed, Apr 9, 2008 at 10:23 PM, Jean-Sebastien Delfino < > [EMAIL PROTECTED]> wrote: > > > > > > 1.3 sounds good to me. I'm assuming that we'll cut that branch out of > > trunk? > > > > I'm asking because I'm interested in w

Re: Status of Load-Balancing, Failover and Service lookup.

2008-04-10 Thread Simon Laws
Hi Daniel ... On Thu, Apr 10, 2008 at 10:15 AM, <[EMAIL PROTECTED]> wrote: > Hi Simon, > > You were right, there were wrong paths in my workspace.xml. > However, after fixing them I still get the same exception if I start > LaunchCalculatorNodeB. Be interested to know what paths you used instea

Re: Status of Load-Balancing, Failover and Service lookup.

2008-04-09 Thread Simon Laws
Hi Daniel. Some more comments inline Simon On Wed, Apr 9, 2008 at 5:25 PM, <[EMAIL PROTECTED]> wrote: > Hi Simon, > > Thanks for your elaborate answer. > It's good to hear that these topics are work in progress! > > > > This is my view of where we are. > > > > Service lookup - We are moving to

Re: Status of Load-Balancing, Failover and Service lookup.

2008-04-08 Thread Simon Laws
Hi Daniel This is my view of where we are. Service lookup - We are moving to a domain model now that doesn't rely on service lookup internally. If you take a look at the workspace code and sample/calculator-distributed as it now stands the service endpoints in the domain are calculated in the wor

Re: Using tuscany to help our leading banking customers to fullfil the SOA architecture and business component specification

2008-03-27 Thread Simon Laws
On Thu, Mar 27, 2008 at 9:39 AM, 王洪伟 <[EMAIL PROTECTED]> wrote: > Good news! > > 2008/3/27, Chris Cheng <[EMAIL PROTECTED]>: > > > > Hi, > > > > Share with you that: > > > > > > > > Primeton has done a consulting service for one of China Leading > Financial > > Service Company, to help them to ful

Re: Conversation and Message exchange patterns

2008-03-18 Thread Simon Laws
ription as it expects that the service interfaces is already know. GET, POST, PUT etc. However you could get a WSDL description, if one were required, by adding a web service binding alongside the http binding for the same service and then use the ?wsdl extension. > > Best regards, > >

Re: Sending message to Tuscany

2008-03-18 Thread Simon Laws
On Tue, Mar 18, 2008 at 8:48 AM, Joshua Jackson <[EMAIL PROTECTED]> wrote: > On 3/18/08, ant elder <[EMAIL PROTECTED]> wrote: > > Yes there's a JMS binding that lets you talk to a JMS broker, see > > http://incubator.apache.org/tuscany/sca-java-bindingjms.html > > > > ...ant > > Where is the lis

Re: Conversation and Message exchange patterns

2008-03-17 Thread Simon Laws
ct :-) so you can see how the implementations would use these interfaces by looking there. If this looks like the right kind of thing then we can discuss this in more detail, for example, we could talk about how callbacks are correlated and how the number of callbacks could be configured, etc If thi

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]> > > w

Re: Pls help me in understanding WS bindings

2008-03-14 Thread Simon Laws
Hi Prashnanth I'm a little shaky on the C++ implementation as I've not looked at it for a while but let me have a go at some answers. Some comments in-line. Hope that helps. Simon On Thu, Mar 13, 2008 at 10:14 AM, Prashanth Rao <[EMAIL PROTECTED]> wrote: > Hi > > Kindly help me to understand h

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 messag

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 >

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 >

Re: Conversation and Message exchange patterns

2008-03-13 Thread Simon Laws
cques Dubray <[EMAIL PROTECTED]> wrote: > Simon: > > my understanding is that it cannot be done with BPEL yet. > > Do you know if this can be achieved with pure Web Services (regardless of > whether they have been written in Java or not). > > JJ- > > On Thu, Mar 13,

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 hav

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

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

2008-03-05 Thread Simon Laws
t; > wrote: > > > Time flies and is already March. 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. > > > &

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 com

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

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"

[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 bein

Re: Problem with stateless (and stateful) Callback Service

2008-01-23 Thread Simon Laws
On Jan 23, 2008 11:23 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > 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 serv

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

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 > use

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

Re: NPE when calling webservice component

2007-12-19 Thread Simon Laws
jars from the libs directory (excluding the manifest > jar) on the classpath. > Regards, > Andrej > > On Dec 19, 2007 11:54 AM, Simon Laws <[EMAIL PROTECTED]> wrote: > > > On Dec 19, 2007 9:58 AM, Andrej Koelewijn <[EMAIL PROTECTED]> wrote: > > > > &g

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 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 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 exte

Re: tuscany architecture

2007-12-13 Thread Simon Laws
On Dec 13, 2007 3:45 PM, Peng Han <[EMAIL PROTECTED]> wrote: > Hello All: > > > > I am a newbie for Tuscany. After reading the architecture guide, I still > didn't quite understand how the Tuscany > > based SCA applications actually run. I mean, if we are using a top-down > approach and build ever

Re: Working with related beans

2007-12-13 Thread Simon Laws
On Dec 13, 2007 3:19 PM, Álvaro Martínez <[EMAIL PROTECTED]> wrote: > > Hi, I'm a newbie to Apache Tuscany and I have a very dumb doubt... I > think. > > My question is: how can I use related beans when calling web services > (as parameters) or on return from them. By "related" I mean specifically

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 sc

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

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 r

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, i

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 no

Re: Question regarding SCADomainFinder

2007-11-27 Thread Simon Laws
t; > jeff > > -Original Message- > From: Simon Laws [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 27, 2007 1:11 AM > To: tuscany-user@ws.apache.org > Subject: Re: Question regarding SCADomainFinder > > On Nov 27, 2007 5:19 AM, Jeff Davis <[EMAIL PROTECTED]> w

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 regist

Re: SCA & WS Binding Wrapper Style

2007-11-26 Thread Simon Laws
> > Thanks > > Bentley > > -Original Message- > > From: "Simon Laws" <[EMAIL PROTECTED]> > > To: tuscany-user@ws.apache.org > > Date: Thu, 22 Nov 2007 11:28:24 + > > Subject: Re: SCA & WS Binding Wrapper Style > > > > &

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 certain

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 sup

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

Re: Reg: callback

2007-11-19 Thread Simon Laws
On Nov 19, 2007 9:52 AM, ashjk <[EMAIL PROTECTED]> wrote: > On Nov 15, 2007 2:46 PM, ashjk <[EMAIL PROTECTED]> wrote: > > > Hello, > > > > I am using callback in my use-case, the scenario is that the callback > > should happen (to the client) only after the approval from an approver. > As I > > c

Re: SOAPProcessingException after update from SCA 0.99 to 1.0

2007-11-14 Thread Simon Laws
g WS-Addressing headers unless they are needed for callbacks > or conversations. > > Simon > > Simon Laws wrote: > > > On Nov 14, 2007 12:26 PM, Philipp Konradi <[EMAIL PROTECTED]> wrote: > > > > > >>Hi, > >> > >>thank you gu

Re: SOAPProcessingException after update from SCA 0.99 to 1.0

2007-11-14 Thread Simon Laws
he scenario described here. > > For dynamically generated WSDL, a few changes were made to the > generation algorithm that affect methods with no arguments and/or > a void result. However, the helloworld-ws-reference sample uses > statically created WSDL, not dynamically generate

Re: SOAPProcessingException after update from SCA 0.99 to 1.0

2007-11-12 Thread Simon Laws
On Nov 11, 2007 4:52 PM, Philipp Konradi <[EMAIL PROTECTED]> wrote: > Hi all, > > after upgrading from Tuscany SCA Java v0.99 to 1.0 one of my sample > applications has broken. > The app is pretty simple: a Java SCA service calls a Native SCA service > via > Web Services. > After version upgrade I

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 f

Re: Getting distributed components.

2007-10-31 Thread Simon Laws
n the contents of this information is strictly > prohibited. > > -Original 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. &

Re: JMS binding

2007-10-30 Thread Simon Laws
On 10/25/07, Philipp Konradi <[EMAIL PROTECTED]> wrote: > > Hi Simon, > > just wanted to let you know that jms binding is working for me now (in a > simple request/reply scenario where an external app invokes an > java-sca-service via jms-binding). > Thank you for your help! > > For some of other g

Re: Redundancy support

2007-10-30 Thread Simon Laws
On 10/26/07, James, Steven <[EMAIL PROTECTED]> wrote: > > > Does anyone know if Tuscany has any Redundancy support? For example > imagine a component has a dependency on another service but this service > is remote. Later the dependant service becomes unavailable for whatever > reason and you need

Re: Getting distributed components.

2007-10-30 Thread Simon Laws
Hi Jason, Some comments below. Regards Simon On 10/30/07, Jason Clark <[EMAIL PROTECTED]> wrote: > > Here's my use case. > > > > All my services extend a basic service interface that has some management > methods in it like shutdown and methods for gathering metrics reports to > see > various b

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

2007-10-29 Thread Simon Laws
sclosure > by another person is strictly prohibited. > > > #### > > # > > > -Original Message- > > From: Simon Laws [mailto:[EMAIL PROTECTED] > > Sent: Thursday, October 18, 2007 9:42 PM > > To: tuscany-user@ws.apache.org > > Subjec

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 eu.services.informa

Re: Handling authentication for non-web services?

2007-10-19 Thread Simon Laws
s state about this connection.Typically we try to think of services as being stateless but it is often that some state must be maintained in some circumstances. It might be worth thinking about how to formalize this relationship with callback and/or a conversational semantics. -Jason > > >

  1   2   >