[PATCH] Tuscany-122: Modifications to 1:1 relationships not recognized by ChangeSummarizer

2006-03-31 Thread Brent Daniel
The following patch addresses Tuscany-122   Index: src/main/java/org/apache/tuscany/das/rdb/generator/impl/UpdateGenerator.java === --- src/main/java/org/apache/tuscany/das/rdb/generator/impl/UpdateGenerator.java (revision 38

[jira] Resolved: (TUSCANY-122) Modifications to 1:1 relationships not recognized by ChangeSummarizer

2006-03-31 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-122?page=all ] Kevin Williams resolved TUSCANY-122: Resolution: Fixed > Modifications to 1:1 relationships not recognized by ChangeSummarizer > --

[jira] Closed: (TUSCANY-122) Modifications to 1:1 relationships not recognized by ChangeSummarizer

2006-03-31 Thread Kevin Williams (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-122?page=all ] Kevin Williams closed TUSCANY-122: -- Verified with version 390484 > Modifications to 1:1 relationships not recognized by ChangeSummarizer > --

[jira] Created: (TUSCANY-144) Need to provide a better naming scheme for relationships

2006-03-31 Thread Kevin Williams (JIRA)
Need to provide a better naming scheme for relationships Key: TUSCANY-144 URL: http://issues.apache.org/jira/browse/TUSCANY-144 Project: Tuscany Type: Improvement Components: Java DAS RDB Reporter: Kevi

[jira] Created: (TUSCANY-145) Error during mvn build - failure in running testcase -> ComponentLoaderTestCase

2006-03-31 Thread Rashmi Hunt (JIRA)
Error during mvn build - failure in running testcase -> ComponentLoaderTestCase --- Key: TUSCANY-145 URL: http://issues.apache.org/jira/browse/TUSCANY-145 Project: Tuscany Type: Bug Compone

Re: [jira] Created: (TUSCANY-145) Error during mvn build - failure in running testcase -> ComponentLoaderTestCase

2006-03-31 Thread Jeremy Boynes
mvn -o clean; mvn -o worked for me. Have you rebuilt the testcases? The signature for this changed a couple of days ago. -- Jeremy Rashmi Hunt (JIRA) wrote: > Error during mvn build - failure in running testcase -> > ComponentLoaderTestCase > -

[jira] Commented: (TUSCANY-145) Error during mvn build - failure in running testcase -> ComponentLoaderTestCase

2006-03-31 Thread Rashmi Hunt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-145?page=comments#action_12372741 ] Rashmi Hunt commented on TUSCANY-145: - interesting, I do see setFactory() method in the superclass, AbstractLoader. I will double check my setup. > Error during mvn bu

[jira] Commented: (TUSCANY-145) Error during mvn build - failure in running testcase -> ComponentLoaderTestCase

2006-03-31 Thread Rashmi Hunt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-145?page=comments#action_12372743 ] Rashmi Hunt commented on TUSCANY-145: - the method was changed from setFactory(AssemblyFactory factory) to setFactory(SystemAssemblyFactory factory). After I updated t

[jira] Commented: (TUSCANY-145) Error during mvn build - failure in running testcase -> ComponentLoaderTestCase

2006-03-31 Thread Rashmi Hunt (JIRA)
[ http://issues.apache.org/jira/browse/TUSCANY-145?page=comments#action_12372762 ] Rashmi Hunt commented on TUSCANY-145: - Building with -clean option worked for me. Thanks. Please close this defect. > Error during mvn build - failure in running testcas