[jira] Commented: (TUSCANY-242) SCDL loader should trim the whitespaces when the element text is parsed

2010-03-10 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843518#action_12843518 ] Simon Laws commented on TUSCANY-242: Explicit changes now applied to 2.x and 1.x > SC

Re: 401 deploying snapshots

2010-03-10 Thread Simon Laws
On Tue, Mar 2, 2010 at 3:05 PM, Simon Laws wrote: > I created https://issues.apache.org/jira/browse/INFRA-2520 > > Simon > Hi All Brian has just commented on our JIRA and requested that we create a sub-task of https://issues.apache.org/jira/browse/INFRA-1896 in order to get this done. However lo

Re: 2.0 M5 release

2010-03-10 Thread Simon Laws
> > The two main things i'd like for the release are the compliance tests > and the distributed domain support. > > I can see we may not want to wait for tests that need OASIS fixes but > i do think we should try to fix all the ones that aren't passing due > to Tuscany issues before doing the relea

Re: [2.x] SPI documentation, testing and tracking

2010-03-10 Thread Simon Laws
On Tue, Mar 9, 2010 at 4:01 PM, kelvin goodson wrote: > I'd like to help with this. I'd like to get a clear picture of these > interfaces myself, so marking them up would be a great way to do this. >  I don't have a good feel for how to split these into sets, but I'm > happy to take input.   I wou

Re: [2.x] SPI documentation, testing and tracking

2010-03-10 Thread kelvin goodson
To get an idea of how to proceed I used a little sed script to turn the raw XML of the web page you referenced [1] into XML of the form projects (project|package)* and I have half written a program to consume this XML and iterate through the files in the named packages and get an MD5 sum for ea

Re: [2.x] SPI documentation, testing and tracking

2010-03-10 Thread kelvin goodson
There's a first output from my endeavours at [1] I haven't checked the output, but how does this generally fit the bill? Kelvin [1] http://people.apache.org/~kelvingoodson/digests/out.xml On Wed, Mar 10, 2010 at 11:57 AM, kelvin goodson wrote: > To get an idea of how to proceed I used a little

[jira] Commented: (TUSCANY-3483) Tuscany fixes to make POJO_8003 and POJO_8012 work

2010-03-10 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843592#action_12843592 ] Simon Laws commented on TUSCANY-3483: - Having looked at this problem in more detail i

Re: [2.x] SPI documentation, testing and tracking

2010-03-10 Thread Simon Laws
On Wed, Mar 10, 2010 at 1:53 PM, kelvin goodson wrote: > There's a first output from my endeavours at [1] > > I haven't checked the output, but how does this generally fit the bill? > > Kelvin > > [1] http://people.apache.org/~kelvingoodson/digests/out.xml > Nice. As a short term measure we can t

Re: [2.x] SPI documentation, testing and tracking

2010-03-10 Thread kelvin goodson
OK, I'll take a look at that. Kelvin. On Wed, Mar 10, 2010 at 3:56 PM, Simon Laws wrote: > On Wed, Mar 10, 2010 at 1:53 PM, kelvin goodson > wrote: >> There's a first output from my endeavours at [1] >> >> I haven't checked the output, but how does this generally fit the bill? >> >> Kelvin >>

Re: Do we need the DataExchangeSemantics interface anymore?

2010-03-10 Thread Raymond Feng
Even with the current code, the binding sca in-vm invoker is checking the allowsPassByReference flag to decide if "pass-by-reference" should be used. In the in-vm optimization with remotable interfaces, the reference side invocation chain is connected to the service side invocation chain. Invoke

Re: [2.x] SPI documentation, testing and tracking

2010-03-10 Thread Raymond Feng
There are a few things in my mind: 1) Configure the maven plugin to produce javadoc for SPIs 2) Use a Javadoc diff tool [1] to generate a report for the SPI changes 3) The SPI packages can be found automatically by parsing the META-INF/MANIFEST.MF for OSGi Export-Package headers. I have local co

Re: [2.x] SPI documentation, testing and tracking

2010-03-10 Thread kelvin goodson
On Wed, Mar 10, 2010 at 4:46 PM, Raymond Feng wrote: > There are a few things in my mind: > > 1) Configure the maven plugin to produce javadoc for SPIs > 2) Use a Javadoc diff tool [1] to generate a report for the SPI changes JDiff output looks very good! > 3) The SPI packages can be found autom

Re: [2.x] SPI documentation, testing and tracking

2010-03-10 Thread Simon Laws
Sounds good. lots of potential here. Comments in line. On Wed, Mar 10, 2010 at 4:59 PM, kelvin goodson wrote: > On Wed, Mar 10, 2010 at 4:46 PM, Raymond Feng wrote: >> There are a few things in my mind: >> >> 1) Configure the maven plugin to produce javadoc for SPIs +1 >> 2) Use a Javadoc diff

[jira] Assigned: (TUSCANY-3489) Checked exceptions are not copied across classloaders

2010-03-10 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-3489: - Assignee: Raymond Feng > Checked exceptions are not copied across classloaders > --

[jira] Commented: (TUSCANY-3277) Node with RMI services doesn't shut down cleanly

2010-03-10 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3277?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12843686#action_12843686 ] Raymond Feng commented on TUSCANY-3277: --- We have fixed this problem in 2.x stream.

Re: Do we need the DataExchangeSemantics interface anymore?

2010-03-10 Thread ant elder
Unless I'm missing it the current code doesn't use it, which is why I'm asking about it. Its no big deal though, I was just wondering in passing if we should clean this up. ...ant On Thu, Mar 11, 2010 at 5:37 AM, Raymond Feng wrote: > Even with the current code, the binding sca in-vm invoker

Re: 2.0 M5 release

2010-03-10 Thread ant elder
On Thu, Mar 11, 2010 at 12:09 AM, Simon Laws wrote: >> >> The two main things i'd like for the release are the compliance tests >> and the distributed domain support. >> >> I can see we may not want to wait for tests that need OASIS fixes but >> i do think we should try to fix all the ones that ar

Re: Any objection to removing services/creditcard-payment-jaxws module from travel sample?

2010-03-10 Thread Mark Combellack
Simon Laws wrote: I don't have any objection but looks like, from svn, that Mark created this originally. Simon Hi Simon, Sorry for the (very) slow response to your question. I've had a look at the code and it is no longer required as it has been superseded by the smsgateway-jaxws package

Re: 2.0 M5 release

2010-03-10 Thread Simon Laws
> > Now that Tuscany has its own copies of the compliance test > contributions we can update them as we choose so we don't necessarily > need to be impacted by any changes that OASIS do. > >   ...ant > Except that I imagine some of the OASIS guys will want to use Tuscany to test the changes and th

Re: 2.0 M5 release

2010-03-10 Thread ant elder
On Thu, Mar 11, 2010 at 9:02 AM, Simon Laws wrote: >> >> Now that Tuscany has its own copies of the compliance test >> contributions we can update them as we choose so we don't necessarily >> need to be impacted by any changes that OASIS do. >> >>   ...ant >> > > Except that I imagine some of the

Re: 2.0 M5 release

2010-03-10 Thread Simon Laws
> > There's still the otests folder in svn where the latest OASIS code can > be used so we can try both the latest and current working oasis tests > together. But ok lets just see how it goes, for now I'll beaver on > getting the things done that i'd like to see in M5. > >   ...ant > Yep, it's may

[jira] Created: (TUSCANY-3491) Add support for the noListener intent

2010-03-10 Thread ant elder (JIRA)
Add support for the noListener intent - Key: TUSCANY-3491 URL: https://issues.apache.org/jira/browse/TUSCANY-3491 Project: Tuscany Issue Type: New Feature Components: OASIS Compliance - TUSCANY

Re: Build failed in Hudson: Tuscany-SCA-Assembly #119

2010-03-10 Thread ant elder
I've now removed all the old Hudson projects for running the compliance tests as they run as part of the Tuscany trunk build now. ...ant 2010/3/11 Apache Hudson Server : > See > > > Changes: > > [rfeng] Allow the cus

Re: Mapping binding.sca to any bindings by configuration

2010-03-10 Thread ant elder
On Wed, Mar 3, 2010 at 4:18 PM, ant elder wrote: > On Wed, Mar 3, 2010 at 12:35 PM, Raymond Feng wrote: >> Hi, >> >> I have checked in the changes to allow us to map binding.sca to any of the >> bindings by configuration. >> >> It turned out that the trick is as simple as follows: >> >> * Add a n

Re: Mapping binding.sca to any bindings by configuration

2010-03-10 Thread Raymond Feng
It's already possible to configure it through the NodeFactory either through the newInstance() or configure(). We can pass in a MapString>>, the first level key is "org.apache.tuscany.sca.binding.sca.provider.SCABindingMapper" and the second level key is "mappedBinding". Thanks, Raymond --

[jira] Resolved: (TUSCANY-3489) Checked exceptions are not copied across classloaders

2010-03-10 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-3489?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-3489. --- Resolution: Fixed Fixed under http://svn.apache.org/viewvc?rev=921689&view=rev. > Checked