Tuscany JIRA components

2006-01-10 Thread Kevin Williams
Jeremy, Can you create a DAS component? Actually, we probably need a component for each Tuscany subproject. Thanks, --Kevin Jeremy Boynes wrote: [EMAIL PROTECTED] wrote: I created a JIRA issue for this. Perhaps someone with the proper permissions could add a new component such as

DAS Unit tests not running w/ M2

2006-01-14 Thread Kevin Williams
I have some issues building from /tuscany/java with maven 2. First, a couple of resources cannot be found: required artifacts missing: javax.activation:activation:jar:1.0.2 javax.mail:mail:jar:1.3.2 for the artifact: org.apache.tuscany:tuscany-binding-axis:jar:SNAPSHOT

Re: build error

2006-01-19 Thread Kevin Williams
I built and ran the unit tests successfully on OS X about a month ago with no problems; not recently though. Can you provide the last 38 lines of the stack trace? Is there any chance that a previous execution of the build had not completed? --Kevin Jim Marino wrote: When I run maven from

Re: 1.4 JDK and DAS

2006-01-25 Thread Kevin Williams
artifactIdmaven-compiler-plugin/artifactId configuration source1.4/source target1.4/target /configuration /plugin Please let me know if this works. --Kevin Kevin Williams

SVN Repositiry unreachable

2006-01-31 Thread Kevin Williams
I am unable to reach our SVN repository (https://svn.apache.org/repos/asf/incubator/tuscany/java). I also notice that our web site (http://incubator.apache.org/tuscany/) is not responding.

Re: Roadmap for the next few weeks

2006-02-02 Thread Kevin Williams
Along the same lines, I would like to offer these first-milestone development items for the RDB DAS: -Complete the transition to SDO2 -DAS integrated into BigBank sample -Best-practice DAS sample (Stand-alone and SCA-integrated) -Datasource definition in Config file -Tools

DAS and SDO2 update

2006-02-09 Thread Kevin Williams
We have some clean up to do to eliminate remaining use of EMF APIs but the RDB DAS is now producing and consuming SDO2 datagraphs. We have also re hosted our configuration model to SDO2 from EMF. -- Kevin

Build error

2006-02-16 Thread Kevin Williams
I am getting the following when building from the root... --- T E S T S --- starting test.. module context name 'test' module context uri 'null' [surefire] Running

Re: Compilation failure in latest code

2006-02-25 Thread Kevin Williams
Raymond Feng wrote: I cannot build the latest from SVN (see log below). Any idea? BTW, is there any option in maven to ignore/skip test case failures? Sebastien posted this awhile back. I have not tried it ... To build these projects just do mvn -o -Dmaven.test.skip=true.

DAS Stand-alone sample

2006-03-02 Thread Kevin Williams
I am about to check in a new DAS stand-alone sample. This is a small web app that exercises the major capabilities of the DAS and there is no SCA involvement. My first thought was to put it in /java/samples/das but java/das/rdb/samples might be a better place. Any opinions? -- Kevin

Word docs

2006-03-14 Thread Kevin Williams
I am using ms word docs as the source for the PDF documents associated with the DAS (sample readmes, etc). Did we decide whether to store these source docs in SVN along with the PDFs? Thanks, --Kevin

Re: Word docs

2006-03-14 Thread Kevin Williams
Jeremy Boynes wrote: Better to have them there than not but in the spirit of openness would it be possible to convert them into an open format? Any suggestions? -- Jeremy Kevin Williams wrote: I am using ms word docs as the source for the PDF documents associated with the DAS (sample

Logging

2006-04-05 Thread Kevin Williams
I know I risk a fierce trout-slapping but ... The RDB DAS is currently using a home-grown logging framework. We need to replace this and I am wondering if we should remove tracing altogether or switch to JSR 47 or something else? Thanks, --Kevin

Re: Tuscany maven continuum build: What to post and where?

2006-04-18 Thread Kevin Williams
I suggest we publish the subprojects separately: SCA, SDO and DAS Thanks, --Kevin Raymond Feng wrote: As part of the effort to create nightly build for Tuscany, I set up a maven continuum build to check out and build the Tuscany code hourly. Now the question are: 1) What content should be

Re: Cross language interop

2006-05-03 Thread Kevin Williams
kelvin goodson wrote: [snip] With regards to sharing change histories, I imagine the primary use case for change histories is when you give a give a modified graph back to the same DAS for writing back to the original source. So I in terms of cross language interoperability I would

Re: Cross language interop

2006-05-04 Thread Kevin Williams
(the modifieed XML document) while maintaining the original change history? Regards Simon On 5/3/06, Kevin Williams [EMAIL PROTECTED] wrote: kelvin goodson wrote: [snip] With regards to sharing change histories, I imagine the primary use case for change histories is when you give a give a modified

Re: java.lang.OutOfMemoryError: PermGen space

2006-05-07 Thread Kevin Williams
More specifically, you can set these options with the following at the top of the mvn.bat file: set MAVEN_OPTS=-XX:MaxPermSize=128m -XX:PermSize=64m Rick Rineholt wrote: I received the below error on builds ..added the following javac arguments to mvn.bat to resolve:

Re: Build Break?

2006-05-08 Thread Kevin Williams
and everything was fine. I wasn't sure if the problem was just a corruption in my local repo, or if it's more general. Does anybody with a better understanding of Maven have an idea of what might be the problem here? Thanks, Frank. Kevin Williams [EMAIL PROTECTED] wrote on 05/08/2006 11:22:23 AM: I am

Build failure?

2006-05-08 Thread Kevin Williams
I have been unable to build for the last couple of hours now and consistently get an error similar to the following although the location varies: Downloading: http://www.ibiblio.org/maven2/org/apache/geronimo/geronimo-transact ion/1.0/geronimo-transaction-1.0.pom

Re: Build Break?

2006-05-09 Thread Kevin Williams
Meeraj, See Frank Budinsky's related note: http://www.mail-archive.com/tuscany-dev%40ws.apache.org/msg02663.html Looks like you need to force a refresh of your local emf dependencies. One (brutal) way to do this is to delete org/eclipse from your .m2 repository and re-build. --Kevin

Auto config of Datasource

2006-05-09 Thread Kevin Williams
I am trying to modify the set up in java/testing/tomcat to define a Datasource that the stand-alone DAS sample can then reference. Currently, the stand-alone sample requires the user to use the tomcat manager to install the war like this: Context Path (optional): /CompanyApp XML

Re: [vote] Project structure - renaming java/samples

2006-05-10 Thread Kevin Williams
+0.5 for[ x ] sample applications - java/sampleapps/bigbank/ Jean-Sebastien Delfino wrote: I'm not sure that we really have decided on a good name for our top level samples directory, currently java/samples/. This directory hosts samples. They are of a different nature than the

Java Doc

2006-05-11 Thread Kevin Williams
Will the distribution build also generate and publish java doc? Thanks, --Kevin

Re: Java Doc

2006-05-11 Thread Kevin Williams
Just saw the JIRA for this ... T-310 Kevin Williams wrote: Will the distribution build also generate and publish java doc? Thanks, --Kevin

Re: Dummy's guide to writing new component types

2006-05-12 Thread Kevin Williams
Excellent! Srikanth Bhattiprolu wrote: I know that i vanished after asking you for all the info. I got real busy with my office work and never got a chance to try the steps you wrote here. Apologise for that. Anyway the reason i started all this was to have a Ruby container for SCA using

Re: [VOTE] Publish Tuscany M1 release - 2nd vote

2006-05-23 Thread Kevin Williams
+1 BB and DAS stand-alone samples still look good on XP and OS X Jean-Sebastien Delfino wrote: Hi! I created source and binary distributions of the latest Tuscany Milestone 1 release candidate level (SVN revision r408581) and placed them in my home directory:

JIRA privileges for Brent

2006-05-30 Thread Kevin Williams
Brent has been doing a great job providing patches for critical DAS JIRAs for some time now. Is it possible for him to get JIRA privileges to assign JIRAs to himself? Thanks, --Kevin - To unsubscribe, e-mail: [EMAIL

Re: Final Tuscany M1 release distribution

2006-06-05 Thread Kevin Williams
DAS Stand-alone sample and BigBank sample app look good on OS X (10.4.6) Jean-Sebastien Delfino wrote: Hi, The final Tuscany M1 distribution is available there: http://people.apache.org/~jsdelfino/test-incubating-M1. We will publish these files on our Download page once we have fixed the

Re: DAS Command/CommandGroup and TUSCANY-231

2006-06-08 Thread Kevin Williams
We should explore collapsing CommandFactory and CommandGroup since they are really both factories for commands. This new combined factory could still support the simplest commands that require a SELECT and no configuration. A command that does require configuration might be retrieved by name

Re: Tuscany blog

2006-06-08 Thread Kevin Williams
+1 from me too. I'll be happy to contribute DAS content. Andrew Borley wrote: I don't think it really matters where we put it - we can publicise it via the aggregator and on the Tuscany website. I think ant should just kick one off, give committers access, and we'll see how it goes. I'm not a

Re: DAS Command/CommandGroup and TUSCANY-231

2006-06-13 Thread Kevin Williams
After some analysis, it looks like a good move to collapse CommandFactory and CommandGroup. I'll open a JIRA for this. Kevin Williams wrote: We should explore collapsing CommandFactory and CommandGroup since they are really both factories for commands. This new combined factory could

Re: DAS Needs a new parameter marker (T-406)

2006-06-14 Thread Kevin Williams
like that (or better)? -- Jeremy On 6/13/06, Kevin Williams [EMAIL PROTECTED] wrote: DAS has a problem with its attempt to support named parameters in SQL as in: command = Factory.createCommand (select * from Customer where Customer.id = :id) command.setParm(id, 500); We have

Re: Fwd: Introduction

2006-06-21 Thread Kevin Williams
Hello Darius, I am looking forward to seeing your patch for T-250. Attach it to the JIRA when you have something ready and I will take a look. Thanks! --Kevin Darius Dejesus wrote: Still getting used to this, so sorry if it is a repeat... Hello Tuscany Folks, My name is Darius

Re: Java SDO Date exception?

2006-06-27 Thread Kevin Williams
I pulled the latest from the repository and the DAS test suite fails for me too with the same exception: java.lang.ClassCastException: The value of type 'class org.eclipse.emf.ecore.xml.type.internal.XMLCalendar' must be of type 'class java.util.Date' This appears to be an SDO

Re: DAS Needs a new parameter marker (T-406)

2006-06-27 Thread Kevin Williams
I believe it is best for the DAS to not manipulate the provided SQL and also to require that clients provide SQL that conforms to the standard. I would like to remove support for named parameters if there is no objection. Thanks, --Kevin Kevin Williams wrote: The problem is that our marker

Re: subscribe

2006-06-29 Thread Kevin Williams
Hello Karen, To subscribe to this list, send an empty email to: [EMAIL PROTECTED] Karen Yamashiro wrote: [EMAIL PROTECTED] - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Proposed approach for M2

2006-06-30 Thread Kevin Williams
Sebastien, This sounds great to me. You may have intended this but, I think that the scenarios should be implemented as we go resulting in new unit tests, samples or sample apps by the time we are ready to release M2. Also, I propose a scenario that involves data access and the transfer of

Re: Proposed approach for M2

2006-07-03 Thread Kevin Williams
My biggest concern is that we not end up with two active code streams. That would be very confusing to a potential contributor (and me). So, if there is value in both the trunk and the sandbox then it seems that a merge is necessary. If only the sandbox has value then why not tag the trunk

Re: Tuscany 153 (SDO change history on root data object)

2006-07-05 Thread Kevin Williams
Brent, The source file was attached to the original note but I did not see the XSD. Brent Daniel wrote: Frank, No, calling endLogging doesn't resolve the issue. That is the pattern that the DAS is using today. I sent the XSD I used to generate the required types with the last message

Re: Do we plan to move to JUnit 4.1?

2006-07-06 Thread Kevin Williams
I would much rather wait for the Surefire/JUnit 4 integration ( http://jira.codehaus.org/browse/SUREFIRE-31 ) than switch to another testing framework. --Kevin Daniel Kulp wrote: Actually, Maven supports TestNG natively in the Surefire plugin. I've tried it before and it does work.

DAS named parameters

2006-07-06 Thread Kevin Williams
I am in the middle of removing the named parameter feature of DAS command and notice that we currently allow a special convenience name to allow a client to retrieve a database generated ID from a low-level insert command like this: DAS das = DAS.FACTORY.createDAS(getConnection());

Re: DAS named parameters

2006-07-07 Thread Kevin Williams
beside the key anyway. Brent On 7/6/06, Kevin Williams [EMAIL PROTECTED] wrote: I am in the middle of removing the named parameter feature of DAS command and notice that we currently allow a special convenience name to allow a client to retrieve a database generated ID from a low-level insert

DAS ability to participate in external transactions

2006-07-10 Thread Kevin Williams
The DAS must be able to participate in external transactions. Although by default it will perform commit/rollback on the connection, clients should be able to put the DAS in a mode where it will not perform these actions when some external agent is responsible for managing the transaction.

Re: DAS ability to participate in external transactions

2006-07-10 Thread Kevin Williams
/10/06, Kevin Williams [EMAIL PROTECTED] wrote: The DAS must be able to participate in external transactions. Although by default it will perform commit/rollback on the connection, clients should be able to put the DAS in a mode where it will not perform these actions when some external agent

Re: DAS ability to participate in external transactions

2006-07-10 Thread Kevin Williams
That seems not quite right since users can avoid DataSource altogether by passing in their own connection. Brent Daniel wrote: It might be a little cleaner if we break DataSource out as its own element and stick a managedtx attribute on it. On 7/10/06, Kevin Williams [EMAIL PROTECTED] wrote

Build break?

2006-07-14 Thread Kevin Williams
I just updated my local copy (svn update) and now get the following build error: [ERROR] BUILD FAILURE [INFO] [INFO] Compilation failure C:\apacheSVN\java\sca\core\src\main\java\org\apache\tuscany\core\context\impl\Co

Re: Subject: [VOTE] promote Chianti revolution to main trunk

2006-07-14 Thread Kevin Williams
+1 from me Jim Marino wrote: On Jul 14, 2006, at 9:33 AM, Rick wrote: Hello fellow committers, Last week I was on vacation and felt for sure that when I got back I'd see a unified direction for the Java Tuscany SCA code base. I've held back discussing any of this for a while

Re: svn commit: r421969 - in /incubator/tuscany/java/das/rdb/src: main/java/org/apache/tuscany/das/rdb/ main/java/org/apache/tuscany/das/rdb/config/wrapper/ main/java/org/apache/tuscany/das/rdb/genera

2006-07-14 Thread Kevin Williams
Very cool. I'll start doing that. Jeremy Boynes wrote: On Jul 14, 2006, at 10:56 AM, [EMAIL PROTECTED] wrote: Author: kwilliams Date: Fri Jul 14 10:56:46 2006 New Revision: 421969 URL: http://svn.apache.org/viewvc?rev=421969view=rev Log: Brent's patch for T-528 You may not know this but

Re: Test coverage tool

2006-07-18 Thread Kevin Williams
Hi Jim, I don't see the attached report. --Kevin Jim Marino wrote: I've been using Clover as a test coverage tool and have found it quite useful (http://www.cenqua.com/clover/) Licensing is free for open source projects and it has plugins for popular IDEs so it can be run as part of a

Re: Retrieving SDO Types?

2006-07-20 Thread Kevin Williams
I ran this by Steve Brodsky and he suggested that we might be better off looking up the needed Types from the TypeHelper by the name as needed rather than asking for all types associated with the URI. We can use the names we retrieve from ResultSetMetadata and it seems like this will simplify

Re: Retrieving SDO Types?

2006-07-20 Thread Kevin Williams
it with a customer. At least, you wouldn't be able to create it off the dynamic root. Brent On 7/20/06, Kevin Williams [EMAIL PROTECTED] wrote: I ran this by Steve Brodsky and he suggested that we might be better off looking up the needed Types from the TypeHelper by the name as needed rather than

Re: [PATCH] Improve DAS test coverage

2006-07-24 Thread Kevin Williams
Brent, This looks good. What tool provided the coverage data? Thanks, --Kevin Brent Daniel wrote: The attached patch has three changes in response to coverage data: 1) Some dead internal code has been removed 2) Test cases have been updated to test some corner cases that weren't being

Test case failures

2006-07-24 Thread Kevin Williams
After having trouble getting svn update to succeed I reloaded the entire java tree. The first build attempt succeeded, I am almost certain :-), but subsequent attempts fail with this error: [surefire] Running org.apache.tuscany.databinding.impl.MediatorImplTestCase [surefire] Tests run: 2,

Re: Test case failures

2006-07-24 Thread Kevin Williams
do you use? It seems that it doesn't come with a DOM implementation. Can you try to apply the attched patch to databinding-framework/pom.xml? Thanks, Raymond - Original Message - From: Kevin Williams [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Monday, July 24, 2006 8:39 PM

Re: Test case failures

2006-07-25 Thread Kevin Williams
with a DocumentBuilderFactory impl (I have never checked the JSE 5.0 spec)? I have the following IBM JDK and it runs fine. java version 1.5.0 Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20060511 (SR2)) Thanks, Raymond - Original Message - From: Kevin Williams [EMAIL

Re: Test case failures

2006-07-25 Thread Kevin Williams
-o) Do you still see the failure if you do a full clean and rebuild? FYI, my java -version: java version 1.5.0 Java(TM) 2 Runtime Environment, Standard Edition (build pwi32dev-20051104) Brent On 7/25/06, Kevin Williams [EMAIL PROTECTED] wrote: Hi Raymond, I get the same error with your

Restoring testing/tomcat [Was Re: Restoring files in svn?]

2006-07-26 Thread Kevin Williams
It is important that we automate the DAS stand-alone sample testing and the plan was to leverage from the automation already provided in tomcat/testing. Will this be restored? Thanks, --Kevin Luciano Resende wrote: Do we have any plans to restore testing/tomcat ? At least the DAS and

Re: OSCON Schedule

2006-07-26 Thread Kevin Williams
Luciano, Here are the three I am aware of: * Service Component Architecture in Practice: The Apache Tuscany Project http://conferences.oreillynet.com/cs/os2006/view/e_sess/9532 Wednesday http://conferences.oreillynet.com/cs/os2006/view/e_sess/9532 * *Time: *7:30PM - 8:30PM *Location:*

Re: Test case failures

2006-07-27 Thread Kevin Williams
Runtime Environment, Standard Edition (build 1.5.0_06-b05) Should I just commit a change to comment out the test for now? ...ant On 7/26/06, Kevin Williams [EMAIL PROTECTED] wrote: Yeah. I've tried those things and also just threw everything out and tried to build from a fresh svn co. Same

Re: SVN Commits

2006-07-28 Thread Kevin Williams
I attended a Subversion Best Practice session yesterday here at OSCON and Committing often and in small chunks was near the top of the presented list. A related best practice mentioned was: Use consistent log messages This makes sense to me too although consistent use of I fixed a bunch

Re: SVN Commits

2006-07-28 Thread Kevin Williams
/28/06, Kevin Williams [EMAIL PROTECTED] wrote: I attended a Subversion Best Practice session yesterday here at OSCON and Committing often and in small chunks was near the top of the presented list. A related best practice mentioned was: Use consistent log messages This makes sense to me too

Re: Karma for Raymond

2006-07-31 Thread Kevin Williams
+1 from me. Raymond will be a great addition! --Kevin Jim Marino wrote: I'd like to propose we make Raymond a committer. Normally, I would list some of the things a candidate has done for the community but with Raymond he has done so much I wouldn't know where to begin. So, here's my +1

Karma for Brent

2006-07-31 Thread Kevin Williams
I would like to recommend Brent for committership. Brent has made invaluable contributions to the DAS and has been a consistent provider of quality patches since the inception of this project. Here is my +1 for Brent. --Kevin

Re: Build and distribution modularity

2006-08-01 Thread Kevin Williams
Maybe we should take a conservative approach initially (and this is probably something similar to #3, #4). As long as milestones are not too infrequent then I think we can release the three subprojects on the same schedule. Users should be able to easily pull SCA , SDO and DAS components

Use of JIRA for documentation

2006-08-02 Thread Kevin Williams
The DAS White Paper is now out of date and my first thought was to open a JIRA to track this. Does it make sense to assign the issue to the DAS component or should I request a new component for DAS Documentation? Thanks, --Kevin

Re: Karma for Kelvin

2006-08-03 Thread Kevin Williams
+1 from me too! Jim Marino wrote: +1 from me - Welcome Kelvin. Jim On Aug 2, 2006, at 1:53 PM, Frank Budinsky wrote: I'd like to propose that we make Kelvin a committer. Kelvin has made many contributions to the SDO project: - helped design -noEMF generator patterns and contributed

Re: [VOTE] Meeraj Kunnumpurath for Tuscany committer

2006-08-03 Thread Kevin Williams
+1 Jeremy Boynes wrote: I would like to nominate Meeraj to become a committer on Tuscany - he has been active in the project for quite a while now, contributing the original Groovy container implementation, a work manager implementation for use by async invocations and has worked to debug

Re: JIRA test cases for SDO

2006-08-04 Thread Kevin Williams
Robbie, Here is the process we have been using for the DAS: Our function tests are or organized by function so we have a JUnit class for each major capability such as OperationOrderingTests, RelationshipTests, etc. We also have two additional tests classes: DefectTests and

[Result] Re: Karma for Brent

2006-08-06 Thread Kevin Williams
Result of the vote for Brent Daniel as committer on Apache Tuscany: 6 +1s: Kevin Williams, Pete Robbins, Rick Rineholt, Dan Kulp, Jim Marino, Jeremy Boynes No -1s Congrats! I'll start the process to get you project Karma. --Kevin

Re: [VOTE] Andy Borley for Tuscany Committer

2006-08-07 Thread Kevin Williams
+1 Pete Robbins wrote: I would like to nominate Andy Borley to become a committer. He has provided excellent functional patches for C++ such as the Axis2C EntryPoint Binding. He has also provided much needed documentation patches and has been a great help in getting the C++ milestone

Re: DAS: Creating an empty graph

2006-08-07 Thread Kevin Williams
Brent, I think it would help if you could describe the scenario from the user's perspective. What are they trying to accomplish? --Kevin Fuhwei Lwo wrote: Brent, I am sorry I still don't understand what your SDO requirement is. You pretty much can accomplish your Step #1 and #3 by

Add Luciano to JIRA system

2006-08-09 Thread Kevin Williams
Jeremy, Can you please add Luciano to the JIRA system so that he can assign himself issues? Thanks, --Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: svn properties

2006-08-14 Thread Kevin Williams
Hi Jeremy, Here is the auto-props section of my Subversion config file (after correcting from Rev, Date): ### Section for configuring automatic properties. [auto-props] *.c = svn:eol-style=native *.cpp = svn:eol-style=native *.h = svn:eol-style=native *.dsp =

Build break

2006-08-14 Thread Kevin Williams
I am getting the following error trying to build revision: 431472 ... [surefire] testWSDLLocation(org.apache.tuscany.container.javascript.RhinoScriptI ntrospectorTestCase) Time elapsed: 0.02 sec ERROR! java.lang.RuntimeException: WSDLException: faultCode=OTHER_ERROR: Unable to

Re: Text for main page of Tuscany website

2006-08-16 Thread Kevin Williams
This is a nice succinct intro to the project. I like it. haleh mahbod wrote: Hi, I am following the chapter in this book (http://producingoss.com/) that explains how to create an effective website, pages 22-25. It suggests that a good website provides the following information upfront 1)

Re: Finally posted: src file header and copyright policy

2006-08-16 Thread Kevin Williams
Regarding the replacement script, here is a Ruby script we might try next time we have to go through a similar exercise: # Scans files - with a given extension - recursively from the current # directory replacing the old copyright/license header statement with a # new version

Re: Text for main page of Tuscany website

2006-08-16 Thread Kevin Williams
below. You can click on the diagram to learn more about specific technologies. Tuscany is supported in Java and C++. Diagram goes here On 8/16/06, Jim Marino [EMAIL PROTECTED] wrote: On Aug 16, 2006, at 8:42 AM, Kevin Williams wrote: This is a nice succinct intro to the project. I like

Account request Tuscany for new committer: Brent Daniel

2006-08-17 Thread Kevin Williams
Can you please create a committer account for Brent Daniel since he has been voted in. Preferred userid: 1) bdaniel 2) bhdaniel Full name: Brent Daniel Forwarding email address: [EMAIL PROTECTED] Requested Karma for: ws-tuscany Vote:

Re: Build break

2006-08-17 Thread Kevin Williams
, at 9:53 AM, Kevin Williams wrote: Just updated and I am having trouble building ... [surefire] Tests run: 3, Failures: 0, Errors: 2, Time elapsed: 1.983 sec [surefire] [surefire] testTransformation2 (org.apache.tuscany.databinding.TransformationTest Case) Time elapsed: 0.05 sec ERROR

DAS Article

2006-08-21 Thread Kevin Williams
Just want to mention that Brent and I published a DAS-related article in this month's JDJ. It is available at: http://java.sys-con.com/read/260053.htm Thanks, --Kevin - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: REST bindings for Tuscany SCA runtime

2006-08-22 Thread Kevin Williams
snip In the client: customers.get(http://my.customer.database.com/customers/1234;); returns an instance of the Customer XSD complex type customers.put(http://my.customer.database.com/customers/1234;, customerDataObject) updates customer 1234 with a Customer instance.

Re: Das Logging Framework

2006-08-23 Thread Kevin Williams
snip Luciano Resende wrote: Not sure if I'm just repeating what Robbie just said, but what about also having a common log/trace infrastructure/abstraction between SCA, SDO and DAS, and we could provide a default implementation using a standard log framework (e.g log4J or java native log

Re: Das Logging Framework

2006-08-23 Thread Kevin Williams
? Thanks, --Kevin Jim Marino wrote: On Aug 23, 2006, at 3:13 PM, Kevin Williams wrote: snip Luciano Resende wrote: Not sure if I'm just repeating what Robbie just said, but what about also having a common log/trace infrastructure/abstraction between SCA, SDO and DAS, and we could provide

Re: Das Logging Framework

2006-08-24 Thread Kevin Williams
My poor choice of wording. I really meant any concerns rather than any objections. Thanks again! Jim Marino wrote: On Aug 23, 2006, at 8:05 PM, Kevin Williams wrote: Thanks for your input. I enjoyed the evils of common logging link. So, if we avoid JCL then my next suggestion would

Build error

2006-08-24 Thread Kevin Williams
I brought this up awhile back and Raymond seemed to recognize the error. I don't think a fix or workaround was ever suggested suggested. [surefire] testTransformation2(org.apache.tuscany.databinding.TransformationTest Case) Time elapsed: 0.06 sec ERROR!

Ruby Header-replace script

2006-08-24 Thread Kevin Williams
I think a couple of people have used this now. Here is an update ... # Scans files - with a given extension - recursively from the current # directory replacing the old copyright/license header statement with a # new version # # Example command line usage # ruby replaceheaders.rb java

Re: Build error

2006-08-24 Thread Kevin Williams
as well since I don't see the problem) so that I debug it? I know the cause and I thought it was fixed by upgrading the surefire plugin. Thanks, Raymond - Original Message - From: Kevin Williams [EMAIL PROTECTED] To: tuscany-dev@ws.apache.org Sent: Thursday, August 24, 2006 12:14 PM

Re: Ruby Header-replace script

2006-08-25 Thread Kevin Williams
Yes. Good point. I'll put it out there. Thanks, --Kevin Luciano Resende wrote: Would you like to make that available in the /etc dir where the other scripts are ? Thanks - Luciano On 8/24/06, Kevin Williams [EMAIL PROTECTED] wrote: I think a couple of people have used this now. Here

Re: Das Logging Framework

2006-08-25 Thread Kevin Williams
investigated other areas in detail. - Luciano On 8/24/06, Kevin Williams [EMAIL PROTECTED] wrote: My poor choice of wording. I really meant any concerns rather than any objections. Thanks again! Jim Marino wrote: On Aug 23, 2006, at 8:05 PM, Kevin Williams wrote: Thanks for your input

Re: svn properties...

2006-08-25 Thread Kevin Williams
Dan, Thanks for doing this. Can you also contribute the script to /java/etc? --Kevin Daniel Kulp wrote: OK. I'm going to go ahead and do this. It seems to look pretty good and doesn't break any tests. The main problem seems to be the SDO section with a lot of files without the proper

Re: DataObject/DataGraph Serialization DataGraphRoot

2006-08-25 Thread Kevin Williams
It may be that your remote client has not initialized the SDO/EMF environment properly and I think that we need some help from the SDO team. I have copied this to the dev list since not everyone has registered yet for the user list. --Kevin Luciano Resende wrote: Hi Scott So, here

Re: DataObject/DataGraph Serialization DataGraphRoot

2006-08-25 Thread Kevin Williams
, once 2. do rest of whatever being done right now On 8/25/06, Kevin Williams [EMAIL PROTECTED] wrote: The RDB DAS creates the graph and corresponding Types dynamically from the database query results. Frank Budinsky wrote: The problem seems to be that the metadata for class DataGraphRoot

Auto-config for collision column

2006-08-30 Thread Kevin Williams
Currently, in the absence of otherwise conflicting, explicit configuration, we assume that any DO property named id will map to a primary key column in the database. Likewise a property name of the form x_id maps to a foreign key column that references some row in table x. I would like to

User documentation was: [Auto-config for collision column]

2006-09-01 Thread Kevin Williams
for this? --Kevin Luciano Resende wrote: Hi Kevin This sounds like a good aproach for one of the ways to support OCC in DAS. Should we also have this aproach documented in our Wiki as a reference ? - Luciano On 8/30/06, Kevin Williams [EMAIL PROTECTED] wrote: Currently, in the absence

Re: REST bindings for Tuscany SCA runtime

2006-09-01 Thread Kevin Williams
Jean-Sebastien Delfino wrote: Simon Laws wrote: On 8/31/06, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Oisin Hurley wrote: I am not sure I understand the issue with create/delete (except if PUT and DEL are disabled). Posting/putting to a URL that doesn't exist yet to create that

Re: [VOTE] Venkat for Tuscany Committer

2006-09-01 Thread Kevin Williams
+1 from me too! Andrew Borley wrote: +1 from me. (my first vote as a committer!) On 9/1/06, Jeremy Boynes [EMAIL PROTECTED] wrote: +1 On Sep 1, 2006, at 11:26 AM, ant elder wrote: I would like to nominate Venkat to become a committer. He's been helping with Tuscany for many months

Re: Mobile

2006-09-18 Thread Kevin Williams
If the scenarios you have in mind call for data manipulation on the mobile device then SDO with its incorporated change summary could be a great fit. If those changes need to be flushed back to a relational back-end then the RDB DAS is the ticket. --Kevin Jeremy Boynes wrote: On Sep

RDB DAS User's Guide

2006-09-26 Thread Kevin Williams
I would like to start a RDB DAS User's guide and my first thought is to begin with some of the content that Luciano has created here: http://wiki.apache.org/ws/Tuscany/TuscanyJava/DAS_Java_Overview The wiki seems like a good home for user-level documentation since it can easily evolve with

Re: RDB DAS User's Guide

2006-09-26 Thread Kevin Williams
I have started the RDB DAS User's Guide here: http://wiki.apache.org/ws/Tuscany/TuscanyJava/DAS_Java_Overview/RDBDAS_Java_User_Guide I also provided content for the first capability: Basic CRUD. Any comments appreciated. Thanks, --Kevin Kevin Williams wrote: I would like to start a RDB

Re: RDB DAS User's documentation

2006-09-29 Thread Kevin Williams
be the convention section which is pretty broad. Brent On 9/28/06, Kevin Williams [EMAIL PROTECTED] wrote: Here is the initial list of capabilities I would like to document from a users perspective. I am not sure if this is the best ordering since I want it to be in order of relevance and also in the order

  1   2   3   4   5   >