Re: [DAS] Refactoring DAS to allow multiple implementatons

2007-02-23 Thread Luciano Resende
. This is exactly what we accomplish using an external DAS config file to externalize connection information, command definitions, etc. -- Luciano Resende http://people.apache.org/~lresende On 2/21/07, Jim Marino [EMAIL PROTECTED] wrote: On Feb 21, 2007, at 3:04 PM, Luciano Resende wrote

Re: Separating load phase into two parts, was Re: Tuscany-1045 - Merging component type information from two sources

2007-02-23 Thread Luciano Resende
Hi Jim, Let me try to get this contribution feature done, and after that I could come back and see what's need for this. -- Luciano Resende http://people.apache.org/~lresende On 2/20/07, Jim Marino [EMAIL PROTECTED] wrote: On Feb 20, 2007, at 2:56 PM, Luciano Resende wrote: Jim wrote

Getting reference to a system component in iTest

2007-02-23 Thread Luciano Resende
/kernel/core/src/main/java/org/apache/tuscany/core/services/deployment/ContributionServiceImpl.java I'm building a iTest and would like to get a reference to this system component. I have tried @Reference, @Autowire, but I keep getting a NPE. Any ideas ? -- Luciano Resende http://people.apache.org

Using checkStyle and PMD inside Eclipse IDE

2007-02-25 Thread Luciano Resende
-cs.sourceforge.net/ PMD : http://pmd.sourceforge.net/integrations.html What are you guys using ? Looks like the PMD plugin give a different result from when I use the command line, so if anyone have other better suggestions, please let me know. -- Luciano Resende http://people.apache.org/~lresende

Integrating Contribution services with DefaultSCAContainer

2007-02-25 Thread Luciano Resende
picture ? -- Luciano Resende http://people.apache.org/~lresende

Re: Integrating Contribution services with DefaultSCAContainer

2007-02-25 Thread Luciano Resende
Hi Jim I'm trying to get a simple end-to-end scenario working asap. In trunk, it might take a week or so. -- Luciano Resende http://people.apache.org/~lresende On 2/25/07, Jim Marino [EMAIL PROTECTED] wrote: On Feb 25, 2007, at 1:00 PM, Luciano Resende wrote: I want to start getting

Re: Integrating Contribution services with DefaultSCAContainer

2007-02-25 Thread Luciano Resende
It would take me about a week, with help, it probably would be done sooner... We could use the loan app, I was using the calculator sample app. Let me merge the latest stuff I have to trunk. -- Luciano Resende http://people.apache.org/~lresende On 2/25/07, Jim Marino [EMAIL PROTECTED] wrote

Re: Tossing CompositeComponent, r511391

2007-02-25 Thread Luciano Resende
, XMLStreamReader reader, DeploymentContext deploymentContext) throws XMLStreamException, LoaderException { -- Luciano Resende http://people.apache.org/~lresende On 2/24/07, Jim Marino [EMAIL PROTECTED] wrote: On Feb 24, 2007, at 5:42 PM, Jeremy Boynes wrote: There's still a reference to parent

Re: Problem running BigBank using M2 release

2007-02-27 Thread Luciano Resende
Hi Mike Take a look at this post : http://www.mail-archive.com/tuscany-user%40ws.apache.org/msg00666.html You might want to add the following to your web.xml: init-param param-nametuscany.online/param-name param-valuefalse/param-value /init-param -- Luciano

Re: [DAS C++] Necessary classes for a initial simple read application

2007-02-27 Thread Luciano Resende
Sorry Luciano, but what is a webApp skeleton? Could you give an example? I was saying more like an empty project, where people would just copy and start putting their code on the right place... but I think this is more towards documentation. -- Luciano Resende http://people.apache.org

Re: [DAS C++] Necessary classes for a initial simple read application

2007-02-27 Thread Luciano Resende
Hi Adriano What's the difference between DAS C++ and DAS C++ lite ? Why we would need two ? I thought one DAS was already too much work :) -- Luciano Resende http://people.apache.org/~lresende On 2/26/07, Adriano Crestani [EMAIL PROTECTED] wrote: I created a JIRA(https://issues.apache.org

Re: [DAS C++] Necessary classes for a initial simple read application

2007-02-27 Thread Luciano Resende
phase, I don't know. Adriano Crestani On 2/27/07, Luciano Resende [EMAIL PROTECTED] wrote: Hi Adriano What's the difference between DAS C++ and DAS C++ lite ? Why we would need two ? I thought one DAS was already too much work :) -- Luciano Resende http://people.apache.org/~lresende

Re: [DAS] Tuscany-863 - create/init of canned DB if not already present

2007-02-27 Thread Luciano Resende
, but never had the chance to get back to it ( https://svn.apache.org/repos/asf/incubator/tuscany/sandbox/lresende/ajaxDAS/ ) -- Luciano Resende http://people.apache.org/~lresende On 2/23/07, Amita Vadhavkar [EMAIL PROTECTED] wrote: Hi Luciano, Please see details below and let me know if we can

Contribution services status

2007-02-27 Thread Luciano Resende
: - Improve testcases - Start using the contribution services to load extensions as well - Review it against latest draft of the 1.0 spec I'm going to continue to improve this service on the next few days, so please let me know if you have comments or new requirements. -- Luciano Resende http

Wsdl iTest failure : Address already in use: bind

2007-02-27 Thread Luciano Resende
) at org.apache.tuscany.service.jetty.JettyServiceImpl.registerMapping (JettyServiceImpl.java:220) ... 29 more -- Luciano Resende http://people.apache.org/~lresende

Re: Wsdl iTest failure : Address already in use: bind

2007-02-27 Thread Luciano Resende
Thanks Sebastien -- Luciano Resende http://people.apache.org/~lresende On 2/27/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Luciano Resende wrote: Hey Guys I don't think this is related to my changes to contribution, is anybody experiencing the same results ? NetStat didn't give

Re: Running Java SCA Calculators sample?

2007-02-28 Thread Luciano Resende
the calculator: Just a suggestion, isn't much simpler to have a profile defined where it would run necessary modules for specific scenarios (e.g running standalone samples) ? The we can redirect the users to something like mvn -P standalone samples or a more appropriated profile name. -- Luciano

Re: Running Java SCA Calculators sample?

2007-02-28 Thread Luciano Resende
/target/assembly/bin/ launcher.jar target/calc.jar add 2 5 On 2/28/07, Jeremy Boynes [EMAIL PROTECTED] wrote: On Feb 28, 2007, at 10:25 AM, Luciano Resende wrote: To run the samples, as we have not cut a release yet, you will need to manually create a distribution. This should be pretty

Questions around Contribution Service behavior

2007-02-28 Thread Luciano Resende
for the contribution service ? would we have scenarios where we will not be able to access the contribution via it's url / uri ? I'd like to leave to the contribution to decide really when it would be necessary to open the streams to probably have a better performance and use less resources. -- Luciano

Re: [DAS] Refactoring DAS to allow multiple implementatons

2007-03-01 Thread Luciano Resende
I've added a strawman in my sandbox... Factory still needs some more work to make it more efficient and use some caching. Still looking into @Annotations as well. -- Luciano Resende http://people.apache.org/~lresende On 2/23/07, Luciano Resende [EMAIL PROTECTED] wrote: Thanks Jim I'll

Re: [DAS] Test case : TopDown.testUserProvidedModelDynamic: is failing

2007-03-01 Thread Luciano Resende
is the issue. i.e. type Customer does have property id, and not ID and this is causing the test case to fail. Does anybody have any clue? Regards, Amita -- Luciano Resende http://people.apache.org/~lresende

Re: Cleaning up and reorganizing samples

2007-03-01 Thread Luciano Resende
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: [DAS C++] Necessary classes for a initial simple read application

2007-03-01 Thread Luciano Resende
-sdo-api/ Adriano Crestani On 2/27/07, Luciano Resende [EMAIL PROTECTED] wrote: Thanks for the clarification. Makes sense now. On 2/27/07, Adriano Crestani [EMAIL PROTECTED] wrote: I gave this name just cause it doesn't have all the classes and fuctionality of a real DAS library

Re: ScdlContributionProcessor and Axis2 binding getting the composite name?

2007-03-01 Thread Luciano Resende
? ...ant - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: Site switch to the cwiki

2007-03-05 Thread Luciano Resende
. BTW, I tried o get an anser at #asfinfra, but looks like people are still a little slow there, might be morning hours. -- Luciano Resende http://people.apache.org/~lresende On 3/4/07, Jim Marino [EMAIL PROTECTED] wrote: FYI, I've cut-over the site to using the cwiki which should go live as soon

Re: [VOTE] Release 1.0-incubating version of sca-api-r1.0

2007-03-06 Thread Luciano Resende
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: [VOTE] Release 2.0-alpha of SCA Java kernel

2007-03-06 Thread Luciano Resende
with the standalone distribution, but I haven't tested the webapp one. -- Luciano Resende http://people.apache.org/~lresende On 3/6/07, Meeraj Kunnumpurath [EMAIL PROTECTED] wrote: +1 -Original Message- From: Jim Marino [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 06, 2007 7:12 AM To: tuscany-dev

Confluence Wiki questions

2007-03-06 Thread Luciano Resende
in our new confluence Wiki ? -- Luciano Resende http://people.apache.org/~lresende

DAS Logging Strategy, was : Fwd: [jira] Commented: (TUSCANY-441) Remove DAS use of Class variable to trigger logging.

2007-03-07 Thread Luciano Resende
Thanks for your comments, we have resolved this issue and we are now using log4j as DAS log strategy. More info on DAS logging strategy can be found here : http://wiki.apache.org/ws/Tuscany/TuscanyJava/DAS_Java_Overview/Improved_logging -- Luciano Resende http://people.apache.org/~lresende

Re: [VOTE] Release 2.0-alpha of SCA Java kernel

2007-03-07 Thread Luciano Resende
] -- Luciano Resende http://people.apache.org/~lresende

Re: Confluence Wiki questions

2007-03-07 Thread Luciano Resende
Thanks Mike, I was having authorization problems trying to remove pages, but repareting worked fine and should allow me to proceed for now. -- Luciano Resende http://people.apache.org/~lresende On 3/7/07, Mike Edwards [EMAIL PROTECTED] wrote: Luciano, Removing a page is dreadfully simple

Composite archive name confusion, was: Re: sca-composite plugin

2007-03-08 Thread Luciano Resende
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http

Re: Composite archive name confusion, was: Re: sca-composite plugin

2007-03-08 Thread Luciano Resende
I'm not sure what would be best, maybe scar as you mentioned before, or sar (Sca ARchive) or car (Composite ARchive). -- Luciano Resende http://people.apache.org/~lresende On 3/8/07, Jeremy Boynes [EMAIL PROTECTED] wrote: Any suggestions? -- Jeremy On Mar 8, 2007, at 7:55 PM, Luciano Resende

Re: [VOTE] Release 2.0-alpha of SCA Java kernel

2007-03-08 Thread Luciano Resende
) at org.apache.tuscany.core.deployer.DeployerImpl.load(DeployerImpl.java :161) at org.apache.tuscany.core.deployer.DeployerImpl.deploy( DeployerImpl.java:123) at org.apache.tuscany.runtime.webapp.WebappRuntimeImpl.deploy( WebappRuntimeImpl.java:121) -- Luciano Resende http://people.apache.org/~lresende On 3/8/07, Jeremy

Re: Trouble building the Tuscany Trunk

2007-03-09 Thread Luciano Resende
I have updated java/pom.xml and created a default maven profile with what I knew was working ok on trunk. This should avoid confusion for new people trying to check what's the current status in trunk, and should make life easier for others like me. -- Luciano Resende http://people.apache.org

Re: Componentizing our SCA runtime kernel

2007-03-12 Thread Luciano Resende
PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: [sca-java-integration-branch] Running JUnit test suites with maven surefire

2007-03-13 Thread Luciano Resende
? Thanks, Raymond - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: Checkstyle in testing/sca

2007-03-14 Thread Luciano Resende
( sourcecheck I think) for this. Why is this different in the testing modules? Thanks Simon -- Luciano Resende http://people.apache.org/~lresende

Re: Trying to run core-samples/standalone/calculator

2007-03-14 Thread Luciano Resende
And then trying to run as : java -jar {path-to-launcher.jar} target/calc.jar {add|subtract|multiply|divide} {param} {param} -- Luciano Resende http://people.apache.org/~lresende On 3/14/07, Ignacio Silva-Lepe [EMAIL PROTECTED] wrote: I'm probably missing something, but according to the readme

Re: Checkstyle in testing/sca

2007-03-14 Thread Luciano Resende
, ant elder [EMAIL PROTECTED] wrote: On 3/14/07, Simon Laws [EMAIL PROTECTED] wrote: On 3/14/07, Luciano Resende [EMAIL PROTECTED] wrote: I'll probably not answer you question about differences, but what I usually just run mvn -Psourcecheck. But i have found very useful to use

Considering operation overloading while introspecting Service Contract, was Fwd: [jira] Created: (TUSCANY-1173) Can't find method on nested composites with method overloading

2007-03-14 Thread Luciano Resende
in consideration operation overloading. BTW, this is probably a common problem in trunk and integration-branch. Thoughts ? Suggestions ? -- Luciano Resende http://people.apache.org/~lresende -- Forwarded message -- From: Luciano Resende (JIRA) tuscany-dev@ws.apache.org Date: Mar 14

Re: SDO Java M3 Targeted JIRAs

2007-03-14 Thread Luciano Resende
get fixed between now and the final release candidate, then I can't see any reason why they shouldn't by default be marked as targeting SDO-Java-M3 and included in the release. -- Reasonable? Kelvin. -- Luciano Resende http://people.apache.org/~lresende

Re: Native M3 Release Candidate

2007-03-15 Thread Luciano Resende
Quick question...I'm assuming the current C++ DAS is not being picked up for the current Native Release, so applying new patches to the C++ DAS will not affect the release... but I just want to double check if I have the right understanding... -- Luciano Resende http://people.apache.org

C++ DAS Lite versus C++ DAS, was Fwd: [jira] Updated: (TUSCANY-1140) Implementation of DAS Lite Command classes

2007-03-15 Thread Luciano Resende
? If so, is there a way to have one project but only compile/use the subset of files required, maybe just not adding them to the VS project ? I'll wait after clarification on this subject before I apply the patch. If anyone else have other thoughts/questions, please let me know. -- Luciano

Re: Kernel Alpha2 Release

2007-03-15 Thread Luciano Resende
on that area, are you still going to work on that ? Otherwise I might take a look on that too.. -- Luciano Resende http://people.apache.org/~lresende On 3/15/07, Jeremy Boynes [EMAIL PROTECTED] wrote: I like the timing - about a month, 6 weeks at the most is a good window between releases in early

Re: Using extensions with the current trunk code

2007-03-15 Thread Luciano Resende
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: C++ DAS Lite versus C++ DAS, was Fwd: [jira] Updated: (TUSCANY-1140) Implementation of DAS Lite Command classes

2007-03-16 Thread Luciano Resende
I have just applied your patch. At some point, once we get things more stable, we should decide witch way to go, and maybe promote the das_lite to just c++ das. For now this should be OK. BTW, I liked Pete's comments : keep DASing ;-) -- Luciano Resende http://people.apache.org/~lresende On 3

Re: svn commit: r519138

2007-03-16 Thread Luciano Resende
] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: IncompatibleClassChangeError with Maven Assembly plugin

2007-03-16 Thread Luciano Resende
PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

IncompatibleClassChangeError with Maven Assembly plugin

2007-03-16 Thread Luciano Resende
(Launcher.java:255) at org.codehaus.classworlds.Launcher.mainWithExitCode (Launcher.java :430) at org.codehaus.classworlds.Launcher.main(Launcher.java:375) -- Luciano Resende http://people.apache.org/~lresende http://people.apache.org/%7Elresende

Re: IncompatibleClassChangeError with Maven Assembly plugin

2007-03-17 Thread Luciano Resende
The maven team have published a new snapshot for the assembly plugin, and this new one looks much better. On 3/16/07, Luciano Resende [EMAIL PROTECTED] wrote: Thanks Daniel, the version you mentioned works !!! On 3/16/07, Jeremy Boynes [EMAIL PROTECTED] wrote: On Mar 16, 2007, at 5:55 PM

Re: C++ DAS Lite versus C++ DAS, was Fwd: [jira] Updated: (TUSCANY-1140) Implementation of DAS Lite Command classes

2007-03-19 Thread Luciano Resende
Are you talking about das_lite here ? https://svn.apache.org/repos/asf/incubator/tuscany/cpp/das/VSExpress/tuscany_das/ Does it still look like I missed something ? Let me know... -- Luciano Resende http://people.apache.org/~lresende On 3/19/07, Adriano Crestani [EMAIL PROTECTED] wrote: I've

Re: Working in trunk, was: Componentizing our SCA runtime kernel

2007-03-20 Thread Luciano Resende
Hi Sebastien My understanding is that these are separate modules that are not going to destabelize the trunk at the moment. My personal opinion is that it would be OK to have this work done in the trunk as most of new work is being developed. -- Luciano Resende http://people.apache.org

Re: [VOTE] Release Milestone 3 of Tuscany SCA Native and Tuscany SDO C++

2007-03-20 Thread Luciano Resende
the desired effect. Regards Simon -- Luciano Resende http://people.apache.org/~lresende

Re: SDO IP Issues, was: SDO Java M3 Release Candidate RC1

2007-03-21 Thread Luciano Resende
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

LDAP DAS discussion on the Apache Directory project

2007-03-21 Thread Luciano Resende
FYI for the ones that might be interested. Some technical discussion around LDAP DAS on the Apache Directory dev list. http://www.mail-archive.com/dev%40directory.apache.org/msg11354.html -- Luciano Resende http://people.apache.org/~lresende

Re: Compilation status

2007-03-22 Thread Luciano Resende
-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: [DAS] Ajax DAS Web Sample

2007-03-22 Thread Luciano Resende
. Regards, Amita - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: Build structure - having cake and still eating

2007-03-23 Thread Luciano Resende
Hi Jeremy For the assembly proposal, are you suggesting something like : https://svn.apache.org/repos/asf/incubator/tuscany/sandbox/lresende/sca/distribution/tss-sample/ -- Luciano Resende http://people.apache.org/~lresende On 3/22/07, Davanum Srinivas [EMAIL PROTECTED] wrote: Jeremy

Re: Maven info

2007-03-23 Thread Luciano Resende
I see the same thing as Raymond (except for the timestamped api), What maven release you are using ? I believe Raymond and I are using maven-2.0.5. -- Luciano Resende http://people.apache.org/~lresende On 3/23/07, Raymond Feng [EMAIL PROTECTED] wrote: Hi, I just run mvn package

Re: Build structure - having cake and still eating

2007-03-23 Thread Luciano Resende
%40ws.apache.org/msg15303.html On 3/23/07, Jeremy Boynes [EMAIL PROTECTED] wrote: On Mar 23, 2007, at 2:11 AM, Luciano Resende wrote: Hi Jeremy For the assembly proposal, are you suggesting something like : https://svn.apache.org/repos/asf/incubator/tuscany/sandbox/lresende/ sca

Re: Build structure - having cake and still eating

2007-03-23 Thread Luciano Resende
-- /modules /profile /profiles -- Luciano Resende http://people.apache.org/~lresende On 3/23/07, Jeremy Boynes [EMAIL PROTECTED] wrote: On Mar 23, 2007, at 2:16 PM, Luciano Resende wrote: Jeremy So, having these assemblies modules sounded interesting to me until the moment you

DAS Integration Tests using Tomcat

2007-03-24 Thread Luciano Resende
I was playing with the Tomcat integration tests and the latests TC releases. I was thinking about moving it to latest TC5 release (5.5.23). Any Thoughts ? Objections ? -- Luciano Resende http://people.apache.org/~lresende

Re: [DAS] Ajax DAS Web Sample

2007-03-26 Thread Luciano Resende
It's looking great and show good progress... I'll update my sandbox with this patch. I'll try to look into the issues you mentioned and send some updates later... -- Luciano Resende http://people.apache.org/~lresende On 3/26/07, Amita Vadhavkar [EMAIL PROTECTED] wrote: Hi Luciano, Yes

Re: [VOTE] Adopt a near-zero-tolerance Be Nice policy

2007-03-26 Thread Luciano Resende
, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

[VOTE] Adriano Crestani for Tuscany Committer

2007-03-27 Thread Luciano Resende
contributing to Tuscany for several months now, and I think he is going to be a great addition not only for the Tuscany DAS community, but for the Tuscany community in general. Here is my +1 -- Luciano Resende http://people.apache.org/~lresende http://people.apache.org/%7Elresende

Re: DAS Integration Tests using Tomcat

2007-03-27 Thread Luciano Resende
Sure, TC6.0.10 works too, after some changes on the ant script as TC 6.10moved the place where the common libraries are from TC_HOME/common/lib to TC_HOME/lib... I'll do couple more tests and commit these changes. -- Luciano Resende http://people.apache.org/~lresende On 3/25/07, Amita

Re: Can I join the mail list ?

2007-03-27 Thread Luciano Resende
, and is intended solely for the use of the individual or entity named in this message. If you are not the intended recipient, and have received this message in error, please immediately return this by email and then delete it. -- Luciano Resende http://people.apache.org/~lresende

Re: [SDO CTS] Patches to apply

2007-03-28 Thread Luciano Resende
the approach in 1181 is acceptable then maybe we could do the same for 1176 - WDYT ? PS. Thanks to Luciano for appyling Tuscany-1195 last night.. Cheers chaps, I'll get back to my building work now :) Dan -- Luciano Resende http://people.apache.org/~lresende

Re: Add a simple embedded runtime for Tuscany dummies

2007-03-28 Thread Luciano Resende
Hi Raymond Simplicity is good, and being able to run/debug directly from IDE in a simple way certainly helps our own productivity as well. -- Luciano Resende http://people.apache.org/~lresende On 3/28/07, Venkata Krishnan [EMAIL PROTECTED] wrote: Hi, I whole-heartedly admit to the comfort

Re: [VOTE] Use single version for all Java/SCA modules and enable building all modules together

2007-03-28 Thread Luciano Resende
, runtimes, extensions etc, and for that to work all those modules need to use the same version name. Here's my +1. ...ant [1] http://www.mail-archive.com/tuscany-dev@ws.apache.org/msg16024.html -- Luciano Resende http://people.apache.org/~lresende

Re: [Discussion] Tuscany kernel modulization

2007-03-29 Thread Luciano Resende
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: Problem with cts pom?

2007-03-30 Thread Luciano Resende
Sorry for the confusion, it should be working now, after I added reference to maven repository where the parent pom is available. -- Luciano Resende http://people.apache.org/~lresende On 3/30/07, Andy Grove [EMAIL PROTECTED] wrote: After running svn update earlier this week, I am unable

Contribution services and SCDL4J

2007-04-03 Thread Luciano Resende
classes. Please take a look at these interfaces and let me know what you guys think, I plan to polish them little bit more tomorrow, and then start integrating it with the other modules and the embedded runtime. Thoughts ? -- Luciano Resende http://people.apache.org/~lresende

[RESULT] Adriano Crestani for Tuscany Committer

2007-04-03 Thread Luciano Resende
- Original Message - From: Luciano Resende [EMAIL PROTECTED] To: tuscany-dev tuscany-dev@ws.apache.org Sent: Tuesday, March 27, 2007 11:37 AM Subject: [VOTE] Adriano Crestani for Tuscany Committer I'd like to nominate Adriano Crestani to become a Tuscany committer. Adriano started

Re: [DISCUSS] Next version - What should be in it

2007-04-03 Thread Luciano Resende
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: SCA source tree and build structure

2007-04-03 Thread Luciano Resende
] -- Luciano Resende http://people.apache.org/~lresende

Re: Bootstrap the tuscany system without dependency on SCDL and Java component

2007-04-03 Thread Luciano Resende
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: Do we need Ant builds for our samples? was: SCA source tree and build structure

2007-04-03 Thread Luciano Resende
] For additional commands, e-mail: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Apache Tuscany Status page and mentors, was : Fwd: [RESULT] Adriano Crestani for Tuscany Committer

2007-04-03 Thread Luciano Resende
PROTECTED] wrote: On Tuesday 03 April 2007 16:04, Luciano Resende wrote: Passed with PPMC +1 from lresende, ajborley, antelder, robbinspg, jsdelfino, kelvingoodson, svkrish, rfeng, slaws and no -1s Who are the mentors on Tuscany now?? Is it Dims? http://incubator.apache.org/projects/tuscany doesn't

Re: SCA source tree and build structure

2007-04-03 Thread Luciano Resende
] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: Resumption of Weekly IRC ?

2007-04-03 Thread Luciano Resende
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: [DAS] XQuery-DAS

2007-04-04 Thread Luciano Resende
During the attempt to separate APIs from Impl, we can now decide on the approach and structure the design. Regards, Amita -- Luciano Resende http://people.apache.org/~lresende

Re: Contribution services and SCDL4J

2007-04-04 Thread Luciano Resende
starting to think we might need this ? Thoughts ? BTW, I should have the artifactResolver registry and other things necessary to exercise the processors you are implementing by EOD today (sometime tonight) ... On 4/4/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Luciano Resende wrote: I have

Re: Build update, was: SCA source tree and build structure

2007-04-05 Thread Luciano Resende
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende OK then, it makes sense to me too, I'll change to 1.0-incubating-SNAPSHOT. Here's

Re: Build update, was: SCA source tree and build structure

2007-04-05 Thread Luciano Resende
] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: Moving spec/sca-api module under sca? was: Build update

2007-04-05 Thread Luciano Resende
and I very faintly remember this to be the reason why we moved the specs out to where it is now. Isn't it ? - Venkat On 4/5/07, Luciano Resende [EMAIL PROTECTED] wrote: I was under the impression that the spec-sca-api-r1.0 module would be a stable one unless the spec changes. Isn't right

Closing Streams, was Re: svn commit: r525992 - in /incubator/tuscany/java/sca/modules/assembly-xml/src/main/java/org/apache/tuscany/assembly/xml/impl: ComponentTypeDocumentProcessor.java CompositeDocu

2007-04-06 Thread Luciano Resende
] -- Luciano Resende http://people.apache.org/~lresende

Re: Moving spec/sca-api module under sca? was: Build update

2007-04-06 Thread Luciano Resende
Ok then, let's move to the modules directory for now, as we will need to release it anyway on our next release. When the time arrives and we need to re think the spec module location, then we revisit the case. On 4/5/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: [snip] Luciano Resende

Re: Contribution services and SCDL4J

2007-04-06 Thread Luciano Resende
Delfino [EMAIL PROTECTED] wrote: Jean-Sebastien Delfino wrote: [snip] Luciano Resende wrote: Hi Sebastien Your understanding is very right, with the new artifactProcessor interfaces, we should be able to separate the load phases in multiple phases as you described. As for your

Re: Closing Streams, was Re: svn commit: r525992 - in /incubator/tuscany/java/sca/modules/assembly-xml/src/main/java/org/apache/tuscany/assembly/xml/impl: ComponentTypeDocumentProcessor.java Composite

2007-04-06 Thread Luciano Resende
Sure, I can do it... On 4/6/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Luciano Resende wrote: Hi Sebastien On the code below, should we close the stream after it is being consumed ? XMLStreamReader reader = inputFactory.createXMLStreamReader( url.openStream()); I didn't see

Re: Cleaning up module names

2007-04-06 Thread Luciano Resende
commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: [DAS Java] created SDO graph doubt 2

2007-04-07 Thread Luciano Resende
guys? Adriano Crestani -- Luciano Resende http://people.apache.org/~lresende

Re: Contribution services and SCDL4J

2007-04-08 Thread Luciano Resende
into this modularization effort. Thanks Thanks - Venkat On 4/6/07, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Luciano Resende wrote: I have also made some progress on this: I have simplified the packageProcessors interfaces, making it responsible only for providing a list

Re: [DAS Java] created SDO graph doubt 2

2007-04-08 Thread Luciano Resende
implemented on Convetion Over Configuration ; ). Thanks Adriano Crestani On 4/7/07, Luciano Resende [EMAIL PROTECTED] wrote: Have you setup the relationship on your DAS config file ? Should look something like the example below : Relationship name=BDATA primaryKeyTable

Re: Duplicate parent and buildtools modules in the top-down build, was: svn commit: r526907 - /incubator/tuscany/java/sca/pom.xml

2007-04-09 Thread Luciano Resende
PROTECTED] -- Jean-Sebastien - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: Dependency on Felix plugin snapshot in commonj and SDO API modules

2007-04-09 Thread Luciano Resende
PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Tuscany Weekly IRC chat log - April 09 2007

2007-04-09 Thread Luciano Resende
: 110 (Connection timed out)) -- Luciano Resende http://people.apache.org/~lresende

Re: DAS build failure

2007-04-09 Thread Luciano Resende
- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] -- Luciano Resende http://people.apache.org/~lresende

Re: DAS build failure

2007-04-09 Thread Luciano Resende
] On 4/9/07, Luciano Resende [EMAIL PROTECTED] wrote: Hi Sebastien I can't reproduce this on my environment (Win2k + JDK 5_0_11). although I had some other issue around building DAS that I'm investigating... but I could workaround this by doing a mvn from java/das. Could you please let me

<    1   2   3   4   5   6   7   8   9   10   >