Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread Adriano Crestani
The only track printed when I use the -e argument is the shown below, but I'm not sure it is what you are wanting. Is it? ... [INFO] [ERROR] BUILD FAILURE [INFO] ---

Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread Raymond Feng
It seems that SimpleDateFormat uses the default locale/timezone if they are not explicitly set. It might behave differently on different platforms. Thanks, Raymond -- From: "Adriano Crestani" <[EMAIL PROTECTED]> Sent: Friday, March 28, 2008 11:04 P

Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread Raymond Feng
You can either run "mvn -e" or just find the surefire reports under target folder. Thanks, Raymond -- From: "Adriano Crestani" <[EMAIL PROTECTED]> Sent: Friday, March 28, 2008 11:05 PM To: Subject: Re: [VOTE] SDO 1.1 rc3 release Hi Raymond, How

Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread Adriano Crestani
Hi Raymond, How do I force mvn to output the stacktrace? It seems not to be printing the stacktrace only with the "mvn" command. Adriano Crestani On Sat, Mar 29, 2008 at 2:04 AM, Adriano Crestani < [EMAIL PROTECTED]> wrote: > Thanks Luciano, > > It really seems a bug relationed to different dat

Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread Adriano Crestani
Thanks Luciano, It really seems a bug relationed to different date formats. I got the same error running the tests on a portuguese windows, when I run on a english one, everything goes fine : ) There is another problem too. When I run the mvn (even on an english windows) using Java 1.6, I get oth

Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread Raymond Feng
Hi, Can you provide a stack trace? Thanks, Raymond -- From: "Adriano Crestani" <[EMAIL PROTECTED]> Sent: Friday, March 28, 2008 9:43 PM To: Subject: Re: [VOTE] SDO 1.1 rc3 release Hi, I don't know if I'm doing something wrong, but I'm getting

Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread Luciano Resende
This looks simmilar to TUSCANY-1659 [1] [1] http://issues.apache.org/jira/browse/TUSCANY-1659 On Fri, Mar 28, 2008 at 9:43 PM, Adriano Crestani <[EMAIL PROTECTED]> wrote: > Hi, > > I don't know if I'm doing something wrong, but I'm getting some failures on > the mvn tests. I get the errors belo

Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread Adriano Crestani
Hi, I don't know if I'm doing something wrong, but I'm getting some failures on the mvn tests. I get the errors below when I execute the mvn command on the top folder of src pack. Everything goes OK if I execute mvn on distribution folder. My env config is: C:\Documents and Settings\Ka\Meus docum

Re: [SCA 1.2] SCA Sample dependencies

2008-03-28 Thread haleh mahbod
Should this mvn command be put in the development guide for samples so anyone creating a new sample runs these commands and gets rid of unnecessary dependencies? On 3/28/08, Raymond Feng <[EMAIL PROTECTED]> wrote: > > Try mvn dependency:analyze. It analyzes the dependencies of this project > an

Re: [SCA 1.2] SCA Sample dependencies

2008-03-28 Thread Raymond Feng
Try mvn dependency:analyze. It analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused and declared. Thanks, Raymond -- From: "Jean-Sebastien Delfino" <[EMAIL PROTECTED]> Sent: Friday, Mar

Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread Raymond Feng
I checked in the complete fix in 1.1-incubating branch too. I also made the following changes: 1) Automatically run with "java_1_4_maven" profile if the JDK level is 1.4.x. 2) Enable the workaround for SUN JDK 1.4.x as reported in https://issues.apache.org/jira/browse/TUSCANY-1925 using the

Re: EJB integration in latest version of tutorial

2008-03-28 Thread haleh mahbod
good blog material as well. On 3/28/08, Jean-Sebastien Delfino <[EMAIL PROTECTED]> wrote: > > Luciano Resende wrote: > > Should we have a page in our website describing how to use the > > tutorial ? Probably something similar to what we have for the "Getting > > Started with Tuscany" [1]. > > > >

Re: Reporting errors for illegal SCA annotations (TUSCANY-2140)

2008-03-28 Thread Jean-Sebastien Delfino
Mike Edwards wrote: ant elder wrote: I agree with that and having recently spent time helping people new to Tuscany and seen the problems they've had I think it would be much more helpful to fail. Could we have a "lenient" mode which can be used when debugging in eclipse? But I think the default

[jira] Resolved: (TUSCANY-2127) helloworld-service-jms fails with nullp using 1.2 RC1

2008-03-28 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2127?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-2127. -- Resolution: Fixed Fixed dependencies issues and also proper initialization of JMS bro

[jira] Resolved: (TUSCANY-2149) samples/helloworld-service&reference-jms failure

2008-03-28 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-2149. -- Resolution: Fixed Fixed dependencies issues and also proper initialization of JMS bro

Re: EJB integration in latest version of tutorial

2008-03-28 Thread Jean-Sebastien Delfino
Luciano Resende wrote: Should we have a page in our website describing how to use the tutorial ? Probably something similar to what we have for the "Getting Started with Tuscany" [1]. [1] http://cwiki.apache.org/confluence/display/TUSCANY/Getting+Started+with+Tuscany Yes :) -- Jean-Sebastie

Re: What happened to the Continuum VMBuild server messages?

2008-03-28 Thread Jean-Sebastien Delfino
Luciano Resende wrote: I disable sending them to the list for now, but when a given build fails, the committers that had committed something will receive notifications. and I think it's a good idea. I got comments from people unsubscribing because the big build logs were filling up their inbo

Re: [SCA 1.2] SCA Sample dependencies

2008-03-28 Thread Jean-Sebastien Delfino
Luciano Resende wrote: I was looking at some sample applications dependencies last night, and realized that our simple calculator-webapp is huge and with a lot of unnecessary dependencies being dragged to it's WEB-INF\lib. This might cause the impression that SCA is heavy, when it's not. Should w

Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread Raymond Feng
Hi, I can reproduce the problem that sebb ran into. I did a bit investigation and found out that maven-bundle-plugin seems to be culprit. If I commented it out and change the packaging to "jar" from "bundle" for sdo-api/pom.xml, it started to work. But the sdo-api jar is not an OSGi bundle any

Re: [SCA 1.2] SCA Sample dependencies

2008-03-28 Thread Raymond Feng
Hi, Tuscany/SCA integrates with many other technologies to enable service composition/assembly. IMO, there are three different types of jars we ship: 1) Tuscany jars (core + extensions), such as tuscany-*.jar 2) Dependency jars required by Tuscany (core + extensions), such as stax and axis2 3

[SCA 1.2] SCA Sample dependencies

2008-03-28 Thread Luciano Resende
I was looking at some sample applications dependencies last night, and realized that our simple calculator-webapp is huge and with a lot of unnecessary dependencies being dragged to it's WEB-INF\lib. This might cause the impression that SCA is heavy, when it's not. Should we spend some time around

Re: Verification Testing

2008-03-28 Thread Kevin Williams
These are good points. I'll think about making line numbers work. Thanks. - Kevin On Fri, Mar 28, 2008 at 10:52 AM, Luciano Resende <[EMAIL PROTECTED]> wrote: > I'd say that publishing a modified (in this case annotated) version of > the specification might have licensing issues. Also, as there

Re: Verification Testing

2008-03-28 Thread Luciano Resende
I'd say that publishing a modified (in this case annotated) version of the specification might have licensing issues. Also, as there is no "compliance test" or a clear "compliance definition" on the spec, your annotations around this area might be controversial. On Fri, Mar 28, 2008 at 9:12 AM, K

Re: What happened to the Continuum VMBuild server messages?

2008-03-28 Thread Luciano Resende
So far you are a good citizen. :) On Fri, Mar 28, 2008 at 9:06 AM, Mark Combellack <[EMAIL PROTECTED]> wrote: > > Thanks for the info on what happened to the Continuum build messages. I > guess this means that I have not broken anything recently :-) > > Mark > > > > -Original Message-

Re: How do I get permissions to edit the Tuscany Confluence web pages?

2008-03-28 Thread Luciano Resende
If you just want to check how your exported page looks like, you can see it right after you save in [1]. But this is not the live website, and as Vamsi said, it takes about 1 hour to the changes get to the live website. [1] http://cwiki.apache.org/TUSCANY/ On Fri, Mar 28, 2008 at 9:15 AM, Vamsava

[jira] Resolved: (TUSCANY-2154) demos/alert-aggregator-webapp still uses package ant target and startup failure

2008-03-28 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-2154. -- Resolution: Fixed Fixed > demos/alert-aggregator-webapp still uses package ant targe

[jira] Commented: (TUSCANY-2154) demos/alert-aggregator-webapp still uses package ant target and startup failure

2008-03-28 Thread Raymond Feng (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2154?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583081#action_12583081 ] Raymond Feng commented on TUSCANY-2154: --- The java.lang.NoClassDefFoundError: javax.

Re: How do I get permissions to edit the Tuscany Confluence web pages?

2008-03-28 Thread Vamsavardhana Reddy
I guess it takes about an hour or so for the changes to reflect in the live site. ++Vamsi On Fri, Mar 28, 2008 at 9:43 PM, Mark Combellack <[EMAIL PROTECTED]> wrote: > Hi Raymond, > > Thanks for granting me permission. I can now edit pages. > > I think I am lacking in knowledge on how the proces

RE: How do I get permissions to edit the Tuscany Confluence web pages?

2008-03-28 Thread Mark Combellack
Hi Raymond, Thanks for granting me permission. I can now edit pages. I think I am lacking in knowledge on how the process works. I have edited the page and changed the copyright from 2006 to 2006-2008 at: http://cwiki.apache.org/TUSCANY/home.html However, if I look at the Tuscany home page,

Re: Verification Testing

2008-03-28 Thread Kevin Williams
I think that named annotations would be more clear since there is not a direct mapping from line number to compliance point. A compliance point may cover n lines or a single line may have n compliance points. On Fri, Mar 28, 2008 at 9:47 AM, Simon Nash <[EMAIL PROTECTED]> wrote: > Kevin Williams

RE: What happened to the Continuum VMBuild server messages?

2008-03-28 Thread Mark Combellack
Thanks for the info on what happened to the Continuum build messages. I guess this means that I have not broken anything recently :-) Mark -Original Message- From: Luciano Resende [mailto:[EMAIL PROTECTED] Sent: 28 March 2008 15:56 To: tuscany-dev@ws.apache.org; [EMAIL PROTECTED] Subjec

Re: What happened to the Continuum VMBuild server messages?

2008-03-28 Thread Luciano Resende
I disable sending them to the list for now, but when a given build fails, the committers that had committed something will receive notifications. On Fri, Mar 28, 2008 at 7:03 AM, Mark Combellack <[EMAIL PROTECTED]> wrote: > Hi, > > It's been a while since I have seen a Continuum VMBuild message o

Re: Verification Testing

2008-03-28 Thread Simon Nash
Kevin Williams wrote: I'd like to add an annotated version of the SCA Java Common Annotations and APIs specification somewhere in the project so that I can reference individual functional requirements from the tests. Does it make sense to add this as an attachment to the Java SCA Documentation w

Re: [NOTICE] Giorgio Zoppi voted as Tuscany committer

2008-03-28 Thread Simon Nash
Giorgio, Welcome on board and congratulations! Simon Mike Edwards wrote: Congratulations, Giorgio, Mike. Giorgio Zoppi wrote: Thank you very much! Cheers, Giorgio. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [Discussion] Inheritance of PolicyIntents by 'callback' elements

2008-03-28 Thread Simon Nash
Venkata Krishnan wrote: Hi, The prev. mail seemed to have a chewed up subject. So resending with a better subject line. -- Forwarded message -- From: Venkata Krishnan <[EMAIL PROTECTED]> Date: Wed, Mar 26, 2008 at 9:50 PM Subject: [Discussion] Conversational Polic To: tuscany-d

Re: How do I get permissions to edit the Tuscany Confluence web pages?

2008-03-28 Thread Raymond Feng
I'm adding you to tuscany-committers group and you should have the permissions in a few minutes. Thanks, Raymond -- From: "Mark Combellack" <[EMAIL PROTECTED]> Sent: Friday, March 28, 2008 8:20 AM To: Subject: How do I get permissions to edit the

How do I get permissions to edit the Tuscany Confluence web pages?

2008-03-28 Thread Mark Combellack
Hi, I'm wanting to make a minor change to the Tuscany Confluence web pages but my user account does not appear to have permissions to do so (basically the copyright date is 2006 and should be 2006-2008) I was wondering what I need to do or who to contact to grant edit permission to my accou

Re: [Discussion] Inheritance of PolicyIntents by 'callback' elements

2008-03-28 Thread Simon Nash
Vamsavardhana Reddy wrote: Further, it appears like the callback need not always be conversational when the service is conversational. Yes, that's correct. If the callback needs a conversational intent, it whould specify it explicitly. Simon On Thu, Mar 27, 2008 at 10:44 PM, Venkata Krish

Re: Error in WebSphere for Component Service(Urgent for me)

2008-03-28 Thread Simon Nash
Sandeep Raman wrote: Hi, I tired with 8080. Same error seems to be coming up. Regards Sandeep Did you go through all the steps listed in [1]? In particular, are you running on WebSphere 6.1.0.9? This error looks like a known problem with WebSphere (see [2]) that is fixed in 6.1.0.9. Simo

Re: Reporting errors for illegal SCA annotations (TUSCANY-2140)

2008-03-28 Thread Mike Edwards
ant elder wrote: I agree with that and having recently spent time helping people new to Tuscany and seen the problems they've had I think it would be much more helpful to fail. Could we have a "lenient" mode which can be used when debugging in eclipse? But I think the default should be strict so

Re: Reporting errors for illegal SCA annotations (TUSCANY-2140)

2008-03-28 Thread Simon Nash
ant elder wrote: I agree with that and having recently spent time helping people new to Tuscany and seen the problems they've had I think it would be much more helpful to fail. Could we have a "lenient" mode which can be used when debugging in eclipse? But I think the default should be strict so

What happened to the Continuum VMBuild server messages?

2008-03-28 Thread Mark Combellack
Hi, It's been a while since I have seen a Continuum VMBuild message on the Developer mailing list. Looking at the VMBuild server, builds have been run recently. I was wondering if the build emails have been disabled or are being redirected to another list. Thanks, Mark ---

[jira] Commented: (TUSCANY-2164) binding.ws generate different endpoint URI according to the count services of implementation

2008-03-28 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12583029#action_12583029 ] Simon Nash commented on TUSCANY-2164: - This behaviour is required by the OSOA SCA 1.0

[jira] Updated: (TUSCANY-2149) samples/helloworld-service&reference-jms failure

2008-03-28 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2149?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-2149: Attachment: tuscany-2149.patch These changes get the sample working in my Eclipse workspace. Unfo

[jira] Updated: (TUSCANY-2147) samples/calculator-implementation-policies

2008-03-28 Thread Simon Laws (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Laws updated TUSCANY-2147: Fix Version/s: (was: Java-SCA-1.2) Java-SCA-Next OK, I'll move this to SCA

[jira] Created: (TUSCANY-2164) binding.ws generate different endpoint URI according to the count services of implementation

2008-03-28 Thread wangfeng (JIRA)
binding.ws generate different endpoint URI according to the count services of implementation - Key: TUSCANY-2164 URL: https://issues.apache.org/jira/browse/TUSCANY-2164

[jira] Commented: (TUSCANY-2147) samples/calculator-implementation-policies

2008-03-28 Thread Venkatakrishnan (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2147?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582940#action_12582940 ] Venkatakrishnan commented on TUSCANY-2147: -- This is because the assembly model s

Re: [VOTE] SDO 1.1 rc3 release

2008-03-28 Thread ant elder
Any one else have any time to review? ...ant On Wed, Mar 26, 2008 at 11:39 AM, kelvin goodson <[EMAIL PROTECTED]> wrote: > +1 Looks good to me. Thanks very much for doing this Ant. > > Kelvin. > > On 26/03/2008, ant elder <[EMAIL PROTECTED]> wrote: > > > Please review and vote on the SDO

Re: GSoC project idea - Tuscany SCA support in the Geronimo Admin console

2008-03-28 Thread ant elder
This looks really good to me. I don't know how it compares to other gsoc proposals that got accepted in past years, does anyone know if the past proposals are available to look at on line anywhere? ...ant On Thu, Mar 27, 2008 at 12:26 PM, Thilina Buddhika <[EMAIL PROTECTED]> wrote: > I came

[jira] Commented: (TUSCANY-1974) Chat webapp sample misses chat messages

2008-03-28 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12582937#action_12582937 ] ant elder commented on TUSCANY-1974: The following two changes fix this problem for m

Re: Reporting errors for illegal SCA annotations (TUSCANY-2140)

2008-03-28 Thread ant elder
I agree with that and having recently spent time helping people new to Tuscany and seen the problems they've had I think it would be much more helpful to fail. Could we have a "lenient" mode which can be used when debugging in eclipse? But I think the default should be strict so when you deploy a T