Re: SCA 1.2.1 release

2008-05-15 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 > t

Re: OSGi-enable 3rd party libraries in Tuscany

2008-05-15 Thread Jean-Sebastien Delfino
Simon Nash wrote: ... snip I believe that if we are serious about making OSGi-enablement of Tuscany a first class option, we should consider doing 1). For the longer term to support versioning of 3rd party jars, 1) will provide a standard OSGi mechanism. As more and more 3rd-party libraries are

Re: SCA 2.0, was Re: Next SCA release

2008-05-15 Thread Simon Nash
ant elder wrote: 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 b

Re: OSGi-enable 3rd party libraries in Tuscany

2008-05-15 Thread Simon Nash
One comment inline. Simon Jean-Sebastien Delfino wrote: Rajini Sivaram wrote: Hello, Following on from the discussion in thread [1], and based on Sebastien's comments [2], we need to make a decision on the best way forward to OSGi-enable third party libraries used by Tuscany. The options w

Re: Conversational semantics using xml in SCDLs

2008-05-15 Thread Simon Nash
Vamsavardhana Reddy wrote: On Thu, May 15, 2008 at 2:32 PM, Simon Nash <[EMAIL PROTECTED]> wrote: Vamsavardhana Reddy wrote: Right now all the conversation related things we have in Tuscany seem to use annotations in Java code. The assembly schema does not seem to be good enough to specify t

Re: SCA 1.2.1 release

2008-05-15 Thread Luciano Resende
In the past, there has been various requests for this feature in the user/dev list, and unfortunately I couldn't get it ready by 1.2. It seems like a reasonable time to add it now that we are going to make this 1.2.1 release. BTW, the changes are localized and not so big. On Thu, May 15, 2008 at 3

Re: Conversational semantics using xml in SCDLs

2008-05-15 Thread Simon Nash
Simon Laws wrote: On Thu, May 15, 2008 at 2:24 PM, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote: Hi Mike, Thanks for the heads-up. Let us see whether the Assembly TC does the same this time too with the proposal to add a top level interface element. ++Vamsi On Thu, May 15, 2008 at 6:07 PM,

Re: SCA 1.2.1 release

2008-05-15 Thread Simon Nash
ant elder 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, applying the fix, spinning the new release artifacts and

Re: SCA 1.2.1 release

2008-05-15 Thread Simon Nash
Luciano Resende wrote: Any chance I could add the bpel reference support as part of this release ? The changes are localized and won't affect other areas. Is there a user requesting this support? Remembering the 1.0.1 experience, I think we should keep this release as small and focused as poss

Got expection where the wsdl defines an operation without input parameter

2008-05-15 Thread Gilbert Kwan
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 org.apache.tuscany.sca.databinding.javabeans.JavaBeansDataBinding.copy(JavaBeansDataBinding.java:102

Eclipse plugin now working with both Eclipse 3.2 and 3.3

2008-05-15 Thread Jean-Sebastien Delfino
I noticed that our Eclipse plugin only worked on Eclipse 3.3, as it used a few Eclipse 3.3 API calls not present in 3.2. I just made a few minor changes (SVN r656836) to make it work in Eclipse 3.2 as well. I think it's useful as many people out there (including me sometimes) still use 3.2. -

Re: Running vtests with security on

2008-05-15 Thread Raymond Feng
You can configure the maven-surefire-plugin to have your options on the element under a new profile. org.apache.maven.plugins maven-surefire-plugin 2.3.1 **/*TestCase.java brief false once -ea -Xmx256m -Djava.security.manager -Djava.security.policy=tuscany.policy -Djava.security

XMLDoclet

2008-05-15 Thread Kevin Williams
Hi Everyone, I would like to produce an XML version of the javadoc output so I can more easily process it further. Has anyone had experience with the maven jellydoc plugin XMLDoclet? Thanks, --Kevin

Running vtests with security on

2008-05-15 Thread Dan Becker
Since I am not much of a Maven expert, I thought I would run this by the Tuscany community to see if I am going down the right path or to see if there are better ideas. Normally when I test with any Tuscany sample or test with Java 2 security enabled, I use the JVM options -Djava.security.manager

[jira] Created: (TUSCANY-2324) InterfaceContract is not pushed down to an inner, promoted component reference only with Axis2 binding

2008-05-15 Thread Scott Kurz (JIRA)
InterfaceContract is not pushed down to an inner, promoted component reference only with Axis2 binding --- Key: TUSCANY-2324 URL: https://issues.apache.org/jira/b

[jira] Updated: (TUSCANY-2323) Error generating WSDL when the original wsdl file used to specify the service interface does not use soap namespaces

2008-05-15 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2323?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated TUSCANY-2323: - Attachment: TUSCANY-2323-recreate.patch TUSCANY-2323-recreate.patch: To recrea

[jira] Created: (TUSCANY-2323) Error generating WSDL when the original wsdl file used to specify the service interface does not use soap namespaces

2008-05-15 Thread Vamsavardhana Reddy (JIRA)
Error generating WSDL when the original wsdl file used to specify the service interface does not use soap namespaces Key: TUSCANY-2323 URL: https:

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

2008-05-15 Thread scabooz
I might be the 'they', not sure. This is a very hard email thread to follow so let me try to articulate some ideas. First, bindingType and implementationType were introduced by the SCA Policy FW spec because that spec was the first to need a bit of metadata describing bindings from a typing per

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

2008-05-15 Thread Mark Combellack
Hi Mike, I've just done a clean of my .m2 repository and a complete rebuild from incubator/tuscany/java with SVN revision 656738. I can build the modules but I get a failure in the helloworld-bpel sample (see [1] below). I've built it several times and it reliably fails for me. I then went into t

Re: SCA 1.2.1 release

2008-05-15 Thread Luciano Resende
Any chance I could add the bpel reference support as part of this release ? The changes are localized and won't affect other areas. On Thu, May 15, 2008 at 2: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

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

2008-05-15 Thread ant elder
It seems to be intermittent, I've had two of the failures but mostly it works. ...ant On Thu, May 15, 2008 at 6:19 PM, Jean-Sebastien Delfino < [EMAIL PROTECTED]> wrote: > Mark Combellack wrote: > >> I'm running on Linux with JDK 1.5. I've not cleaned out my .m2 repository >> for ages. I'll g

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

2008-05-15 Thread Raymond Feng
Hi, In the recently released Tuscany SCA Java 1.2 [1], we produce a whitepaper [2] to describe webapp-based Tuscany/Geronimo integration. We would like to share the information here and hope it can trigger more interests from both Geronimo and Tuscany community to bring more values into these

Re: Conversational semantics using xml in SCDLs

2008-05-15 Thread Simon Laws
On Thu, May 15, 2008 at 2:24 PM, Vamsavardhana Reddy <[EMAIL PROTECTED]> wrote: > Hi Mike, > > Thanks for the heads-up. Let us see whether the Assembly TC does the same > this time too with the proposal to add a top level interface element. > > ++Vamsi > > On Thu, May 15, 2008 at 6:07 PM, Mike Ed

Re: [jira] Commented: (TUSCANY-2316) Axis2 Binding Provider does not handle services & references with WSDL interfaces correctly

2008-05-15 Thread Raymond Feng
Hi, Mike, I have fixed the DOM transformation issue (TUSCANY-2321) under r656747. Thanks, Raymond -- From: "Mike Edwards" <[EMAIL PROTECTED]> Sent: Wednesday, May 14, 2008 2:07 PM To: Subject: Re: [jira] Commented: (TUSCANY-2316) Axis2 Binding Pro

[jira] Assigned: (TUSCANY-2321) Databinding producing different DOM Objects depending on the transformation path in use

2008-05-15 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng reassigned TUSCANY-2321: - Assignee: Raymond Feng > Databinding producing different DOM Objects depending on the t

[jira] Resolved: (TUSCANY-2321) Databinding producing different DOM Objects depending on the transformation path in use

2008-05-15 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2321?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Raymond Feng resolved TUSCANY-2321. --- Resolution: Fixed Fixed under r656747 > Databinding producing different DOM Objects depend

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

2008-05-15 Thread Jean-Sebastien Delfino
Mark Combellack wrote: I'm running on Linux with JDK 1.5. I've not cleaned out my .m2 repository for ages. I'll give 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: Te

Re: Tomcat and the new distributed domain modules

2008-05-15 Thread Simon Laws
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 (did u mean create an domain? deploy a > domain > manager

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

2008-05-15 Thread Mark Combellack
I'm running on Linux with JDK 1.5. I've not cleaned out my .m2 repository for ages. I'll give 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

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

2008-05-15 Thread Mike Edwards
ant elder wrote: 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: Ant, Thanks for letting us know that you're se

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: OSGi-enable 3rd party libraries in Tuscany

2008-05-15 Thread Raymond Feng
FYI, SpringSource now has an Enterprise Bundle Repository: http://www.springsource.com/repository/app/ Thanks, Raymond -- From: "Simon Laws" <[EMAIL PROTECTED]> Sent: Thursday, May 15, 2008 12:12 AM To: Subject: Re: OSGi-enable 3rd party libraries

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

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

2008-05-15 Thread Mike Edwards
Mark Combellack wrote: Hi Mike, I've just done a partial branch build and did not see the error you were having. I did the following: svn up modules tutorial cd modules mvn clean install cd tutorial mvn clean install I did not see any errors reported. Od

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: 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 Mark Combellack
Hi Mike, I've just done a partial branch build and did not see the error you were having. I did the following: svn up modules tutorial cd modules mvn clean install cd tutorial mvn clean install I did not see any errors reported. Odd. Mark > -Original

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

2008-05-15 Thread Ilya Kanonirov (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12597134#action_12597134 ] Ilya Kanonirov commented on TUSCANY-2320: - Thanks for quick reply. That patch wor

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

2008-05-15 Thread Ilya Kanonirov (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2320?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ilya Kanonirov updated TUSCANY-2320: Issue Type: Bug (was: Improvement) > The contextPath init parameter for TuscanyServletFi

Test Failures in Tutorial - Anyone else seeing these?

2008-05-15 Thread Mike Edwards
Folks, Trying to run a build of trunk at the moment and I am getting test failures in tutorial\store-test - is anyone else seeing these? The failure I'm getting is SEVERE: SCA Node could not be created java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccesso

Re: Conversational semantics using xml in SCDLs

2008-05-15 Thread Vamsavardhana Reddy
Hi Mike, Thanks for the heads-up. Let us see whether the Assembly TC does the same this time too with the proposal to add a top level interface element. ++Vamsi On Thu, May 15, 2008 at 6:07 PM, Mike Edwards < [EMAIL PROTECTED]> wrote: > Vamsavardhana Reddy wrote: > > >> For 1, 2, 3 and 5, I t

Re: Conversational semantics using xml in SCDLs

2008-05-15 Thread Vamsavardhana Reddy
On Thu, May 15, 2008 at 2:32 PM, Simon Nash <[EMAIL PROTECTED]> wrote: > Vamsavardhana Reddy wrote: > >> Right now all the conversation related things we have in Tuscany seem to >> use >> annotations in Java code. The assembly schema does not seem to be good >> enough to specify the equivalents t

Re: Small OSGi sample for the main build?

2008-05-15 Thread Mike Edwards
Graham Charters wrote: Hi, I've been working on a small sample to act as an OSGi "sniff test" for Tuscany running in OSGi. It's basically a cut-down version of what Rajini has done in itest/osgi-tuscany and only runs the most basic Calculator sample. I still have some work to do to exclude all

Re: Conversational semantics using xml in SCDLs

2008-05-15 Thread Mike Edwards
Vamsavardhana Reddy wrote: For 1, 2, 3 and 5, I think it is a good idea to introduce a new interface definition as a top level element in SCDLs. This new interface definition could use any existing interface definition and add additional semantics. For example, something like can yield

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

Re: OSGi-enable 3rd party libraries in Tuscany

2008-05-15 Thread Rajini Sivaram
On 5/15/08, Simon Laws <[EMAIL PROTECTED]> wrote: > > On Thu, May 15, 2008 at 3:13 AM, Jean-Sebastien Delfino < > [EMAIL PROTECTED]> wrote: > > > Rajini Sivaram wrote: > > > >> Hello, > >> > >> Following on from the discussion in thread [1], and based on Sebastien's > >> comments [2], we need to ma

Re: Small OSGi sample for the main build?

2008-05-15 Thread Simon Nash
Simon Laws wrote: On Thu, May 15, 2008 at 2:59 AM, Jean-Sebastien Delfino < [EMAIL PROTECTED]> wrote: Graham Charters wrote: Hi, I've been working on a small sample to act as an OSGi "sniff test" for Tuscany running in OSGi. It's basically a cut-down version of what Rajini has done in itest

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 t

Re: OSGi-enable 3rd party libraries in Tuscany

2008-05-15 Thread Rajini Sivaram
On 5/15/08, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > Rajini Sivaram wrote: > >> Hello, >> >> Following on from the discussion in thread [1], and based on Sebastien's >> comments [2], we need to make a decision on the best way forward to >> OSGi-enable third party libraries used by Tusca

Re: Conversational semantics using xml in SCDLs

2008-05-15 Thread Simon Nash
Vamsavardhana Reddy wrote: Right now all the conversation related things we have in Tuscany seem to use annotations in Java code. The assembly schema does not seem to be good enough to specify the equivalents through SCDLs. Here are some of the issues, taking the java annotations as a reference

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 trun

[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 a coupl

[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-2311) Second equivalently typed callback field not injected

2008-05-15 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated TUSCANY-2311: - Patch Info: [Patch Available] Assignee: (was: Vamsavardhana Reddy) Un

[jira] Updated: (TUSCANY-2311) Second equivalently typed callback field not injected

2008-05-15 Thread Vamsavardhana Reddy (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Vamsavardhana Reddy updated TUSCANY-2311: - Attachment: TUSCANY-2311.patch TUSCANY-2311.patch: Fixing this problem requires

Re: OSGi-enable 3rd party libraries in Tuscany

2008-05-15 Thread Simon Laws
On Thu, May 15, 2008 at 3:13 AM, Jean-Sebastien Delfino < [EMAIL PROTECTED]> wrote: > Rajini Sivaram wrote: > >> Hello, >> >> Following on from the discussion in thread [1], and based on Sebastien's >> comments [2], we need to make a decision on the best way forward to >> OSGi-enable third party l

Re: Small OSGi sample for the main build?

2008-05-15 Thread Simon Laws
On Thu, May 15, 2008 at 2:59 AM, Jean-Sebastien Delfino < [EMAIL PROTECTED]> wrote: > Graham Charters wrote: > >> Hi, >> >> I've been working on a small sample to act as an OSGi "sniff test" for >> Tuscany running in OSGi. It's basically a cut-down version of what >> Rajini has done in itest/osgi

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

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