Re: Unit testing logging mechanism

2007-01-04 Thread Jim Marino
On Jan 3, 2007, at 4:24 PM, Luciano Resende wrote: Hey Guys DAS uses log4j as it's log mechanism, and it can be enabled/ disabled via a log4j.properties file. Would you guys have ideas on how I could verify this behaviour using jUnit or something similar during our build ? I was

commit: r492321

2007-01-04 Thread Jim Marino
FYI, I've added support for wire and proxy optimization in the kernel. This allows clients of a wire to choose whether to optimize it away and invoke on a target instance directly. System services already work like this but I've now added this capability to WireObjectFactory used for

Re: comments on website

2007-01-04 Thread Simon Nash
Luciano Resende wrote: Thanks Lee. I have taken care of the changes described in item 2. As for the changes on site.svl, looks like they get rid of the broken links, but anchors are still not working correctly, I'll take a look at that. As for samples, I was thinking about, and I'd

[jira] Created: (TUSCANY-1025) Running the Samples section of java-projects page is obolete and has broken link

2007-01-04 Thread Simon Nash (JIRA)
Running the Samples section of java-projects page is obolete and has broken link Key: TUSCANY-1025 URL: https://issues.apache.org/jira/browse/TUSCANY-1025 Project:

[jira] Commented: (TUSCANY-780) Numerous broken links at http://incubator.apache.org/tuscany/java-projects.html

2007-01-04 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462184 ] Simon Nash commented on TUSCANY-780: I created TUSCANY-1025 for the problem with the obsolete contents and

Re: [jira] Resolved: (TUSCANY-990) Avoid duplicated/infinite loading

2007-01-04 Thread Geoffrey Winn
I have a couple of comments. 1. In the patch XSDHelperImpl.990 you _must_ add comments to explain what the code is doing and why. 2. Regarding xmlCanonicPath, performance is not an issue. This section of code won't be called often enough to matter, whereas reliability and clarity (for people

Re: Deployment, was: Java kernel release

2007-01-04 Thread Francesco Furfari
thank you all for the details :-) I need more time to absorb them, but here some comments following up to the thread about the Standalone server. 1. How the management mechanism is implemented 2. How the management interface is extracted from managed components I would like to discuss about

[SDO Java + minor info for SCA and DAS] New task lists added to WIKI

2007-01-04 Thread kelvin goodson
I've started a new task list for SDO Java on the WIKI ( http://wiki.apache.org/ws/Tuscany/TuscanyJava/CurrentTasksSDO) (This has required me to move all the milestone 2 task lists in the parent document, and create template to do lists for SCA and DAS that currently link back to the M2 task

Latest code from tuscany cannot find repositories

2007-01-04 Thread Hasan Muhammad
Hi, I checked out the latest code from Tuscany, cleaned up my repo totally. When i try to do an mvn on SDO, it cannot get the EMF repositories.. Any ideas as to whether this is my system, or the jars are not really available on the repo site for download ?? This is really blocking me... [INFO]

updated SCA spec annotation, r492581

2007-01-04 Thread Jim Marino
I've added a new SCA annotation for eager initialization, @EagerInit, so please update and build the SCA spec project. This annotation will be used to decorate a class instead of specifying @Init(eager = true), which will avoid having to define an initializer method in order eagerly

Server profiles

2007-01-04 Thread Jeremy Boynes
One problem we had with M2 was that the launcher used a single set of extensions for every application it ran. I think Meeraj's server config will have a similar issue with it's ability to run multiple runtimes at the same time (with the likelihood that the reason someone wants to do that

RE: Server profiles

2007-01-04 Thread Meeraj Kunnumpurath
Jeremy, On having the system.scdl in the etc directory .. I am assuming it is the system.scdl for the server itself, rather than the runtime that is lauched by the server? Each runtime that is launched through the startRuntime managed operation on the server will have its own system.scdl,

Re: Latest code from tuscany cannot find repositories

2007-01-04 Thread kelvin goodson
Hasan I just removed the jar from my repository and rebuilt. I saw Downloading: http://download.eclipse.org/tools/emf/maven2/org/eclipse/emf/common/2.2.1/common-2.2.1.jar 152K downloaded in my build log. Regards, Kelvin. On 04/01/07, Hasan Muhammad [EMAIL PROTECTED] wrote: Hi, I checked

[C++] PHP SCA extension for C++ SCA

2007-01-04 Thread Simon Laws
Ok, so after a rather lengthy (and relaxing) Christmas break I'm starting to work again on building up the PHP capability in the C++ SCA implementation. There was some work done before Christmas documented on our PHP SCA site here [1]. There were some previous mail exchanges talking about the

[jira] Assigned: (TUSCANY-1025) Running the Samples section of java-projects page is obolete and has broken link

2007-01-04 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende reassigned TUSCANY-1025: Assignee: Luciano Resende Running the Samples section of java-projects page is

Re: Server profiles

2007-01-04 Thread Jeremy Boynes
On Jan 4, 2007, at 7:31 AM, Meeraj Kunnumpurath wrote: Jeremy, On having the system.scdl in the etc directory .. I am assuming it is the system.scdl for the server itself, rather than the runtime that is lauched by the server? Each runtime that is launched through the startRuntime managed

Re: [jira] Resolved: (TUSCANY-990) Avoid duplicated/infinite loading

2007-01-04 Thread Caroline Maynard
On 04/01/07, Geoffrey Winn [EMAIL PROTECTED] wrote: I have a couple of comments. 1. In the patch XSDHelperImpl.990 you _must_ add comments to explain what the code is doing and why. 2. Regarding xmlCanonicPath, performance is not an issue. This section of code won't be called often enough to

[C++] Scenarios for motivating demonstrating scripting support in Tuscany.

2007-01-04 Thread Simon Laws
In thinking about PHP support in C++ one thing that I would like is some good scenarios that we can use as test cases and examples. Its good to reproduce the test cases we have, e.g. Calculator, to show how the same scenario can be reproduced across different environments. To this end I am

RE: Server profiles

2007-01-04 Thread Meeraj Kunnumpurath
k, that makes sense. -Original Message- From: Jeremy Boynes [mailto:[EMAIL PROTECTED] Sent: Thursday, January 04, 2007 5:05 PM To: tuscany-dev@ws.apache.org Subject: Re: Server profiles On Jan 4, 2007, at 7:31 AM, Meeraj Kunnumpurath wrote: Jeremy, On having the system.scdl in the

[jira] Updated: (TUSCANY-990) Avoid duplicated/infinite loading

2007-01-04 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-990?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Yang ZHONG updated TUSCANY-990: --- Attachment: WindowsPath.support Avoid duplicated/infinite loading

[jira] Commented: (TUSCANY-990) Avoid duplicated/infinite loading

2007-01-04 Thread Yang ZHONG (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-990?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462271 ] Yang ZHONG commented on TUSCANY-990: A different WindowsPath.support implemented with xmlCanonicPath has been

Re: [jira] Resolved: (TUSCANY-990) Avoid duplicated/infinite loading

2007-01-04 Thread Yang ZHONG
xmlCanonicPath and comment have been attached as http://issues.apache.org/jira/secure/attachment/12348285/WindowsPath.support On 1/4/07, Caroline Maynard [EMAIL PROTECTED] wrote: On 04/01/07, Geoffrey Winn [EMAIL PROTECTED] wrote: I have a couple of comments. 1. In the patch

[jira] Assigned: (TUSCANY-1025) Running the Samples section of java-projects page is obolete and has broken link

2007-01-04 Thread ant elder (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ant elder reassigned TUSCANY-1025: -- Assignee: Simon Nash (was: Luciano Resende) Running the Samples section of java-projects

Requiremets -- was:Java kernel release

2007-01-04 Thread Francesco Furfari
If you are interested in getting involved in helping implement some of this or other parts of Tuscany, let us know and I am sure people will be able to give you pointers to help get you started. Also, we're always interested in hearing about your requirements, particularly since it sounds as

Re: NPE in InnerComposite sample

2007-01-04 Thread Hasan Muhammad
Hi Luciano, Is it working for you now ? regards Hasan On 1/3/07, Jim Marino [EMAIL PROTECTED] wrote: It should work now, as I changed it yesterday. Did you sync to the latest repo and clear out you local repo? Also, if there is more than one service offered by the composite it the

[jira] Updated: (TUSCANY-1025) Running the Samples section of java-projects page is obolete and has broken link

2007-01-04 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash updated TUSCANY-1025: Attachment: 1025.zip Running the Samples section of java-projects page is obolete and has

[jira] Created: (TUSCANY-1026) Java SDO Overview page on Web site has out of date information on samples

2007-01-04 Thread Simon Nash (JIRA)
Java SDO Overview page on Web site has out of date information on samples - Key: TUSCANY-1026 URL: https://issues.apache.org/jira/browse/TUSCANY-1026 Project: Tuscany

[jira] Created: (TUSCANY-1027) DAS should throw a meaningful exception if applyChanges process encounters a DO with no defined PK

2007-01-04 Thread Kevin Williams (JIRA)
DAS should throw a meaningful exception if applyChanges process encounters a DO with no defined PK -- Key: TUSCANY-1027 URL:

[jira] Commented: (TUSCANY-1025) Running the Samples section of java-projects page is obolete and has broken link

2007-01-04 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462329 ] Simon Nash commented on TUSCANY-1025: - The attached file 1025.zip contains the following changes to fix this

[jira] Updated: (TUSCANY-1025) Running the Samples section of java-projects page is obsolete and has broken link

2007-01-04 Thread Simon Nash (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Simon Nash updated TUSCANY-1025: Summary: Running the Samples section of java-projects page is obsolete and has broken link

[jira] Resolved: (TUSCANY-1025) Running the Samples section of java-projects page is obsolete and has broken link

2007-01-04 Thread Luciano Resende (JIRA)
[ https://issues.apache.org/jira/browse/TUSCANY-1025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luciano Resende resolved TUSCANY-1025. -- Resolution: Fixed Thanks Simon, patch applied at revision 492768. Running the

Re: comments on website

2007-01-04 Thread Luciano Resende
We should have updated information on the website in couple hours. I have applied the patch for Tuscany-1025 with the new instructions on how to run samples thanks to Simon. We are still missing Tuscany-1026, but I'll keep an eye on that ... Please let me know if there are still issues. --

Re: NPE in InnerComposite sample

2007-01-04 Thread Luciano Resende
I'm still getting the same thing trying to run java/samples/sca/webapp : java.lang.NullPointerException java.util.concurrent.ConcurrentHashMap.hash(ConcurrentHashMap.java:157) java.util.concurrent.ConcurrentHashMap.get(ConcurrentHashMap.java:730)

Re: NPE in InnerComposite sample

2007-01-04 Thread Jim Marino
Can you resync to the latest repo and try now? I checked in a fix which I can verify later tomorrow morning my time. Jim On Jan 4, 2007, at 2:33 PM, Luciano Resende wrote: I'm still getting the same thing trying to run java/samples/sca/ webapp : java.lang.NullPointerException

Eclipse code style template

2007-01-04 Thread Meeraj Kunnumpurath
Hi, Is the eclipse code style template in etc up-to-date? I have configured my workspace to use it. However, Jim mentioned some of the changes I recently made in kernel screwed up the formatting. Ta Meeraj _ Find Singles In

Update on management service

2007-01-04 Thread Meeraj Kunnumpurath
Hi, This is a quick summary for the changes to enable management service within composite components so that component registration can be relayed through to the management service, 1. The runtime creates a management service and registers with the system composite 2. The type of

Re: NPE in InnerComposite sample

2007-01-04 Thread Luciano Resende
Thanks, much better now. On 1/4/07, Jim Marino [EMAIL PROTECTED] wrote: Can you resync to the latest repo and try now? I checked in a fix which I can verify later tomorrow morning my time. Jim On Jan 4, 2007, at 2:33 PM, Luciano Resende wrote: I'm still getting the same thing trying to run

Re: Eclipse code style template

2007-01-04 Thread Jeremy Boynes
On Jan 4, 2007, at 3:34 PM, Meeraj Kunnumpurath wrote: Hi, Is the eclipse code style template in etc up-to-date? I have configured my workspace to use it. However, Jim mentioned some of the changes I recently made in kernel screwed up the formatting. I don't think so. IIRC Raymond was

[jira] Created: (TUSCANY-1028) Autowire should support all compatible services interfaces in class hierarchy

2007-01-04 Thread Jeremy Boynes (JIRA)
Autowire should support all compatible services interfaces in class hierarchy - Key: TUSCANY-1028 URL: https://issues.apache.org/jira/browse/TUSCANY-1028 Project: Tuscany

Re: Eclipse code style template

2007-01-04 Thread Raymond Feng
Hi, I checked in an updated version on Dec. 1, 2006. As we know, the template is not fully conforming to the checkstyle and we agree to fix it case by case. Meeraj, can you run the audit by running mvn -Psourcecheck and post the violations to help us understand what's breaking? Thanks,

Maven dependencies question

2007-01-04 Thread Frank Budinsky
I think I need some help form somebody with a better understanding (than me) of how maven dependencies work. Because the Java sdo/impl project includes an optional stax loader/serializer it includes this in its pom.xml file: !-- dependencies for optional StAX functions --

RE: Maven dependencies question

2007-01-04 Thread Jiang, Ning \(Willem\)
Hi Frank, Maven help us to manage the dependencies by using the pom.xml which we can define the dependency relationship. The dependency relationship can be used when maven need to setup the class path or do the packaging. Here is some note for provided that you can get from the book Better

Re: Eclipse code style template

2007-01-04 Thread Meeraj Kunnumpurath
Thanks Raymond. The sourcecheck profile is failing in the build unable to resolve maven checkstyle plugin from the current repos. Ta Meeraj From: Raymond Feng [EMAIL PROTECTED] Reply-To: tuscany-dev@ws.apache.org To: tuscany-dev@ws.apache.org Subject: Re: Eclipse code style template Date:

Re: Eclipse code style template

2007-01-04 Thread Meeraj Kunnumpurath
Raymond, I will get the sourcecheck profile working and post the violations. Ta Meeraj From: Meeraj Kunnumpurath [EMAIL PROTECTED] Reply-To: tuscany-dev@ws.apache.org To: tuscany-dev@ws.apache.org Subject: Re: Eclipse code style template Date: Fri, 05 Jan 2007 07:47:43 + Thanks Raymond.