Re: Tuscany Board Report for June

2008-06-16 Thread Mike Edwards
ant elder wrote: Last call for any input on what i'll be submitting tomorrow: http://cwiki.apache.org/confluence/display/TUSCANYWIKI/June+2008 ...ant On Tue, Jun 10, 2008 at 9:59 AM, ant elder [EMAIL PROTECTED] wrote: I need to submit our ASF board report by next Monday. I've created a

[Summary] Monitor Extension Functionality How to create a new monitor extension

2008-06-16 Thread Ramkumar R
Here is the brief summary on the monitor extensions, please review the same and post your comments and suggestions on the same. This would help us for the documentation. ** *Need for Monitor Extension:* **The need for monitor extension came as a requirement, to have a customized exception handling

Re: JMS Client

2008-06-16 Thread Nishant Joshi
Thanks a lot Ant for all your help I just forgot to say that you need to remove geronimo-jms_1.1_spec-1.1.jar from your lib... -- Thanks Nishant Joshi

Intermittent failures when building scripting modules

2008-06-16 Thread Simon Nash
I see the following error quite frequently when building samples/calculator-script. I have also seen a similar exception when building the implementation-script module. Has anyone else seen this? Any ideas as to the cause? Simon Running calculator.CalculatorTestCase Tests run: 1, Failures:

Working on the release 1.3 branch

2008-06-16 Thread Simon Laws
Hi I've changed the version number and got rid of the DISCLAIMER files. I'm looking at the getting the distribution build working, checking LICENSE/NOTICE and dependency versions before cutting an RC0 for us to look at. If people want to help out with this pre-RC0 release prep then feel free and

Re: Branching for Release 1.3 was: Re: Release 1.3?

2008-06-16 Thread Simon Laws
On Mon, Jun 16, 2008 at 12:52 AM, Simon Nash [EMAIL PROTECTED] wrote: Simon Laws wrote: On Sat, Jun 14, 2008 at 12:11 AM, Luciano Resende [EMAIL PROTECTED] wrote: I'm done with the JSR 250 issues, and got a clean build from latest svn revision. On Fri, Jun 13, 2008 at 1:34 PM, Simon

Re: Tracking Tuscany extensions, was: Distribution zips and what they contain, was: SCA runtimes

2008-06-16 Thread Simon Nash
Raymond Feng wrote: Hi, Mike. It's a very good summary. The different perspectives are now well separated and they should be discussed on different threads to avoid further confusions :-). Please see some more comments inline. I added a couple of responses on specific points below.

Re: Working on the release 1.3 branch

2008-06-16 Thread ant elder
On Mon, Jun 16, 2008 at 1:09 PM, Simon Laws [EMAIL PROTECTED] wrote: Hi I've changed the version number and got rid of the DISCLAIMER files. I'm looking at the getting the distribution build working, checking LICENSE/NOTICE and dependency versions before cutting an RC0 for us to look at. If

Re: Working on the release 1.3 branch

2008-06-16 Thread Simon Laws
On Mon, Jun 16, 2008 at 3:17 PM, ant elder [EMAIL PROTECTED] wrote: On Mon, Jun 16, 2008 at 1:09 PM, Simon Laws [EMAIL PROTECTED] wrote: Hi I've changed the version number and got rid of the DISCLAIMER files. I'm looking at the getting the distribution build working, checking

Re: Working on the release 1.3 branch

2008-06-16 Thread ant elder
On Mon, Jun 16, 2008 at 3:22 PM, Simon Laws [EMAIL PROTECTED] wrote: On Mon, Jun 16, 2008 at 3:17 PM, ant elder [EMAIL PROTECTED] wrote: On Mon, Jun 16, 2008 at 1:09 PM, Simon Laws [EMAIL PROTECTED] wrote: Hi I've changed the version number and got rid of the DISCLAIMER files. I'm

Re: Versioning of Tuscany

2008-06-16 Thread Rajini Sivaram
On 6/12/08, Simon Nash [EMAIL PROTECTED] wrote: Any non-infinite version number requires making some assumption about the future compatibility of the 3rd party library. Without a crystal ball, this will be hard to get right every time. This is why I am suggesting a more conservative

Re: [Summary] Monitor Extension Functionality How to create a new monitor extension

2008-06-16 Thread Simon Laws
On Mon, Jun 16, 2008 at 11:47 AM, Ramkumar R [EMAIL PROTECTED] wrote: Here is the brief summary on the monitor extensions, please review the same and post your comments and suggestions on the same. This would help us for the documentation. ** *Need for Monitor Extension:* **The need for

Re: [Summary] Monitor Extension Functionality How to create a new monitor extension

2008-06-16 Thread Raymond Feng
Hi, Can we create a wiki page to post these information? Thanks, Raymond -- From: Ramkumar R [EMAIL PROTECTED] Sent: Monday, June 16, 2008 3:47 AM To: tuscany-dev@ws.apache.org Subject: [Summary] Monitor Extension Functionality How to create a

Top-down build failing with java.lang.OutOfMemoryError

2008-06-16 Thread Luciano Resende
Is anyone seeing something simmilar as below when trying to run a top-down build for SCA ? I'm using red-hat linux and have set MAVEN_OPTS as MAVEN_OPTS=-Xmx1536m Below is the error I get : Failure executing javac, but could not parse the error: The system is out of resources. Consult the

Re: Top-down build failing with java.lang.OutOfMemoryError

2008-06-16 Thread Raymond Feng
Hi, You are setting to the wrong option. Please use the following: MAVEN_OPTS=-XX:MaxPermSize=384m Thanks, Raymond -- From: Luciano Resende [EMAIL PROTECTED] Sent: Monday, June 16, 2008 11:09 AM To: tuscany-dev tuscany-dev@ws.apache.org Cc:

com.example classes included in the databinding extension jars

2008-06-16 Thread ant elder
I'm having a lot of trouble getting the bundle jar to work in the 1.3 branch as databinding-jaxb and databinding-jaxb-axiom both include the class com.example.ipo.jaxb.Address which causes the shade plugiin to fail with a duplicate class exception. Can anyone see any way to either stop these

[jira] Updated: (TUSCANY-2357) CORBA objects invocation mechanism

2008-06-16 Thread Wojtek Janiszewski (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojtek Janiszewski updated TUSCANY-2357: Attachment: module-reorg.tar.gz Todays patch contains: 1. splitting

Re: com.example classes included in the databinding extension jars

2008-06-16 Thread Raymond Feng
I'll take a look. These sources are generated and supposed to be test sources. Thanks, Raymond -- From: ant elder [EMAIL PROTECTED] Sent: Monday, June 16, 2008 1:09 PM To: tuscany-dev tuscany-dev@ws.apache.org Subject: com.example classes

[jira] Created: (TUSCANY-2392) Enable debug tracing in Tuscany

2008-06-16 Thread Jean-Sebastien Delfino (JIRA)
Enable debug tracing in Tuscany --- Key: TUSCANY-2392 URL: https://issues.apache.org/jira/browse/TUSCANY-2392 Project: Tuscany Issue Type: Wish Components: Build System Reporter:

Re: com.example classes included in the databinding extension jars

2008-06-16 Thread Raymond Feng
I committed a fix into trunk under r668298. Please go ahead to create a JIRA and use it to merge the fix into 1.3 branch. Thanks, Raymond -- From: ant elder [EMAIL PROTECTED] Sent: Monday, June 16, 2008 1:09 PM To: tuscany-dev

[jira] Created: (TUSCANY-2393) Complete Atom binding implementation

2008-06-16 Thread Jean-Sebastien Delfino (JIRA)
Complete Atom binding implementation Key: TUSCANY-2393 URL: https://issues.apache.org/jira/browse/TUSCANY-2393 Project: Tuscany Issue Type: Wish Components: Java SCA ATOM Binding Extension

[jira] Created: (TUSCANY-2394) JSON-RPC binding improvements

2008-06-16 Thread Jean-Sebastien Delfino (JIRA)
JSON-RPC binding improvements - Key: TUSCANY-2394 URL: https://issues.apache.org/jira/browse/TUSCANY-2394 Project: Tuscany Issue Type: Wish Components: Java SCA JSON-RPC Binding Extension

[jira] Commented: (TUSCANY-2393) Complete Atom binding implementation

2008-06-16 Thread Jean-Sebastien Delfino (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2393?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12605406#action_12605406 ] Jean-Sebastien Delfino commented on TUSCANY-2393: - One more requirement:

[jira] Created: (TUSCANY-2395) SCA default binding should not depend on the whole Web Service binding

2008-06-16 Thread Jean-Sebastien Delfino (JIRA)
SCA default binding should not depend on the whole Web Service binding -- Key: TUSCANY-2395 URL: https://issues.apache.org/jira/browse/TUSCANY-2395 Project: Tuscany Issue

[jira] Created: (TUSCANY-2396) Model and runtime should be in separate modules

2008-06-16 Thread Jean-Sebastien Delfino (JIRA)
Model and runtime should be in separate modules --- Key: TUSCANY-2396 URL: https://issues.apache.org/jira/browse/TUSCANY-2396 Project: Tuscany Issue Type: Wish Components: Build System

[jira] Created: (TUSCANY-2397) Binding corba should use a host-corba module

2008-06-16 Thread Jean-Sebastien Delfino (JIRA)
Binding corba should use a host-corba module Key: TUSCANY-2397 URL: https://issues.apache.org/jira/browse/TUSCANY-2397 Project: Tuscany Issue Type: Wish Components: Java SCA Misc

[jira] Updated: (TUSCANY-2357) CORBA objects invocation mechanism

2008-06-16 Thread Wojtek Janiszewski (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-2357?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wojtek Janiszewski updated TUSCANY-2357: Component/s: Java SCA Misc Binding Extensions CORBA objects invocation

IMPORTANT: TLP SVN move tonight

2008-06-16 Thread ant elder
The Tuscany SVN should be moving to the TLP location tonight so everyone will need to switch to the new location, which will be https://svn.apache.org/repos/asf/tuscany. You can change your local copy with svn switch --relocate. ...ant

Re: IMPORTANT: TLP SVN move tonight

2008-06-16 Thread Raymond Feng
Thanks for the update. What about our web site? Is it going to be hosted at http://tuscany.apache.org soon? Raymond -- From: ant elder [EMAIL PROTECTED] Sent: Monday, June 16, 2008 3:06 PM To: tuscany-dev tuscany-dev@ws.apache.org Subject:

Re: IMPORTANT: TLP SVN move tonight

2008-06-16 Thread ant elder
I hope so yes, but its not yet clear exactly when the DNS changes will be done. Will let you know as soon as i know anything. ...ant On Mon, Jun 16, 2008 at 11:49 PM, Raymond Feng [EMAIL PROTECTED] wrote: Thanks for the update. What about our web site? Is it going to be hosted at

Re: GSoC Project - CORBA Support for Apache Tuscany

2008-06-16 Thread Raymond Feng
Please see my comments inline. Thanks, Raymond -- From: Wojtek Janiszewski [EMAIL PROTECTED] Sent: Thursday, June 12, 2008 2:39 AM To: tuscany-dev@ws.apache.org Subject: Re: GSoC Project - CORBA Support for Apache Tuscany Hi, Raymond. Please

Mac OS X issue with the interface-java-jaxws module

2008-06-16 Thread Chris Trezzo
Hi Everyone, I was doing a clean install of the trunk code (revision 668339), and the artifact com.sun:tools:jar:1.5.0 in the interface-java-jaxws module could not be resolved. According to [1], in Mac OS X, tools.jar does not exist. The analog of tools.jar in OS X is actually called