Re: Security policy support in SCA Java (version 1.2.1)

2008-06-24 Thread Simon Laws
On Tue, Jun 24, 2008 at 9:45 AM, [EMAIL PROTECTED] wrote: Hi, I'm trying to use the Bigbank demo as a basis for providing custom authorization policies for one of our applications. In that regard, I have a few questions: 1) I've tried attaching intents to implementation.java (as

Re: AW: Apache Tuscany doubts

2008-06-27 Thread Simon Laws
On Fri, Jun 27, 2008 at 1:56 AM, Malte Marquarding [EMAIL PROTECTED] wrote: Hi Raymond, The system we envisage is roughly as follows. We are running a set of radio telescopes at remote site. The high level exposure of the various parts of system should be via service components. The

Re: Questions about feed-aggregator sample

2008-07-23 Thread Simon Laws
Hi Willis, Some comments in line. Hope that helps. Simon On Tue, Jul 22, 2008 at 10:28 PM, Willis C White [EMAIL PROTECTED] wrote: I don't see any file called AlertsService . I am in

Re: security on reference

2008-07-25 Thread Simon Laws
On Thu, Jul 24, 2008 at 7:55 PM, Abraham Washington [EMAIL PROTECTED] wrote: hi all, please disregard. i forgot to add the requires=authentication attr to the reference element within the component. only added it to the reference element declaration. thx abe (still not sure what

Re: calculator-distributed on multiple hosts

2008-07-25 Thread Simon Laws
On Fri, Jul 25, 2008 at 2:59 PM, Simon Laws [EMAIL PROTECTED] wrote: On Fri, Jul 25, 2008 at 6:33 AM, Malte Marquarding [EMAIL PROTECTED] wrote: Also, why doesn't it look it up in the jar? I edited the ant script to include the path and remove the src directory, but that didn't help

Re: Question on dynamic configuration of distributed application

2008-08-04 Thread Simon Laws
On Mon, Aug 4, 2008 at 5:14 PM, Rich Smith (rjsmith2) [EMAIL PROTECTED]wrote: Thanks, Raymond. I'll investigate your suggestions, and post back with any more questions. --Rich -- *From:* Raymond Feng [mailto:[EMAIL PROTECTED] *Sent:* Monday, August

Re: Question on dynamic configuration of distributed application

2008-08-07 Thread Simon Laws
-- *From:* Simon Laws [mailto:[EMAIL PROTECTED] *Sent:* Monday, August 04, 2008 2:35 PM *To:* user@tuscany.apache.org *Subject:* Re: Question on dynamic configuration of distributed application On Mon, Aug 4, 2008 at 5:14 PM, Rich Smith (rjsmith2) [EMAIL PROTECTED] wrote

Re: Question on dynamic configuration of distributed application

2008-08-07 Thread Simon Laws
to me so far. Very interested to hear how you get on and of course post here if you get stuck and need more help. --Rich -- *From:* Simon Laws [mailto:[EMAIL PROTECTED] *Sent:* Monday, August 04, 2008 2:35 PM *To:* user@tuscany.apache.org *Subject:* Re

Re: Are JAX-WS Holders supported?

2008-08-17 Thread Simon Laws
On Sat, Aug 16, 2008 at 9:13 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: I have the following WSDL: definitions ... types schema ... element name=myOperation complexType sequence element name=myData type=tns:myDataType/ /sequence /complexType /element

Re: New to Tuscany - Question about dynamic discovery.

2008-08-19 Thread Simon Laws
On Tue, Aug 19, 2008 at 2:33 AM, Nick @ Bigpond [EMAIL PROTECTED] wrote: Raymond, Thanks for the reply. What I'm actually looking for is a binding that enables the dynamic discovery of services at run-time via UDDI. Cheers, Nick. -Original Message- From: Raymond Feng

What does deprecated mean? - was: Re: Rename Node2/node2 to Node/node in trunk

2008-08-21 Thread Simon Laws
On Thu, Aug 21, 2008 at 8:52 AM, haleh mahbod [EMAIL PROTECTED] wrote: Doesn't deprecation mean the code will be there for a while and therefore the new code will not break existing user code? How long will deprecated code stay around in Tuscany? It would be good to establish a guideline so

Re: Error running mvn in sca\itest\osgi-tuscany

2008-08-21 Thread Simon Laws
On Thu, Aug 21, 2008 at 11:32 AM, [EMAIL PROTECTED] wrote: Hi all, I just checked out Tuscany from trunk. I want to build the Tuscany OSGi bundles. When executing mvn in sca\itest\osgi-tuscany I get the following error: [ERROR] BUILD ERROR [INFO]

Re: Error running mvn in sca\itest\osgi-tuscany

2008-08-21 Thread Simon Laws
in 'org.jruby:jruby-complete:jar:1.0'. for project org.jruby:jruby-complete at Artifact [org.jruby:jruby-complete:jar:1.0:compile] In my local maven repository there is a jruby-complete-1.0.jar Bye, Daniel *Von:* Simon Laws [mailto:[EMAIL PROTECTED] *Gesendet:* Donnerstag, 21

Re: New to Tuscany - Question about dynamic discovery.

2008-08-22 Thread Simon Laws
a reference to valid services at run time, based on a required interface and a service registry location. Thanks, Nick. *From:* Simon Laws [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, 19 August 2008 5:38 PM *To:* user@tuscany.apache.org; [EMAIL PROTECTED] *Subject:* Re: New to Tuscany

Re: sca namespace in spring

2008-08-28 Thread Simon Laws
On Wed, Aug 27, 2008 at 3:45 PM, Ramkumar R [EMAIL PROTECTED] wrote: Hi Abraham, I beleive Tuscany policies should help your scenario, probably you need to evaluate the same. Let me give some brief on policies and direct you with some samples available to demostrate the same. Before we

Re: invoking reference

2008-08-29 Thread Simon Laws
On Fri, Aug 29, 2008 at 1:24 AM, Abraham Washington [EMAIL PROTECTED]wrote: hi all, i have a webapp, that has a composite with a single reference (see below). the binding.ws uri is up and working (i have a test case that invokes it). in my OrganizationServiceImpl class, the

Re: invoking reference

2008-08-29 Thread Simon Laws
: Simon Laws [EMAIL PROTECTED] To: user@tuscany.apache.org Sent: Friday, August 29, 2008 4:37:14 AM Subject: Re: invoking reference On Fri, Aug 29, 2008 at 1:24 AM, Abraham Washington [EMAIL PROTECTED]wrote: hi all, i have a webapp, that has a composite with a single reference (see below

Re: Duplicate component name (Components in different Composites)

2008-09-01 Thread Simon Laws
On Mon, Sep 1, 2008 at 12:35 PM, Tobias Arnold [EMAIL PROTECTED] wrote: Hi everyone, i tried to to deploy the store example shipped with tuscany twice in the same domain. Therefore i renamed the target namespace in one contribution to http://store1 the composite name to store1. In the

Re: sca namespace in spring

2008-09-08 Thread Simon Laws
On Mon, Sep 8, 2008 at 12:05 PM, Ramkumar R [EMAIL PROTECTED] wrote: Hi Abraham, I have few corrections to my previous comments. Please see my comments inline with my previous comments. On Thu, Sep 4, 2008 at 11:03 PM, Ramkumar R [EMAIL PROTECTED] wrote: Hi Abraham, Here I have few

Re: customizing timeout webservice

2008-09-22 Thread Simon Laws
On Mon, Sep 22, 2008 at 1:31 PM, Porsch, Freddy [EMAIL PROTECTED] wrote: Hi, since some day's i try to build the changend source code with maven but it does not work. Here is the log file of the last failed build. ... [INFO]

Re: build issues

2008-09-22 Thread Simon Laws
On Mon, Sep 22, 2008 at 4:39 PM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, It was my fault. Some local changes were accidentally checked in. I just reverted it under r697872. Thanks, Raymond -- From: [EMAIL PROTECTED] Sent: Monday,

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

2008-10-09 Thread Simon Laws
On Thu, Oct 9, 2008 at 5:24 PM, Ramkumar R [EMAIL PROTECTED] wrote: On Thu, Oct 9, 2008 at 9:20 PM, Raymond Feng [EMAIL PROTECTED] wrote: Can I assume the 1.4 release will be made out of the content in trunk? Thanks, Raymond I do have the same assumption as Raymond, that 1.4 will be made

Re: multiple instances of component implementation leadinf to loss of variables initialization

2008-10-10 Thread Simon Laws
. Does the scope concept only concerns SCA runtime for Java ? *Best regards,* ** *Marina.* * * Le 7 oct. 08 à 16:09, Simon Laws a écrit : On Tue, Oct 7, 2008 at 12:59 PM, Marina Deslaugiers [EMAIL PROTECTED] wrote: Hi, I am currently dvelopping a demo using Tuscany 1.1 incubating

[ANNOUNCE] Apache Tuscany SCA Java 1.3.2 released

2008-10-13 Thread Simon Laws
The Apache Tuscany team are pleased to announce the 1.3.2 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: Problems getting the calculator-distributed sample to work

2008-10-22 Thread Simon Laws
On Wed, Oct 22, 2008 at 3:10 AM, Rohan Sahgal [EMAIL PROTECTED] wrote: Hi, I was trying to get the calculator-distributed sample to work. However I cannot get the sample to run after following the steps in the read me. ant runDomain works fine and I get the output as outlined in the read

Re: Tuscany SCA Native

2008-10-29 Thread Simon Laws
Hi Altaf Some comments in line... Simon On Wed, Oct 29, 2008 at 2:03 PM, Altaf Muneer [EMAIL PROTECTED] wrote: Hi, I was just checking the SCA Native strain of Tuscany and I had the following questions.. Is there any ongoing work in Tuscany SCA Native? (I noticed that the last release

Re: calculator-distributed on multiple hosts

2008-10-29 Thread Simon Laws
Hi Rohan Sorry I'm rather late coming to this thread. Been away for a few days. Anyhow, some comments inline.. Regards Simon On Fri, Oct 24, 2008 at 6:28 PM, Rohan Sahgal [EMAIL PROTECTED] wrote: For now, all I wanted to do, is rather than starting new web-container's for every node, I

Re: problem with rus as tuscany

2008-11-05 Thread Simon Laws
On Wed, Nov 5, 2008 at 8:21 AM, Marco Piccinni [EMAIL PROTECTED] wrote: Hi all! I found a pdf tutorial on the net which title reads FirstStepsWithSCADesigner. I follow correctly each step twice but something doesn't work. Could someone help me? When I compile the client class(in the

Re: Tuscany / External Web Services

2008-11-06 Thread Simon Laws
On Thu, Nov 6, 2008 at 4:42 PM, Ray Harrison [EMAIL PROTECTED] wrote: Simon Laws wrote: On Thu, Nov 6, 2008 at 1:50 PM, Ray Harrison [EMAIL PROTECTED] wrote: Hi folks, I am apparently a bear of very little brain and I am attempting to get working what in my mind should be a very simple

Re: Tuscany / External Web Services

2008-11-06 Thread Simon Laws
On Thu, Nov 6, 2008 at 7:28 PM, Ray Harrison [EMAIL PROTECTED] wrote: Simon Laws wrote: On Thu, Nov 6, 2008 at 4:42 PM, Ray Harrison [EMAIL PROTECTED] wrote: Simon Laws wrote: On Thu, Nov 6, 2008 at 1:50 PM, Ray Harrison [EMAIL PROTECTED] wrote: Hi folks, I am apparently a bear

Re: Programmatically dynamic distributed app without a domain manager

2008-11-12 Thread Simon Laws
On Tue, Nov 11, 2008 at 7:02 PM, Maloney, Robert A [EMAIL PROTECTED]wrote: Greetings, I am fairly new to Tuscany, and am having a difficult time with programmatic configuration and launch of multiple nodes in a single domain. I started with helloworld-ws-service and

Re: jdk 1.6 and spring 2.5.5

2008-11-17 Thread Simon Laws
On Mon, Nov 17, 2008 at 9:15 PM, Abraham Washington [EMAIL PROTECTED]wrote: hi all, When is Spring 2.5.5 and JDK 1.6 going to be supported? thx abe Hi Abe In the 1.x branch it looks like Ram has updated the Spring dependency to 2.5.5 and I've run with JDK 1.6 in the last week or so

Re: Programmatically dynamic distributed app without a domain manager

2008-11-17 Thread Simon Laws
Hi Bob On Mon, Nov 17, 2008 at 7:43 PM, Maloney, Robert A [EMAIL PROTECTED]wrote: Hi Simon, Without the domain manager process you could use the configuration in the database to generate the configuration into the right place in the composite file so everything knows where

Re: Programmatically dynamic distributed app without a domain manager

2008-11-19 Thread Simon Laws
Hi Bob I made a small test case to give us something a little more concrete to talk to (http://svn.apache.org/repos/asf/tuscany/sandbox/slaws/scheduler/). There are a couple of different scheduler components in there at the moment composite xmlns=http://www.osoa.org/xmlns/sca/1.0;

Re: Programmatically dynamic distributed app without a domain manager

2008-11-20 Thread Simon Laws
On Wed, Nov 19, 2008 at 10:05 PM, Maloney, Robert A [EMAIL PROTECTED] wrote: Hi Simon, It looks like in your case the reference name doesn't refer to the name of the reference as it appears in the component implementation. Yes, that was it. So obvious, yet so missed by me. I like

Re: Mysql and Tuscany

2008-11-26 Thread Simon Laws
On Wed, Nov 26, 2008 at 1:09 PM, Marco Piccinni [EMAIL PROTECTED] wrote: Thanks Simon, I attache you the full project. it's composed by a series of indipendent interface, thery are just a series a little examples. the interface for database connection is connessione.java, in model package.

Re: Mysql and Tuscany

2008-11-26 Thread Simon Laws
On Wed, Nov 26, 2008 at 12:36 PM, Marco Piccinni [EMAIL PROTECTED]wrote: Hi all, I asked in a preceding mail if someone never used Hibernate in a tuscany web services. I discovered that because of licence problem it's not possible to integrate both of them. So I'm trying to enstablished a

Re: Mysql and Tuscany

2008-11-26 Thread Simon Laws
On Wed, Nov 26, 2008 at 2:41 PM, Marco Piccinni [EMAIL PROTECTED] wrote: I'll try to analyze the code with other kind of exception but Eclipse force me to use that one. Anyway the code I sent you is the standard way to proceed? Do you know if there are some example of web services which

Re: questions about @Context

2008-12-05 Thread Simon Laws
On Fri, Dec 5, 2008 at 3:25 PM, fahim salim [EMAIL PROTECTED] wrote: Hello All Are there any informations about this topic ? Thanks Fahim 2008/11/28 fahim salim [EMAIL PROTECTED] Hello All I have some questions concerning @Context annotation 1/ What kind of informations are stored

Re: @Callback annotation

2008-12-08 Thread Simon Laws
Hi Fahim Comments in line... Regards Simon On Sat, Dec 6, 2008 at 4:01 PM, SALIM Fahim [EMAIL PROTECTED] wrote: Hi all I have another question concerning annotation. If I want to use @Callback for two components 1/ does it mean that component1 invoque some method of component2 and then

Re: WELCOME to user@tuscany.apache.org

2008-12-10 Thread Simon Laws
Hi Raj Welcome to Tuscany. Regards Simon On Wed, Dec 10, 2008 at 7:42 AM, Raj [EMAIL PROTECTED] wrote: Hi Group Im a newbie to Tuscany project. I got some queries:- 1. Any pointers for SCA and SDO implementation? When you say 2implementation are you looking for pointers on how to use it

Re: sca binding

2008-12-12 Thread Simon Laws
On Fri, Dec 12, 2008 at 9:24 AM, Luciano Resende luckbr1...@gmail.comwrote: By taking a quick look at the code, looks like there are currently 3 options to be used as the SCA Binding (webservices, corba and JMS), and if I recall correctly, webservices is the default one, and the choice is

Re: Import others webservices into the same workspace

2008-12-15 Thread Simon Laws
On Mon, Dec 15, 2008 at 2:31 PM, Marco Piccinni mark.p...@libero.it wrote: Hi all! I realized a web service with tuscany and eclipse and a my mate did the same on his own computer The two web services do different things and both work fine. So I tried to import my mate's project into my

Re: bpel

2008-12-19 Thread Simon Laws
On Fri, Dec 19, 2008 at 2:33 PM, Sykes, Phil phil.sy...@sungardhe.comwrote: I can see that tuscany uses ode for the bpel implementation. Does tuscany provide a way to plugin a differnent bpel implementation? Actually, the question is more broad than that….can you change the implementation

Re: SCA Domain Manager Node

2009-01-05 Thread Simon Laws
On Mon, Jan 5, 2009 at 4:52 PM, roshan joseph roshanj...@yahoo.com wrote: Hi, I am trying to test the distributed domain capability of Tuscany and would like to get some info from the user community. My component implementations are in Java, OSGi and bpel. So is it possible to make the

Re: next release

2009-01-09 Thread Simon Laws
On Fri, Jan 9, 2009 at 1:31 PM, Sykes, Phil phil.sy...@sungardhe.comwrote: When do we expect we will have a new release of Tuscany? Thanks, Phil Philip Sykes * Principal Java Developer, Banner Product Engineering * SunGard Higher Education * 3 Country View Road, Malvern PA 19335 *

Re: [DISCUSS] Demo scenarios and new samples for SCA Java EE Integration

2009-01-21 Thread Simon Laws
On Wed, Jan 21, 2009 at 5:19 PM, Kevan Miller kevan.mil...@gmail.comwrote: On Jan 21, 2009, at 4:24 AM, ant elder wrote: The thing with DayTrader is that its really big and complicated and (AIU) a lot of it is designed to aid with performance measuring rather than as a show case for JEE

Re: More Tuscany and Spring Questions

2009-01-23 Thread Simon Laws
On Thu, Jan 22, 2009 at 3:33 PM, Sykes, Phil phil.sy...@sungardhe.comwrote: Hi, Our current application is a Spring/Hibernate app. I am trying to convert it to use Tuscany and SCA. We currently use Spring for transaction management using the aspectj annotations. After integrating

Re: Not able to run the sample

2009-01-26 Thread Simon Laws
On Mon, Jan 26, 2009 at 8:17 AM, Phani Madgula phanibalaji.madg...@gmail.com wrote: Hi, I am trying to run the sample given at -- http://tuscany.apache.org/build-your-first-web-services-with-tuscany.html through eclipse. I tried to install Tuscany Eclipse plugin but failed half through

Re: Problem with port definition

2009-01-27 Thread Simon Laws
On Tue, Jan 27, 2009 at 10:58 AM, Sebastian Luksch m...@lookshe.org wrote: Hi, I'm using the tuscany libs four our sca-project. We have the problem that we can not use the port 8080 - but it seems to be the tuscany default RUNNING_PORT. How can I configurate this port? Maybe with a

Re: somebody please help

2009-02-09 Thread Simon Laws
On Sun, Feb 8, 2009 at 12:19 PM, Rajesh Manoharan rajeshm...@gmail.comwrote: hi all, I am getting the following error while installing tuscany sca1.4 source distribution. As i am new to tuscany i don't even know how to rectify the error somebody please help me to rectify it Hi

Re: Cannot engage web service security

2009-02-09 Thread Simon Laws
On Mon, Feb 9, 2009 at 10:02 AM, Philip Housley philip.hous...@metavante.eu wrote: (Outlook cannot deal with mail lists, or proper replies for that matter, so trimmed right down.) From: Simon Laws [mailto:simonsl...@googlemail.com] Sent: 09 February 2009 09:57 To: user@tuscany.apache.org

Re: Cannot engage web service security

2009-02-12 Thread Simon Laws
On Tue, Feb 10, 2009 at 4:45 PM, Philip Housley philip.hous...@metavante.eu wrote: From: Simon Laws [mailto:simonsl...@googlemail.com] Sent: 10 February 2009 16:44 To: user@tuscany.apache.org Subject: Re: Cannot engage web service security Quick update on TUSCANY-2824. There was some

Re: General selling point question

2009-02-15 Thread Simon Laws
On Sat, Feb 14, 2009 at 5:51 AM, Moreau, Christopher chris.mor...@gdit.comwrote: This isn't a specific technical question, but rather more of a how to I make the case for Tuscany SCA question. I am on a project with multiple contributors. The SOA has an ESB. I am having a hard time

Re: BPEL

2009-02-19 Thread Simon Laws
On Thu, Feb 19, 2009 at 1:01 PM, Sykes, Phil phil.sy...@sungardhe.comwrote: I read somewhere that Tuscany works in a clustered environment. However ODE does not. How does that work ? Does the clustering only work if not using BPEL? Thanks, Phil Philip Sykes * Principal Java

Re: Managed SCA Environment

2009-02-23 Thread Simon Laws
Hi Phil Great post! You may already know this but a bit of background on where we are now. When we first started looking at domain management we were using SCA to support interaction between the domain and the nodes and there was a level of dynamic behavior. However it started to get complicated

Re: Managed SCA Environment

2009-02-23 Thread Simon Laws
On Mon, Feb 23, 2009 at 1:44 PM, Simon Laws simonsl...@googlemail.comwrote: Hi Phil Great post! You may already know this but a bit of background on where we are now. When we first started looking at domain management we were using SCA to support interaction between the domain and the nodes

Re: Obtaining request header information at the operation level

2009-03-09 Thread Simon Laws
Let's see what others have to say here... and I'll think more about the issue in parallel. Luciano's right that providing access to detailed call context information goes against the SCA approach somewhat. In your scenario it sounds like you are trying to pass security context information

Re: tuscany-sca-1.2.1-incubating-src

2009-03-10 Thread Simon Laws
On Tue, Mar 10, 2009 at 4:50 PM, Sacauskis, Mike mike.sacaus...@gdit.com wrote: Looks like It is expired.  Doe I have to create a whole now cert? You could gen a new key using keytool -genkey -alias TuscanyWsUser -keyalg RSA -keystore tuscanyKeys.jks -validity or just pull the updated one

Re: tuscany-sca-1.2.1-incubating-src

2009-03-11 Thread Simon Laws
and TEST-org.apache.tuscany.sca.binding.ws.axis2.itests.policy.wspolicy.WSSecurityIntegrityTestCase.xml. -Original Message- From: Simon Laws [mailto:simonsl...@googlemail.com] Sent: Tuesday, March 10, 2009 10:25 AM To: user@tuscany.apache.org Subject: Re: tuscany-sca-1.2.1-incubating

Re: Tuscany AOP Logging, Tracking, Timing example

2009-03-12 Thread Simon Laws
On Thu, Mar 12, 2009 at 1:35 PM, Apostolos Papageorgiou apostolos.papageorg...@kom.tu-darmstadt.de wrote: Hello everyone, Could anybody please tell me where I can find the modules and the examples for logging, tracking and timing, mentioned at:

Re: Need the information in the composite file and modify certain POJO's at runtime

2009-03-25 Thread Simon Laws
Hi Lakshman snip What I intend to do:'I intend to move the piece of code that modifies the POJO's etc into the tuscany module which has the information on the service name, implementation class etc of the composite file instead of me parsing the composite file and storing a map against

Re: java binding possible for bpel implementation?

2009-04-17 Thread Simon Laws
On Fri, Apr 17, 2009 at 3:18 PM, Rupesh M G rupesh.gopinat...@ibsplc.com wrote: Hello Friend,         when I compared these Tuscany 1.4 samples helloworld-bpel and helloworld-bpel-ws I found only the composite files are different. case 1: --     component

Re: about webservice exception process

2009-04-21 Thread Simon Laws
On Tue, Apr 21, 2009 at 9:50 AM, L. J.W ljw79...@gmail.com wrote: Hi all,how can I process exception in tuscany,for example:service provide throw BizRuntimeException when process bizMethod,service consumer(don't know BizRuntimeException at all ) can only receive:

Re: about webservice exception process

2009-04-21 Thread Simon Laws
parse and analyse the fault soap message ?It seems a bit ugly,any beautiful resolution exist?any example? On Tue, Apr 21, 2009 at 5:29 PM, Simon Laws simonsl...@googlemail.com wrote: On Tue, Apr 21, 2009 at 9:50 AM, L. J.W ljw79...@gmail.com wrote: Hi all,how can I process exception in tuscany

Re: Wrong generated WSDL

2009-05-07 Thread Simon Laws
On Thu, May 7, 2009 at 3:57 PM, Phillips, Chad chad.phill...@gdit.com wrote: This sounds similar to a problem I had a little while ago with Tuscany generated WSDLs and namespaces that Raymond fixed.  See [1] for the full story.  The short story is that a fix was applied to the

Re: Wrong generated WSDL

2009-05-07 Thread Simon Laws
So what I find with a quick test is the following. With a bean.. package helloworld; public class ABean { protected String field1; protected String field2; An a service inteface.. public interface HelloWorldService { public String getGreetings(String name); public String

Re: Wrong generated WSDL

2009-05-08 Thread Simon Laws
sample?' @javax.xml.bind.annotation.XmlSchema(namespace=http://test;) package helloworld; Thank you very much Un saludo. Santiago Miguel Aranda Rojas Telvent Interactiva Extension: 35999 Simon Laws simonsl...@googlemail.com Simon Laws 07/05/2009 17:50 Por favor, responda a user Para

Re: Wrong generated WSDL

2009-05-11 Thread Simon Laws
On Mon, May 11, 2009 at 9:43 AM, santiago.ara...@telvent.com wrote: Hi I am sorry. I had to put package-info.java in the right directory. It is working know. I mean I can use WSDL generated by Tuscany with the WSDLToJava tool . I don´t have to fix with Eclipse editor. I will always use this

Re: Fluid, SDO persistence with JPA

2009-05-29 Thread Simon Laws
On Fri, May 29, 2009 at 8:27 AM, Tabanelli Sergio sergio.tabane...@actalis.it wrote: Hi all My name is Sergio Tabanelli and I am currently working on an identity management project. During the project inception we choose SDO as object entity abstraction api, openjpa as persistence layer and

Re: Creating a virtual service using SCA

2009-05-29 Thread Simon Laws
On Thu, May 28, 2009 at 10:31 PM, Phillips, Chad chad.phill...@gdit.com wrote: Hi, I'm in the processes of creating a virtual service using Tuscany SCA Java 1.5 (snapshot from the 1.x branch) but I'm running into some issues w/ setting everything up.  The basic scenario goes like this: 1.)

Re: JMS binding processor, does not preserve file structure?

2009-06-18 Thread Simon Laws
On Thu, Jun 18, 2009 at 3:06 PM, Andrew Makmakan...@ca.ibm.com wrote: Hey Scott, So when you say issues, do you mean that this is a bug that's intended to be fix at some point? (is there a jira?  I can open one if there isn't).  Or is this pretty working as designed? Thanks, Andrew

Re: Sample for confidentiality on binding.ws

2009-06-26 Thread Simon Laws
Hi Bob I ran up some samples today. I started samples/helloworld-ws-service-secure and called it with samples/helloworld-ws-reference and samples/helloworld-ws-reference-secure. A attached the output below [1] I then tried what I think you tried and changed the configuration of the client to

Re: warnings using callbacks

2009-06-26 Thread Simon Laws
Hi Martin WARNUNG: Reference not found for component reference: Component = UpdateServiceImplComp Reference = UpdateRegistry Means that there is a reference in a composite whose name doesn't match a reference in the component implementation. This is missleading here though I think because it's

Re: warnings using callbacks

2009-06-26 Thread Simon Laws
The service has a forward binding.ws/ and a callback binding.ws/. These have no name= attribute, so they both default to the name of the service.  SCA doesn't permit two bindings with the same name, and this is why you get the warning.  The {2} in the message is a bug in the 1.3.1 message

Re: Sample for confidentiality on binding.ws

2009-06-30 Thread Simon Laws
Hi Bob I've been looking at this and it turns out that for some reason the binding.http processor no longer reads the policy information when it's provided in the composite file. Not sure how this piece of code got knocked at as presumably it used to work given that the store-secure sample

Re: Sample for confidentiality on binding.ws

2009-06-30 Thread Simon Laws
On Tue, Jun 30, 2009 at 2:41 PM, Simon Lawssimonsl...@googlemail.com wrote: No, sorry for the confusion Bob. I was trying out the store-secure sample and found that that didn't work so I fixed that. Am now onto the binding.ws case. What I've found out so far is that. - The confidentiality we

Re: Restarting webapp leads to OutOfMemory: Permgen space

2009-07-15 Thread Simon Laws
Hi Nithya I just tried and see the same effect. It doesn't take long the get the perm gen error and seems to be holding onto the whole runtime structure between stop/start. I'll take a look to see if I can see what's going on. In the mean time can you raise a JIRA [1] to track the problem.

Re: new project

2009-07-15 Thread Simon Laws
Hi Jason On Wed, Jul 15, 2009 at 12:45 PM, Jason Prattjpratt3...@gmail.com wrote:  hello all, i am starting a new soa project that we've selected tuscany for use. my question is which version to use 1.5 or 2.x? this will be a production system handling a fair amount of core business

Re: Restarting webapp leads to OutOfMemory: Permgen space

2009-07-17 Thread Simon Laws
I've made a bit of progress with this. I went through making sure that various things that looked suspicious are tidied up on shutdown.One of the issues I'm up against now is an Axis problem [1] which wasn't fixed until 1.5 [2]. The Axis listener manager shoudown hook isn't removed on stop. It has

Re: Web Service

2009-07-24 Thread Simon Laws
Hi Nishant Can you try pointing your browser at http://nishant-home:8080/CheckerComponent/CheckerComponent?wsdl And let me know what happens. Thanks Simon

Re: Web Service

2009-07-24 Thread Simon Laws
Hi No luck in what way? I.e. did you get the same error? How you start a node shouldn't affect your ability to retrieve WSDL for a service using the web service binding. Re. the how to start a node question, we've started to move away from the SCADomain interface, although some of our samples

Re: Runtime change of a WS binding from Java code

2009-08-20 Thread Simon Laws
Hi The SCA philosophy is that deployment configuration, such as the details of component wiring and endpoint URLs, is independent of component implementation. So Tuscany/SCA hasn't been designed with the ability to change reference URLs from within the business logic in mind. If you really

Re: Logging problems with log4j

2009-08-20 Thread Simon Laws
Hi It depends what sort of logging you're referring to. 1/ The code tracing type of log statements we have in the code that are useful for debugging are currently using the JDK logger 2/ The application level errors (the ones that tell you have done something wrong in your SCA application) are

Re: Re: Runtime change of a WS binding from Java code

2009-08-20 Thread Simon Laws
In your scenario do you have a finite number of URLs that events can go to or are the URL variable, for example, are they derived from the contents of the events themselves? In the case that there are a fixed number then a reference with multiplicity 1 could be used to configure the set of

Re: Re: Logging problems with log4j

2009-08-20 Thread Simon Laws
OK, these are going through the JDK logger. I guess you would need a handler that passes the JDK messages off to Log4J. Not sure if this is possible as I'm not a expert in this area. Anyone else know? Otherwise we'll have to do a few Googles to find out if there is one knocking about. Regards

Re: Re: Runtime change of a WS binding from Java code

2009-08-20 Thread Simon Laws
At what point do you know the URL. Only at the point at which the message arrives. Sounds like a strange question but I'm trying to establish where and when the URL information is available relative to the running Tuscany runtime. Simon

Re: Re: Runtime change of a WS binding from Java code

2009-08-21 Thread Simon Laws
Ok, so this will be tricky. Here is a plan of how it might be achieved but it's hacky and I'd have to give it a spin to confirm that it's doable... In you main program Create an SCA Node and store it in a static (yuck!) Use the node to load your composite that holds the configuration

Re: UndeclaredThrowableException when using reference

2009-09-22 Thread Simon Laws
Looking at the stack it looks like a Java implementation. But you're right that there is a suspicious piece of code in AbstractScopeContainer.. protected InstanceWrapper createInstanceWrapper() throws TargetResolutionException { ImplementationProvider implementationProvider =

Re: Runtime change of a WS binding from Java code

2009-09-23 Thread Simon Laws
Hi Roberto In a funny way yes, although not in the direction I was originally thinking. In our 2.x code base we have instigated a registry (can be a distributed registry) that holds all of the endpoints that are available to the tuscany runtime. We also now have a test that allows us to start

Re: Is @remotable supported in interface.java/?

2009-10-01 Thread Simon Laws
Hi Dave Can you raise a JIRA for this in the OASIS compliance - TUSCANY category so we can track. You'll notice there is a OASIS compliance - OASIS category also. This latter one is used where we find test broken and we've reported a problem to OASIS. Just so we can get a picture of why otests

Re: strange contribution resolution error

2009-10-01 Thread Simon Laws
Sounds like a very strange error. Before we start to investigate can you do a mvn clean install to make sure everything is compiled/installed correctly. Regards Simon

Re: Illegal annotations in a service interface class

2009-10-01 Thread Simon Laws
Hi Dave We don't have an explicit list of what's outstanding at the moment. IMO the right thing to do is track with JIRA (in the OASIS compliance - Tuscany category for Tuscany problems). Any help generating those JIRA is very much appreciated. We do have a list [1] based on the OASIS JIRA where

Re: Manipulating contribution contents?

2009-10-05 Thread Simon Laws
There is also the Eclipse STP project [1] which allows you to build and edit composites in Eclipse. Not tried it recently but might be worth a look. Regards Simon [1] http://www.eclipse.org/stp/sca/

[ANNOUNCE] Apache Tuscany SCA Java 1.5.1 released

2009-10-08 Thread Simon Laws
The Apache Tuscany team are pleased to announce the 1.5.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: no header data in message

2009-10-15 Thread Simon Laws
HI Chad Sorry, didn't get to this earlier. When we started looking at what should go in the various parts of the Tuscany message we were trying to avoid putting protocol specific data in there. We had framework that allowed the binding itself to extract the required info from the protocol

Re: no header data in message

2009-10-16 Thread Simon Laws
Thanks Chad Let me give the patch a spin. Regards Simon

Re: no header data in message

2009-10-16 Thread Simon Laws
Ok, thanks, just seen it. Simon

Re: JAVA Callback on distribuited domain

2009-10-22 Thread Simon Laws
Hi On the face of it it seems to be complaining about a miss-match in reference names. I.e. between MyService and myService. But as you say this is with Node B that's seems a bit odd. Looking at the implementation for the service does this make any sense? Can you post simplecallback.MyClientImpl

Re: Cannot bind to web service

2009-11-26 Thread Simon Laws
Hi Ivan That's good feedback. Tuscany should be giving clear error messages so we need to look into that. Can you try a couple of things for me. 1/ Try putting the binding.ws on component service, for example, component name=CalculatorComponent implementation.java

  1   2   3   >