[jira] Updated: (TUSCANY-3056) Webapp samples are failing in Geronimo (issues caused by inverse-classloading)

2009-05-21 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende updated TUSCANY-3056: - Component/s: Java SCA Samples Description: The use of causes runtime e

[jira] Assigned: (TUSCANY-3056) Webapp samples are failing in Geronimo (issues caused by inverse-classloading)

2009-05-21 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TUSCANY-3056: Assignee: Luciano Resende (was: ant elder) > Webapp samples are failing in Geron

[jira] Created: (TUSCANY-3056) Webapp samples are failing in Geronimo (issues caused by inverse-classloading)

2009-05-21 Thread Luciano Resende (JIRA)
Webapp samples are failing in Geronimo (issues caused by inverse-classloading) -- Key: TUSCANY-3056 URL: https://issues.apache.org/jira/browse/TUSCANY-3056 Project: Tuscany

Re: Tuscany 1.5 RC0 artifacts

2009-05-21 Thread Dave Sowerby
Hey guys, I'm just starting to test against this RC - but I'm finding that some of the tools I'd like to use (right now I'm playing with contrib2wsdl) are referencing maven projects which are not in the reactor, such as: org.apache.tuscany.sca:tuscany-sca-tools - in fact it's referenced by the tus

[jira] Updated: (TUSCANY-2906) WSDL/XSD imports should use location/schemaLocation as hints and not fail due to locations that don't map to actual locations

2009-05-21 Thread Sean Zhou (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Zhou updated TUSCANY-2906: --- Attachment: wsdl_cont.jar > WSDL/XSD imports should use location/schemaLocation as hints and not fa

[jira] Commented: (TUSCANY-2906) WSDL/XSD imports should use location/schemaLocation as hints and not fail due to locations that don't map to actual locations

2009-05-21 Thread Sean Zhou (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2906?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711751#action_12711751 ] Sean Zhou commented on TUSCANY-2906: The fix doesn't seem to solve the problem. I hav

Re: Android Store sample

2009-05-21 Thread Oscar CastaƱeda
Hi Lookman, I think you might have replied only to me, instead of to all, so I am cc'ing the dev list on this email. I will wait for your patch to commit, and then test your code. It will probably take me a few days, but you'll get a reply from me about your patch. On Wed, May 20, 2009 at 6:28 P

Re: ideas for adding SDO HelperContext annotation/injector?

2009-05-21 Thread Scott Kurz
OK, so you're saying to add my ObjectFactory corresponding to my visitor to JavaImplementationProvider.handleResources() we'd have to factor that into a new extension point NOW... rather than later (whereas for simply registering the class visitor I could do that programatically NOW and we could

Re: ideas for adding SDO HelperContext annotation/injector?

2009-05-21 Thread Raymond Feng
-- From: "Scott Kurz" Sent: Thursday, May 21, 2009 9:21 AM To: Subject: Re: ideas for adding SDO HelperContext annotation/injector? Thanks for the detailed response Raymond. I'm going to back over it but it sounds like you wouldn't have a basic

Re: ideas for adding SDO HelperContext annotation/injector?

2009-05-21 Thread Scott Kurz
Thanks for the detailed response Raymond. I'm going to back over it but it sounds like you wouldn't have a basic objection to introducing a implementation-java-runtime -> databinding-sdo dependency? Scott

Re: ideas for adding SDO HelperContext annotation/injector?

2009-05-21 Thread Raymond Feng
See my comments inline. -- From: "Scott Kurz" Sent: Thursday, May 21, 2009 6:48 AM To: Subject: ideas for adding SDO HelperContext annotation/injector? Say we wanted to invent an SCA annotation that injected an SDO HelperContext into a Java impl

Re: Supporting an optional ranking attribute for system services

2009-05-21 Thread Raymond Feng
+1 on 1). +1 on 2). If all the system services are declarative, then "lookup" should be fine without any ordering. I understand we have some extension points or extensions are added programmatically by the module activators. A good example is that all the module activators should be started by

[jira] Closed: (TUSCANY-3041) policySets & intents not resolved on implementation.jee

2009-05-21 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3041?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder closed TUSCANY-3041. -- Resolution: Fixed Applied to 1.x in 777142 > policySets & intents not resolved on implementation.jee

ideas for adding SDO HelperContext annotation/injector?

2009-05-21 Thread Scott Kurz
Say we wanted to invent an SCA annotation that injected an SDO HelperContext into a Java impl field/method.(A change to the SCA programming model would need to be discussed, but I wanted to try it out on a prototype). I was wondering what would be a nice way to do this? Writing the class visi

[jira] Resolved: (TUSCANY-3033) wsdltojava tool based on CXF - maven module to start with

2009-05-21 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3033?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando resolved TUSCANY-3033. --- Resolution: Fixed Fix Version/s: Java-SCA-Next Raymond Feng has checked in t

[jira] Updated: (TUSCANY-3055) wsdltojava - maven module for sdo databinding hook-up classes

2009-05-21 Thread Pradeep Fernando (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Pradeep Fernando updated TUSCANY-3055: -- Attachment: TUSCANY-3055.patch I have created a module for sdo databinding hook-up cl

[jira] Created: (TUSCANY-3055) wsdltojava - maven module for sdo databinding hook-up classes

2009-05-21 Thread Pradeep Fernando (JIRA)
wsdltojava - maven module for sdo databinding hook-up classes - Key: TUSCANY-3055 URL: https://issues.apache.org/jira/browse/TUSCANY-3055 Project: Tuscany Issue Type: New Feature

[jira] Commented: (TUSCANY-3046) simple-bigbank-spring, spring-bigbank-calculator, spring-bigbank-checkaccount, spring-bigbank-stockquote failure

2009-05-21 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3046?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12711526#action_12711526 ] ant elder commented on TUSCANY-3046: I've fixed up a impl-spring issue and an bin dis

[jira] Resolved: (TUSCANY-3053) Spring Jar Location testcase failing because of the URI issue

2009-05-21 Thread Ramkumar Ramalingam (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ramkumar Ramalingam resolved TUSCANY-3053. -- Resolution: Fixed Committed revision 777017. > Spring Jar Location testcase

Re: Supporting an optional ranking attribute for system services

2009-05-21 Thread ant elder
On Thu, May 21, 2009 at 8:01 AM, Simon Laws wrote: > On Thu, May 21, 2009 at 6:04 AM, ant elder wrote: >> Having a way to define "default" impls and have those easily overriden >> would be really useful. We've often needed to be able to do that and >> have clunky work arounds at various places to

Re: Supporting an optional ranking attribute for system services

2009-05-21 Thread Simon Laws
On Thu, May 21, 2009 at 6:04 AM, ant elder wrote: > Having a way to define "default" impls and have those easily overriden > would be really useful. We've often needed to be able to do that and > have clunky work arounds at various places to deal with not having any > defaulting mechanism. But the