Re: Tuscany Java2WSDL and WSDL2Java tools

2008-05-22 Thread ant elder
On Wed, May 21, 2008 at 7:47 PM, Simon Nash [EMAIL PROTECTED] wrote: Scott Kurz wrote: That 'generate-sdo' only generates the Java types from the schema types, right? It's the WSDL2Java which maps portType operations t**o Java methods and (last I checked) our W2J is the only tool which

Re: Tuscany Java2WSDL and WSDL2Java tools

2008-05-22 Thread ant elder
On Wed, May 21, 2008 at 5:03 PM, Scott Kurz [EMAIL PROTECTED] wrote: That 'generate-sdo' only generates the Java types from the schema types, right? It's the WSDL2Java which maps portType operations t**o Java methods and (last I checked) our W2J is the only tool which knows how to do this

Re: Tuscany Java2WSDL and WSDL2Java tools

2008-05-22 Thread ant elder
On Thu, May 22, 2008 at 9:31 AM, ant elder [EMAIL PROTECTED] wrote: On Wed, May 21, 2008 at 5:03 PM, Scott Kurz [EMAIL PROTECTED] wrote: That 'generate-sdo' only generates the Java types from the schema types, right? It's the WSDL2Java which maps portType operations t**o Java methods

TLP migration

2008-05-22 Thread ant elder
Now that we have graduated we have some work to do to migrate to a TLP, the Incubator has information about this if anyone is interested in helping out, for example a good start is http://incubator.apache.org/guides/graduation.html#transfer We can also look at doing an official ASF press release,

Re: Tuscany Java2WSDL and WSDL2Java tools

2008-05-22 Thread ant elder
On Thu, May 22, 2008 at 9:03 AM, Simon Nash [EMAIL PROTECTED] wrote: ant elder wrote: On Wed, May 21, 2008 at 7:47 PM, Simon Nash [EMAIL PROTECTED] wrote: Scott Kurz wrote: That 'generate-sdo' only generates the Java types from the schema types, right? It's the WSDL2Java which maps

Re: Tuscany Java2WSDL and WSDL2Java tools

2008-05-22 Thread ant elder
On Thu, May 22, 2008 at 5:04 PM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, The SCA spec says that we follow the JAXWS rules to map between remotable java interfaces and WSDL port types. There are two things involved: 1) WSDL portType -- Java Interface (JAXWS) 2) XSD -- Java Types

[jira] Commented: (TUSCANY-2296) SCADomain.newInstance() processes all composites in the contribution irrespective of the parameter passed

2008-05-22 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12599081#action_12599081 ] ant elder commented on TUSCANY-2296: FYI, additional comments on the dev list: http

Re: [jira] Commented: (TUSCANY-2296) SCADomain.newInstance() processes all composites in the contribution irrespective of the parameter passed

2008-05-22 Thread ant elder
On Thu, May 22, 2008 at 5:47 PM, Simon Laws [EMAIL PROTECTED] wrote: snip We have talked about adding a helper method (from an old Node implementation we have) that allows a simpler API node = SCANode2Factory.createSCANodeWithComposite(DuplicateComponentName/Calculator.composite); We

Fwd: Welcome to the Apache Software Foundation (ASF)!

2008-05-22 Thread ant elder
And the userid may help :) Glen, one last new Tuscany user needing you magic touch, id is antollinim. ...ant -- Forwarded message -- From: Mario Antollini [EMAIL PROTECTED] Date: Thu, May 22, 2008 at 7:26 PM Subject: Fwd: Welcome to the Apache Software Foundation (ASF)! To:

Re: How can we turn on/off Rampart conditionally for binding.ws over Axis2?

2008-05-22 Thread ant elder
+1 to the idea, would like to help but not sure if i'll get to it immediately, its not completely trivial but we should be able to do it with a bit of refactorying in the axis binding. Its getting set on always by our TuscanyAxisConfigurator class. ...ant On Thu, May 22, 2008 at 1:06 AM,

Tuscany Java2WSDL and WSDL2Java tools

2008-05-21 Thread ant elder
Do we really need these as they are today? Currently they contain copies of various Axis2 classes updated for Tuscany so its not a completely trivial upgrade to move to Axis2 1.4 and while looking at that I wondered what we really want them for. The Java2WSDL tool doesn't look like its actually

Re: Endpoints was: Re: [BRAINSTORM] Flexibility in distributed operation and extension implementations - was: Re: Request to propogate the value of a references target= attribute on its associated bin

2008-05-21 Thread ant elder
On Fri, May 16, 2008 at 9:26 AM, Simon Laws [EMAIL PROTECTED] wrote: ...snip The two sets of SPIs could co-exist for a while with BindingProviders working with bindings and ServiceProviders (I just made up that name) with service endpoints. -- Jean-Sebastien At r656959 I've just

Re: Tuscany Java2WSDL and WSDL2Java tools

2008-05-21 Thread ant elder
On Wed, May 21, 2008 at 2:53 PM, Mike Edwards [EMAIL PROTECTED] wrote: ant elder wrote: Do we really need these as they are today? Currently they contain copies of various Axis2 classes updated for Tuscany so its not a completely trivial upgrade to move to Axis2 1.4 and while looking

Re: [DISCUSS] Declaring extensions as being available in the domain

2008-05-20 Thread ant elder
. Policy was the first functional area that happened to see the need for them. Dave - Original Message - From: ant elder [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Tuesday, May 13, 2008 2:40 AM Subject: Re: [DISCUSS] Declaring extensions as being available in the domain

Re: Tuscany support for Axis 1.4

2008-05-19 Thread ant elder
there. If possible, I would like to leverage the latest AXIOM and Axis2 code base ASAP. The dependency might be only AXIOM but mixing the versions of AXIOM could be very risky. Thanks, Raymond -- From: ant elder [EMAIL PROTECTED] Sent: Thursday, May 15

Re: Tuscany support for Axis 1.4

2008-05-19 Thread ant elder
On Fri, May 16, 2008 at 7:14 PM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I'm starting to look into the performance improvements in the JAXB/AXIOM data transformation. It seems that the Axis2 1.4 has done a lot of good work there. If possible, I would like to leverage the latest AXIOM and

Re: Tuscany support for Axis 1.4

2008-05-19 Thread ant elder
On Mon, May 19, 2008 at 3:24 PM, Mike Edwards [EMAIL PROTECTED] wrote: ant elder wrote: On Fri, May 16, 2008 at 7:14 PM, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I'm starting to look into the performance improvements in the JAXB/AXIOM data transformation. It seems that the Axis2 1.4

Re: Small OSGi sample for the main build?

2008-05-19 Thread ant elder
Sounds good to me. ...ant On Mon, May 19, 2008 at 9:50 PM, Graham Charters [EMAIL PROTECTED] wrote: Hi, I now have the Calculator sample running using all the great work Rajini did to use Equinox, 1 bundle per third-party library, and absolute jar paths. It results in 119 bundles, uses

SDO native compatibility with Java SDO problem

2008-05-18 Thread ant elder
Message- From: ant elder [mailto:[EMAIL PROTECTED] Sent: 21 April 2008 17:20 To: tuscany-dev; Tuscany Users Subject: SDO 1.1.1 RC1 There's now a preview SDO 1.1.1 release available at http://people.apache.org/~antelder/tuscany/sdo/1.1.1-RC1/http://people.apache.org/%7Eantelder/tuscany/sdo

Re: SDO 1.1.1 RC1

2008-05-18 Thread ant elder
On Mon, Apr 21, 2008 at 12:49 PM, ant elder [EMAIL PROTECTED] wrote: There's now a preview SDO 1.1.1 release available at http://people.apache.org/~antelder/tuscany/sdo/1.1.1-RC1/http://people.apache.org/%7Eantelder/tuscany/sdo/1.1.1-RC1/. The only difference between this and the just released 1.1

[VOTE] Release SDO 1.1.1

2008-05-18 Thread ant elder
Please review and vote on the SDO 1.1.1 release. The artifacts including binary and source distributions, staging maven repo and release notes are available at http://people.apache.org/~antelder/tuscany/sdo/1.1.1-RC1/http://people.apache.org/%7Eantelder/tuscany/sdo/1.1.1-RC1/. The only difference

Re: Intermittent failures in schema validation

2008-05-18 Thread ant elder
I'm seeing the same problem. (... and it doesn't seem very intermittent) ...ant On Sun, May 18, 2008 at 10:59 AM, Rajini Sivaram [EMAIL PROTECTED] wrote: Hello, With the latest codebase, I get intermittent exceptions thrown from the extension samples - the following exception is from

[jira] Updated: (TUSCANY-2304) SCA client Hang Forver after getting handled exception from service

2008-05-17 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-2304: --- Fix Version/s: (was: Java-SCA-Next) Java-SCA-1.2.1 SCA client Hang Forver

[jira] Commented: (TUSCANY-2320) The contextPath init parameter for TuscanyServletFilter.

2008-05-17 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12597712#action_12597712 ] ant elder commented on TUSCANY-2320: Sure okhow about a patch to fix it too

[jira] Updated: (TUSCANY-2320) The contextPath init parameter for TuscanyServletFilter.

2008-05-17 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-2320: --- Fix Version/s: Java-SCA-1.2.1 The contextPath init parameter for TuscanyServletFilter

Re: Tomcat and the new distributed domain modules

2008-05-17 Thread ant elder
On Thu, May 15, 2008 at 6:16 PM, Simon Laws [EMAIL PROTECTED] wrote: On Thu, May 15, 2008 at 2:28 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On Tue, May 13, 2008 at 7:50 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: - create a domain manager

Re: SCA 1.2.1 release

2008-05-16 Thread ant elder
On Thu, May 15, 2008 at 10:10 AM, ant elder [EMAIL PROTECTED] wrote: I've had a request to do an official release that includes the fix for TUSCANY-2304. I think this is reasonable so would like to do this, it shouldn't be too hard as its a small fix so its just copying the 1.2 release tag

Re: Got expection where the wsdl defines an operation without input parameter

2008-05-16 Thread ant elder
On Thu, May 15, 2008 at 11:02 PM, Gilbert Kwan [EMAIL PROTECTED] wrote: I got following exception in running where the wsdl defines an operation without input parameter. java.lang.IllegalArgumentException: Pass-by-value is not supported for the given object at

Re: Webapp-based Tuscany/Geronimo integration in Tuscany SCA Java 1.2 release

2008-05-16 Thread ant elder
On Fri, May 16, 2008 at 4:45 PM, Kevan Miller [EMAIL PROTECTED] wrote: snip Is there interest in tighter integration between Tuscany/Geronimo? Would there be interest in generating a Tuscany Plugin for Geronimo? Running Tuscany as a service? --kevan Yes! I think that would be really

[jira] Closed: (TUSCANY-1867) @OneWay with String return type causes NullPointerException

2008-05-15 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-1867. -- Resolution: Fixed Patch 2 applied, thanks for the fix! @OneWay with String return type causes

[jira] Closed: (TUSCANY-2252) Remove exception declaration from SCANodeManagerService Interface

2008-05-15 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2252. -- Resolution: Fixed Superseded and fixed by TUSCANY-1867 Remove exception declaration from

[jira] Assigned: (TUSCANY-2320) The contextPath init parameter for TuscanyServletFilter.

2008-05-15 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder reassigned TUSCANY-2320: -- Assignee: ant elder The contextPath init parameter for TuscanyServletFilter

[jira] Updated: (TUSCANY-2320) The contextPath init parameter for TuscanyServletFilter.

2008-05-15 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-2320: --- Attachment: tuscany-host-webapp-1.2-TUSCANY-2320.jar Thanks for finding this, it looks like

Re: SCA 2.0, was Re: Next SCA release

2008-05-15 Thread ant elder
I was thinking about a branch to make it clear that it was shared and that this work was open to all, but I'm also happy to see that work start in shared sandboxes. I guess from whats been said so far then I'd favour using sandboxes for now for specific work that really can't be done in trunk,

SCA 1.2.1 release

2008-05-15 Thread ant elder
I've had a request to do an official release that includes the fix for TUSCANY-2304. I think this is reasonable so would like to do this, it shouldn't be too hard as its a small fix so its just copying the 1.2 release tag, applying the fix, spinning the new release artifacts and voting. I know we

Re: Tuscany support for Axis 1.4

2008-05-15 Thread ant elder
On Wed, May 14, 2008 at 2:33 PM, Mike Edwards [EMAIL PROTECTED] wrote: Lou Amodeo wrote: Is there a plan for Tuscany to support Axis2 1.4? Lou, Any particular goodies that we can expect to get by moving up to Axis 1.4? Yours, Mike. Not sure if there are new functions that we need in

Re: OSGi-enable 3rd party libraries in Tuscany

2008-05-15 Thread ant elder
On Wed, May 14, 2008 at 11:43 AM, Rajini Sivaram [EMAIL PROTECTED] wrote: snip For signed jars and jars with license restrictions, it may be necessary to generate a bundle with the jar embedded into it, resulting in separate jars for OSGi and non-OSGi. But these should hopefully be

Re: Test Failures in Tutorial - Anyone else seeing these?

2008-05-15 Thread ant elder
I had a build going fine this morning but updated after you posted this and now I also get a HTTP 500 failure but in tutorial\catalog-mediation. ...ant On Thu, May 15, 2008 at 2:26 PM, Mike Edwards [EMAIL PROTECTED] wrote: Folks, Trying to run a build of trunk at the moment and I am

Account Request - Mario Antollini- Tuscany (incubating)

2008-05-15 Thread ant elder
Dear root, Please create an id for Mario Antollini on the Tuscany project under Incubation. Preferred userid: antollinim Full name: Mario Antollini Forwarding email address:[EMAIL PROTECTED] Requested Karma for: ws-tuscany ICLA is on file.

Re: Test Failures in Tutorial - Anyone else seeing these?

2008-05-15 Thread ant elder
that a go and see what happens. Mark -Original Message- From: Mike Edwards [mailto:[EMAIL PROTECTED] Sent: 15 May 2008 17:00 To: tuscany-dev@ws.apache.org Subject: Re: Test Failures in Tutorial - Anyone else seeing these? ant elder wrote: I had a build going fine this morning

Re: More Java security fixes on the way

2008-05-14 Thread ant elder
+1 ...ant On Wed, May 14, 2008 at 7:26 AM, Haleh Mahbod [EMAIL PROTECTED] wrote: Keep the samples simple and provide documentation. -Original Message- From: Dan Becker [EMAIL PROTECTED] Sent: Tuesday, May 13, 2008 3:11 PM To: tuscany-dev@ws.apache.org Subject: Re: More Java

Re: Tomcat and the new distributed domain modules

2008-05-14 Thread ant elder
On Tue, May 13, 2008 at 7:50 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: - create a domain manager (did u mean create an domain? deploy a domain manager as a web app? start an instance of a domain manager?) You tell me, I'm trying to understand how to use all this

Our Incubator report must be due

2008-05-14 Thread ant elder
There hasn't been any reminders sent out yet but according to the schedule today is when our Incubator report is due. I've made a rough start, feel free update: http://wiki.apache.org/incubator/May2008 ...ant

[jira] Assigned: (TUSCANY-2129) Rename DistributedSCABinding.setSCABinging() to setSCABinding()

2008-05-14 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder reassigned TUSCANY-2129: -- Assignee: ant elder Rename DistributedSCABinding.setSCABinging() to setSCABinding

[jira] Closed: (TUSCANY-1867) @OneWay with String return type causes NullPointerException

2008-05-14 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-1867. -- Resolution: Fixed Patch applied in r656190, thanks for the fix @OneWay with String return type

[jira] Closed: (TUSCANY-2279) itest/osgi-tuscany broken (policy-ws missing)

2008-05-14 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2279?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2279. -- Resolution: Fixed Was applied a while back now, thanks for the fix itest/osgi-tuscany broken

[jira] Assigned: (TUSCANY-1867) @OneWay with String return type causes NullPointerException

2008-05-14 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1867?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder reassigned TUSCANY-1867: -- Assignee: ant elder (was: Ramkumar Ramalingam) @OneWay with String return type causes

[jira] Closed: (TUSCANY-2285) Make sca-api automatically build as an OSGi bundle

2008-05-14 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2285?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2285. -- Resolution: Fixed Closing as this has been done now Make sca-api automatically build as an OSGi

Re: SCA 2.0, was Re: Next SCA release

2008-05-14 Thread ant elder
On Wed, May 14, 2008 at 11:01 AM, Simon Laws [EMAIL PROTECTED] wrote: On Tue, May 13, 2008 at 7:02 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Simon Laws wrote: snip I prefer a branch to make it clear that all in the community can work in it, to make it

[jira] Closed: (TUSCANY-2093) Hangs in osgi itests

2008-05-14 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2093?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2093. -- Resolution: Fixed closing as all resolved now Hangs in osgi itests

[jira] Closed: (TUSCANY-2097) Build errors in itest/osgi-tuscany

2008-05-14 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2097?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2097. -- Resolution: Fixed Closing as this is all resolved now Build errors in itest/osgi-tuscany

[jira] Closed: (TUSCANY-2129) Rename DistributedSCABinding.setSCABinging() to setSCABinding()

2008-05-14 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2129?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2129. -- Resolution: Fixed Applied in r656171 Rename DistributedSCABinding.setSCABinging() to setSCABinding

Re: [DISCUSS] Declaring extensions as being available in the domain

2008-05-13 Thread ant elder
On Mon, May 12, 2008 at 10:24 PM, Raymond Feng [EMAIL PROTECTED] wrote: I share the same concerns as Sebastien raised. Mixing the policy definitions with tuscany runtime extensions in one file doesn't seem to be right. For example, we could have two tuscany extensions to support binding.ws,

Re: [DISCUSS] Declaring extensions as being available in the domain

2008-05-13 Thread ant elder
On Tue, May 13, 2008 at 7:12 AM, Venkata Krishnan [EMAIL PROTECTED] wrote: Agreed to all that ONLY IF definitions.xml is going to contain things related to policies only. Though it is at the present moment my belief is that it could evolve to represent information more than just policy

Re: How to deploy standalone and webapp nodes in an SCA domain, was: Tomcat and the new distributed domain modules

2008-05-13 Thread ant elder
On Tue, May 13, 2008 at 2:25 AM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On Sun, May 11, 2008 at 7:34 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: I've been trying to use the new distributed domain stuff - domain-manager

Re: Move the JSP tag lib to the tuscany-sca-api module?

2008-05-13 Thread ant elder
On Mon, May 12, 2008 at 9:50 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: On Sun, May 11, 2008 at 7:38 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: I may not have been very clear in the first email and also left out

Re: SCA 2.0, was Re: Next SCA release

2008-05-13 Thread ant elder
. Thoughts ? [1] http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg29820.html On Tue, Apr 8, 2008 at 12:55 AM, ant elder [EMAIL PROTECTED] wrote: With 1.2 almost out the door how about starting to think about our next release... We've had several

Re: Move the JSP tag lib to the tuscany-sca-api module?

2008-05-12 Thread ant elder
On Sun, May 11, 2008 at 7:38 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: I may not have been very clear in the first email and also left out the link - it is just a single file that doesn't drag in any additional dependencies - https://svn.apache.org

Are the nightly builds working?

2008-05-12 Thread ant elder
If I go to the Tuscany download page - http://incubator.apache.org/tuscany/tuscany-downloads-documentations.html - and click on any of the nightly build links I get You are not authorized to access this page. Please contact your administrator to be granted the appropriate permissions. Do they work

Re: Tomcat and the new distributed domain modules

2008-05-12 Thread ant elder
On Sun, May 11, 2008 at 7:34 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: ant elder wrote: I've been trying to use the new distributed domain stuff - domain-manager and node2* etc - to get Tomcat as a domain manager with SCA webapps being individual nodes, but not really

[jira] Commented: (TUSCANY-2304) SCA client Hang Forver after getting handled exception from service

2008-05-12 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12596029#action_12596029 ] ant elder commented on TUSCANY-2304: The problem is that when

[jira] Commented: (TUSCANY-2304) SCA client Hang Forver after getting handled exception from service

2008-05-12 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12596031#action_12596031 ] ant elder commented on TUSCANY-2304: I've committed a fix for this in r655464, can

Re: [vtest] getCompositeContext API for non-SCA clients

2008-05-12 Thread ant elder
); Or were you talking about some sort of virtual component like Ant mentioned? Scott On Thu, Apr 24, 2008 at 10:49 AM, ant elder [EMAIL PROTECTED] wrote: Ok, although with non-SCA clients which component would that be? Does there need to be a new something

[jira] Commented: (TUSCANY-2304) SCA client Hang Forver after getting handled exception from service

2008-05-12 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12596035#action_12596035 ] ant elder commented on TUSCANY-2304: Ok, which release do you need the jar

[jira] Updated: (TUSCANY-2304) SCA client Hang Forver after getting handled exception from service

2008-05-12 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-2304: --- Attachment: tuscany-binding-ws-axis2-1.2-incubating.jar I've attached a patch binding-ws-axis2 jar

[jira] Updated: (TUSCANY-2304) SCA client Hang Forver after getting handled exception from service

2008-05-12 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2304?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder updated TUSCANY-2304: --- Attachment: tuscany-sca-all-1.2-incubating.jar Its the client side that needs this fix

[jira] Closed: (TUSCANY-2310) Incorrect Endpoint URI Resoultion in binding.ws when relative URIs are specified in wsa:Address in EndpointReference

2008-05-11 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2310. -- Resolution: Fixed Applied in r655286 Incorrect Endpoint URI Resoultion in binding.ws when relative

[jira] Assigned: (TUSCANY-2310) Incorrect Endpoint URI Resoultion in binding.ws when relative URIs are specified in wsa:Address in EndpointReference

2008-05-11 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2310?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder reassigned TUSCANY-2310: -- Assignee: ant elder Incorrect Endpoint URI Resoultion in binding.ws when relative URIs

[jira] Closed: (TUSCANY-2309) vtest for Endpoint URI resolution in binding.ws

2008-05-11 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2309. -- Resolution: Fixed Applied in 655288 vtest for Endpoint URI resolution in binding.ws

[jira] Assigned: (TUSCANY-2309) vtest for Endpoint URI resolution in binding.ws

2008-05-11 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2309?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder reassigned TUSCANY-2309: -- Assignee: ant elder vtest for Endpoint URI resolution in binding.ws

Re: [DISCUSS] Declaring extensions as being available in the domain

2008-05-11 Thread ant elder
On Thu, May 8, 2008 at 4:33 PM, Simon Laws [EMAIL PROTECTED] wrote: On Thu, May 8, 2008 at 4:02 PM, ant elder [EMAIL PROTECTED] wrote: On Thu, May 8, 2008 at 1:19 PM, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, Please find my comments inline. On Thu, May 8, 2008 at 3:13

[jira] Closed: (TUSCANY-2308) Reference annotation vtest for required=false

2008-05-10 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2308?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2308. -- Resolution: Fixed Applied in r655019, thanks for the code. Reference annotation vtest for required

Re: Tomcat and the new distributed domain modules

2008-05-09 Thread ant elder
On Thu, May 8, 2008 at 9:40 PM, Simon Laws [EMAIL PROTECTED] wrote: snip If you are up for adding a bit of dynamic behaviour we could extend the domain manager to provide a feed of the services that are currently available in the domain and then use this in conjunction with the dynamic

Account Request - Feng Wang - Tuscany (incubating)

2008-05-09 Thread ant elder
Dear root, Please create an id for Feng Wang on the Tuscany project under Incubation. Preferred userid: fwang Full name: Feng Wang Forwarding email address:[EMAIL PROTECTED] Requested Karma for: ws-tuscany ICLA is on file. Votes:

[jira] Assigned: (TUSCANY-2282) Poor warning issued when annotating private field with @Callback

2008-05-09 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder reassigned TUSCANY-2282: -- Assignee: ant elder Poor warning issued when annotating private field with @Callback

[jira] Closed: (TUSCANY-2282) Poor warning issued when annotating private field with @Callback

2008-05-09 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2282?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2282. -- Resolution: Fixed Applied in r654698. Thanks for the fix. Poor warning issued when annotating

[jira] Commented: (TUSCANY-2302) Exception thrown during SimpleTypeMapperExtensionTestCase

2008-05-09 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2302?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12595481#action_12595481 ] ant elder commented on TUSCANY-2302: See related ML thread: http

[jira] Commented: (TUSCANY-2296) SCADomain.newInstance() processes all composites in the contribution irrespective of the parameter passed

2008-05-09 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12595492#action_12595492 ] ant elder commented on TUSCANY-2296: I'm thinking about closing this as Working

[jira] Closed: (TUSCANY-2209) Question about Conversational OSGi Services and Service References

2008-05-09 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2209?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2209. -- Resolution: Fixed Question about Conversational OSGi Services and Service References

[jira] Closed: (TUSCANY-2173) Add style formatter and template information to website Coding Guidelines

2008-05-09 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2173. -- Resolution: Fixed Done Add style formatter and template information to website Coding Guidelines

176 open JIRAs against Java-SCA-next

2008-05-09 Thread ant elder
I did a bit of tidying up of the JIRAs, getting things assigned to the correct place etc - just as an FYI we're back up to 176 open JIRAs against Java-SCA-next. ...ant

SCANode2Factory versus o.a.t.s.host.embedded.SCADomain (was: Re: Is there are simple straightforward way of creating a Compoisite

2008-05-09 Thread ant elder
On Wed, Apr 30, 2008 at 12:52 PM, Simon Laws [EMAIL PROTECTED] wrote: snip Also, the node is setup so that there are several ways to provide the details of the composite/contributions that it needs (this is what started this off on the user list). When I say that the node is configured via an

Re: [CANCELLED] [VOTE] Graduate Apache Tuscany as a Top Level Project

2008-05-09 Thread ant elder
to me too. On Thu, May 8, 2008 at 3:36 AM, Simon Nash [EMAIL PROTECTED] wrote: ant elder wrote: The current draft proposal is at: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/Draft+TLP+Resolution Reviews and updates welcome. ...ant On Wed, Apr 30, 2008 at 5:04 PM

[jira] Assigned: (TUSCANY-2305) vtests for service binding.ws

2008-05-09 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder reassigned TUSCANY-2305: -- Assignee: ant elder vtests for service binding.ws

[jira] Closed: (TUSCANY-2305) vtests for service binding.ws

2008-05-09 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2305?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-2305. -- Resolution: Fixed Applied in r654855 vtests for service binding.ws

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

2008-05-08 Thread ant elder
On Wed, May 7, 2008 at 11:39 AM, ant elder [EMAIL PROTECTED] wrote: On Wed, May 7, 2008 at 11:29 AM, Simon Laws [EMAIL PROTECTED] wrote: snip This is not quite what we need in the Tomcat case. I shouldn't need to write a NodeX.composite file for each webapp as we can say each webapp

Re: [DISCUSS] Declaring extensions as being available in the domain

2008-05-08 Thread ant elder
On Thu, May 8, 2008 at 1:19 PM, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, Please find my comments inline. On Thu, May 8, 2008 at 3:13 PM, Simon Laws [EMAIL PROTECTED] wrote: In the SCA Policy framework spec there is a section that talks about bindingType as it appears in the

Move the JSP tag lib to the tuscany-sca-api module?

2008-05-08 Thread ant elder
I was wondering about moving the JSP taglib thats currently in the host-webapp module [1] to be in the sca-api module. The point being if you use an IDE that can validate JSPs then if the jar with the taglib is in the application classpath the IDE will validate the use of the taglib, so right now

Re: Move the JSP tag lib to the tuscany-sca-api module?

2008-05-08 Thread ant elder
None. Its just a text file really so doesn't bring in anything new. ...ant On Thu, May 8, 2008 at 4:25 PM, Luciano Resende [EMAIL PROTECTED] wrote: What are the dependencies implication of this proposed change for non web-apps ? On Thu, May 8, 2008 at 8:08 AM, ant elder [EMAIL PROTECTED

Re: Move the JSP tag lib to the tuscany-sca-api module?

2008-05-08 Thread ant elder
really necessary? ...ant On Thu, May 8, 2008 at 4:46 PM, Raymond Feng [EMAIL PROTECTED] wrote: I think we should have a separate module like tuscany-sca-jee-api if we are ready to do so. Thanks, Raymond -- From: ant elder [EMAIL PROTECTED

Re: Move the JSP tag lib to the tuscany-sca-api module?

2008-05-08 Thread ant elder
and org.apache.tuscany.sca.host.webapp.jsp.ReferenceTEI? I guess there classes have to be on the classpath for the TagLib to work, right? Thanks, Raymond -- From: ant elder [EMAIL PROTECTED] Sent: Thursday, May 08, 2008 8:49 AM To: tuscany-dev@ws.apache.org

Re: Move the JSP tag lib to the tuscany-sca-api module?

2008-05-08 Thread ant elder
On Thu, May 8, 2008 at 7:38 PM, Simon Nash [EMAIL PROTECTED] wrote: ant elder wrote: To work at run time yes, but not at development time so the IDE taglib validation works without them while you're developing the JSP. ...ant On Thu, May 8, 2008 at 5:19 PM, Raymond Feng [EMAIL PROTECTED

Tomcat and the new distributed domain modules

2008-05-08 Thread ant elder
I've been trying to use the new distributed domain stuff - domain-manager and node2* etc - to get Tomcat as a domain manager with SCA webapps being individual nodes, but not really making much progress getting it to work so asking here to see if there are any suggestions - mainly from you

Re: Tomcat and the new distributed domain modules

2008-05-08 Thread ant elder
On Thu, May 8, 2008 at 9:40 PM, Simon Laws [EMAIL PROTECTED] wrote: snip It doesn't seem a big burden to assume that the domain manager would always be running separately. This DOES seem like a big burden to me and I'd _really_ like to try to avoid having to do that. ...ant

Re: Move the JSP tag lib to the tuscany-sca-api module?

2008-05-08 Thread ant elder
On Thu, May 8, 2008 at 9:56 PM, Simon Nash [EMAIL PROTECTED] wrote: snip From looking at the spec, there seem to be a couple of minor issues with this file: 1. The namespace is www.osog.org instead of www.osoa.org. 2. The final part of the URI is sca.tld instead of sca_jsp.tld. Thanks for

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

2008-05-07 Thread ant elder
On Wed, Apr 30, 2008 at 1:18 PM, Simon Laws [EMAIL PROTECTED] wrote: snip Cool thats really helpful. Ok so if we can have a Tomcat TuscanyHost (i.e. an extension of org.apache.catalina.core.StandardHost not related to the Tuscany host stuff) that will get its addChild method

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

2008-05-07 Thread ant elder
On Wed, May 7, 2008 at 11:29 AM, Simon Laws [EMAIL PROTECTED] wrote: I'm not clear if the domain here is intended to be local to the webapp container, in which case it could reasonably do webapp processing on the local file system, or if it is a more general domain out there in the network

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

2008-05-07 Thread ant elder
On Wed, May 7, 2008 at 11:29 AM, Simon Laws [EMAIL PROTECTED] wrote: snip This is not quite what we need in the Tomcat case. I shouldn't need to write a NodeX.composite file for each webapp as we can say each webapp is a node, use the webapp name for the node name, and use the webapps

Re: build failure in store-test

2008-05-06 Thread ant elder
I've updated and its still working ok for me ...ant On Tue, May 6, 2008 at 9:37 AM, Simon Laws [EMAIL PROTECTED] wrote: I've just updated and built from scratch and, with a top level build got INFO: Loading composite: http://localhost:9990/composite-resolved/composite:stor

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

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

<    1   2   3   4   5   6   7   8   9   10   >