|
|
Log of /andromda/src/java/org/andromda/core/metafacade/MetafacadeMappings.java
Revision 1.76.2.8 - (view) (download) - [select for diffs] Fri Feb 15 18:28:43 2008 UTC (7 months, 3 weeks ago) by cwbrandon Branch: V3_x_HEAD CVS Tags: V3_3 Changes since 1.76.2.7: +2 -0 lines Diff to previous 1.76.2.7 , to branch point 1.76 , to next main 1.77 NotSerializableException while trying to run the mda task from a Client Console with the AndroMDA Server (CORE-140) Revision 1.76.2.7 - (view) (download) - [select for diffs] Wed Oct 25 18:26:43 2006 UTC (23 months, 1 week ago) by cwbrandon Branch: V3_x_HEAD CVS Tags: V3_2 Changes since 1.76.2.6: +61 -74 lines Diff to previous 1.76.2.6 , to branch point 1.76 back out caching (having side-affects) Revision 1.76.2.6 - (view) (download) - [select for diffs] Wed Oct 25 17:38:23 2006 UTC (23 months, 1 week ago) by cwbrandon Branch: V3_x_HEAD Changes since 1.76.2.5: +74 -61 lines Diff to previous 1.76.2.5 , to branch point 1.76 add caching of metafacade mapping retrieval (needed to add both context AND property mapping for HibernateAssociationEnd and EJBEntityAssociationEnd), for things to work (this is experimental if it happens we run into other issues) - speed gains are pretty big Revision 1.76.2.5 - (view) (download) - [select for diffs] Mon Oct 23 19:55:03 2006 UTC (23 months, 2 weeks ago) by cwbrandon Branch: V3_x_HEAD Changes since 1.76.2.4: +34 -36 lines Diff to previous 1.76.2.4 , to branch point 1.76 code improvements Revision 1.76.2.4 - (view) (download) - [select for diffs] Fri Oct 20 17:33:57 2006 UTC (23 months, 2 weeks ago) by cwbrandon Branch: V3_x_HEAD Changes since 1.76.2.3: +1 -1 lines Diff to previous 1.76.2.3 , to branch point 1.76 wording fix Revision 1.76.2.3 - (view) (download) - [select for diffs] Mon Feb 13 16:29:02 2006 UTC (2 years, 7 months ago) by cwbrandon Branch: V3_x_HEAD CVS Tags: V3_2_RC1, V3x_BEFORE_METAFACADE_RESET Changes since 1.76.2.2: +2 -2 lines Diff to previous 1.76.2.2 , to branch point 1.76 make getModelMetafacadeMappings public Revision 1.76.2.2 - (view) (download) - [select for diffs] Sat Jan 28 11:19:00 2006 UTC (2 years, 8 months ago) by draftdog Branch: V3_x_HEAD Changes since 1.76.2.1: +18 -21 lines Diff to previous 1.76.2.1 , to branch point 1.76 java improvements and javadoc fixes Revision 1.77 - (view) (download) - [select for diffs] Sun Dec 11 01:50:11 2005 UTC (2 years, 9 months ago) by cwbrandon Branch: MAIN CVS Tags: HEAD Changes since 1.76: +36 -19 lines Diff to previous 1.76 merge from 3.x Revision 1.76.2.1 - (view) (download) - [select for diffs] Sat Dec 10 22:00:29 2005 UTC (2 years, 9 months ago) by cwbrandon Branch: V3_x_HEAD Changes since 1.76: +36 -19 lines Diff to previous 1.76 Fix bug where metafacade mappings weren't correctly mapped when having more than one metafacade model. Revision 1.76 - (view) (download) - [select for diffs] Wed Nov 23 06:15:43 2005 UTC (2 years, 10 months ago) by cwbrandon Branch: MAIN CVS Tags: Root_V3, Root_V3_x, Root_V3_x_HEAD Branch point for: V3_x_HEAD Changes since 1.75: +232 -110 lines Diff to previous 1.75 Now more than one model facade can be used at one time. Revision 1.75 - (view) (download) - [select for diffs] Thu Nov 17 05:24:21 2005 UTC (2 years, 10 months ago) by cwbrandon Branch: MAIN Changes since 1.74: +2 -2 lines Diff to previous 1.74 More changes towards allowing more than one set of metafacades to be on the classpath (to integrate emf/uml2). Revision 1.74 - (view) (download) - [select for diffs] Wed Nov 16 17:48:39 2005 UTC (2 years, 10 months ago) by cwbrandon Branch: MAIN Changes since 1.73: +1 -1 lines Diff to previous 1.73 Next step in ingrating EMF/uml2 support (remove the need for metafacades-impls.properties and discover that information automatically) Revision 1.73 - (view) (download) - [select for diffs] Mon Nov 14 05:27:36 2005 UTC (2 years, 10 months ago) by cwbrandon Branch: MAIN Changes since 1.72: +2 -2 lines Diff to previous 1.72 Change a bunch of HashMap to LinkedHashMap, as well as HashSet to LinkedHashSet, so that cartridges generate consistent ordering of elements (this will keep the ordering from changing for no reason) Revision 1.72 - (view) (download) - [select for diffs] Wed Nov 9 04:16:07 2005 UTC (2 years, 10 months ago) by cwbrandon Branch: MAIN Changes since 1.71: +0 -5 lines Diff to previous 1.71 - Remove the need for the method name when using the ExceptionUtils.check methods and deprecate the old ones (update all dependant code) - More work on m2 build (add translation-library plugin for testing translation-libraries) Revision 1.71 - (view) (download) - [select for diffs] Sun Oct 23 16:53:57 2005 UTC (2 years, 11 months ago) by cwbrandon Branch: MAIN CVS Tags: V3_1, V3_2RC1SNAPSHOT Branch point for: V3_1x Changes since 1.70: +14 -3 lines Diff to previous 1.70 minor improvement Revision 1.70 - (view) (download) - [select for diffs] Sat Oct 22 18:46:50 2005 UTC (2 years, 11 months ago) by cwbrandon Branch: MAIN Changes since 1.69: +16 -20 lines Diff to previous 1.69 cleanup unneeded code Revision 1.69 - (view) (download) - [select for diffs] Sat Oct 22 17:03:13 2005 UTC (2 years, 11 months ago) by cwbrandon Branch: MAIN Changes since 1.68: +96 -33 lines Diff to previous 1.68 the metaclassPattern now includes the ability to specify the package as well (needed for more flexibility since the package can be different as well). Revision 1.68 - (view) (download) - [select for diffs] Fri Oct 21 12:54:17 2005 UTC (2 years, 11 months ago) by cwbrandon Branch: MAIN Changes since 1.67: +0 -27 lines Diff to previous 1.67 remove code didn't mean to check in Revision 1.67 - (view) (download) - [select for diffs] Fri Oct 21 06:17:04 2005 UTC (2 years, 11 months ago) by cwbrandon Branch: MAIN Changes since 1.66: +53 -5 lines Diff to previous 1.66 The mapping class no no longer is required in cartridges in most cases (this will allow other metafacade implementations not to have to map their metaclasses in each cartridge's metafacades.xml). Revision 1.66 - (view) (download) - [select for diffs] Tue Oct 18 15:10:23 2005 UTC (2 years, 11 months ago) by cwbrandon Branch: MAIN Changes since 1.65: +11 -28 lines Diff to previous 1.65 cleanup unused code Revision 1.65 - (view) (download) - [select for diffs] Tue Oct 18 03:56:42 2005 UTC (2 years, 11 months ago) by cwbrandon Branch: MAIN Changes since 1.64: +3 -3 lines Diff to previous 1.64 fix some typos Revision 1.64 - (view) (download) - [select for diffs] Fri Jul 22 16:46:55 2005 UTC (3 years, 2 months ago) by cwbrandon Branch: MAIN CVS Tags: V3_1RC1_tag Branch point for: V3_1RC1 Changes since 1.63: +9 -6 lines Diff to previous 1.63 minor javadoc fix Revision 1.63 - (view) (download) - [select for diffs] Wed Jun 29 20:55:39 2005 UTC (3 years, 3 months ago) by cwbrandon Branch: MAIN Changes since 1.62: +2 -2 lines Diff to previous 1.62 minor improvement Revision 1.62 - (view) (download) - [select for diffs] Wed Jun 29 20:10:32 2005 UTC (3 years, 3 months ago) by cwbrandon Branch: MAIN Changes since 1.61: +19 -25 lines Diff to previous 1.61 fix mapping bug with properties Revision 1.61 - (view) (download) - [select for diffs] Tue Jun 28 18:00:34 2005 UTC (3 years, 3 months ago) by cwbrandon Branch: MAIN Changes since 1.60: +104 -94 lines Diff to previous 1.60 Add new profile (still need to add optional elements). Also upgrade to digester 1.7 Revision 1.60 - (view) (download) - [select for diffs] Tue Jun 14 22:23:43 2005 UTC (3 years, 3 months ago) by cwbrandon Branch: MAIN CVS Tags: V3_1M1 Changes since 1.59: +103 -218 lines Diff to previous 1.59 Big change (CORE-72): namespace components (cartridges, translation-libraries, metafacades) must now be registered through a META-INF/andromda/namespace.xml: this file contains component registrations for a namespace as well as all namespace property documentation. Unfortunately this change is not backwards compatible with 3.0 cartridges (they'll need to add a namespace.xml and move their property references), but the benefit in terms of maintance far outweighs that draw-back. Revision 1.59 - (view) (download) - [select for diffs] Sat Jun 4 17:40:06 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.58: +4 -1 lines Diff to previous 1.58 add missing javadocs Revision 1.58 - (view) (download) - [select for diffs] Sat Jun 4 17:22:16 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.57: +31 -62 lines Diff to previous 1.57 cleanup unnecessary code and formatting Revision 1.57 - (view) (download) - [select for diffs] Sat Jun 4 02:41:40 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.56: +146 -44 lines Diff to previous 1.56 fix an issue with property references not being populated correctly. Revision 1.56 - (view) (download) - [select for diffs] Wed Jun 1 16:16:38 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.55: +3 -26 lines Diff to previous 1.55 fix an issue with metafacade property namespaces not being correctly registered, also cleanup some code Revision 1.55 - (view) (download) - [select for diffs] Tue May 31 23:49:17 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.54: +1 -1 lines Diff to previous 1.54 typo Revision 1.54 - (view) (download) - [select for diffs] Tue May 31 19:23:38 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.53: +3 -13 lines Diff to previous 1.53 metafacade + properties were incorrectly cached between server runs Revision 1.53 - (view) (download) - [select for diffs] Wed May 25 00:30:07 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.52: +5 -59 lines Diff to previous 1.52 revert change (didn't mean to check in debug code) Revision 1.52 - (view) (download) - [select for diffs] Wed May 25 00:07:55 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.51: +59 -5 lines Diff to previous 1.51 getRoles was incorrectly only retrieving the specializations directly under the role instead of the entire chain. Add new getAllSpecializations operation to the UML Metafacades. Revision 1.51 - (view) (download) - [select for diffs] Tue May 24 03:48:45 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.50: +2 -2 lines Diff to previous 1.50 minor improvement Revision 1.50 - (view) (download) - [select for diffs] Tue May 24 02:52:34 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.49: +17 -14 lines Diff to previous 1.49 more cleanup Revision 1.49 - (view) (download) - [select for diffs] Mon May 23 02:27:40 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.48: +15 -11 lines Diff to previous 1.48 set the flag to speed up the samples build, also add some more shutdown code to cleanup resources (memory) Revision 1.48 - (view) (download) - [select for diffs] Fri May 20 04:03:19 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.47: +244 -169 lines Diff to previous 1.47 elminate duplicate messages Revision 1.47 - (view) (download) - [select for diffs] Thu May 19 05:17:38 2005 UTC (3 years, 4 months ago) by cwbrandon Branch: MAIN Changes since 1.46: +1 -1 lines Diff to previous 1.46 Add initial support for a single point of configuration, (still need to tie it together), also move some configuration related files into the new configuration package Revision 1.46 - (view) (download) - [select for diffs] Wed May 4 15:24:07 2005 UTC (3 years, 5 months ago) by cwbrandon Branch: MAIN CVS Tags: Root_V3_0x, V3_0 Branch point for: V3_0x Changes since 1.45: +27 -21 lines Diff to previous 1.45 more use of final where appropriate Revision 1.45 - (view) (download) - [select for diffs] Tue May 3 22:18:10 2005 UTC (3 years, 5 months ago) by cwbrandon Branch: MAIN Changes since 1.44: +82 -53 lines Diff to previous 1.44 add final where appropriate Revision 1.44 - (view) (download) - [select for diffs] Tue May 3 22:11:29 2005 UTC (3 years, 5 months ago) by cwbrandon Branch: MAIN Changes since 1.43: +10 -10 lines Diff to previous 1.43 add final where appropriate Revision 1.43 - (view) (download) - [select for diffs] Sat Apr 30 16:42:54 2005 UTC (3 years, 5 months ago) by cwbrandon Branch: MAIN Changes since 1.42: +31 -32 lines Diff to previous 1.42 make variables final where possible Revision 1.42 - (view) (download) - [select for diffs] Fri Apr 15 16:05:01 2005 UTC (3 years, 5 months ago) by cwbrandon Branch: MAIN CVS Tags: V3_0RC2 Changes since 1.41: +216 -100 lines Diff to previous 1.41 Complete CORE-19 (metamodel object inheritance is now taken into account when finding mappings), get rid of all the unrequired mappings from each andromda-metafacades.xml as a result of the CORE-19 improvement. Revision 1.41 - (view) (download) - [select for diffs] Thu Apr 14 19:35:38 2005 UTC (3 years, 5 months ago) by cwbrandon Branch: MAIN Changes since 1.40: +2 -2 lines Diff to previous 1.40 fix javadoc formatting Revision 1.40 - (view) (download) - [select for diffs] Wed Apr 13 16:26:05 2005 UTC (3 years, 5 months ago) by draftdog Branch: MAIN Changes since 1.39: +35 -27 lines Diff to previous 1.39 reformat update: casting now no longer has a space separator, extends and implements keyswords are on a new line Revision 1.39 - (view) (download) - [select for diffs] Sun Apr 10 17:55:51 2005 UTC (3 years, 5 months ago) by draftdog Branch: MAIN Changes since 1.38: +247 -396 lines Diff to previous 1.38 reformatted code Revision 1.38 - (view) (download) - [select for diffs] Mon Feb 28 06:19:53 2005 UTC (3 years, 7 months ago) by cwbrandon Branch: MAIN CVS Tags: V3_0RC1 Changes since 1.37: +18 -4 lines Diff to previous 1.37 minor refactoring, code cleanup. make a few improvements in performance. Revision 1.37 - (view) (download) - [select for diffs] Sun Feb 13 22:09:31 2005 UTC (3 years, 7 months ago) by cwbrandon Branch: MAIN Changes since 1.36: +109 -77 lines Diff to previous 1.36 complete implementation of metafacade mappings by properties. (also remove requirment of <<FrontEndEvent>> stereotype in bpm4struts andromda-metafacades.xml). Revision 1.36 - (view) (download) - [select for diffs] Sun Feb 6 16:22:34 2005 UTC (3 years, 7 months ago) by cwbrandon Branch: MAIN Changes since 1.35: +2 -2 lines Diff to previous 1.35 minor comment cleanup and also add more tests for metafacade mappings with multiple properties Revision 1.35 - (view) (download) - [select for diffs] Sat Feb 5 05:54:10 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.34: +1 -1 lines Diff to previous 1.34 Add logging to property evaluation Revision 1.34 - (view) (download) - [select for diffs] Sat Feb 5 02:25:05 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.33: +11 -9 lines Diff to previous 1.33 Metafacades can now be mapped by their properties directly (doesn't need to be a super metafacade). Revision 1.33 - (view) (download) - [select for diffs] Fri Feb 4 18:19:47 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.32: +2 -2 lines Diff to previous 1.32 fix javadoc Revision 1.32 - (view) (download) - [select for diffs] Fri Feb 4 16:03:06 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.31: +74 -22 lines Diff to previous 1.31 complete support for mapping metafacades based on the properties of their super metafacades. Revision 1.31 - (view) (download) - [select for diffs] Wed Feb 2 04:35:56 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.30: +6 -4 lines Diff to previous 1.30 fix context check for property mapping. Revision 1.30 - (view) (download) - [select for diffs] Tue Feb 1 05:06:30 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.29: +29 -21 lines Diff to previous 1.29 minor refactoring Revision 1.29 - (view) (download) - [select for diffs] Tue Feb 1 04:48:52 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.28: +40 -20 lines Diff to previous 1.28 add ability to map properties in combination with a context Revision 1.28 - (view) (download) - [select for diffs] Mon Jan 31 05:25:36 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.27: +66 -26 lines Diff to previous 1.27 more support for mapping metafacades by properties Revision 1.27 - (view) (download) - [select for diffs] Sun Jan 30 23:07:43 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.26: +125 -99 lines Diff to previous 1.26 More refactoring in preparation for metafacade mapping by properties support Revision 1.26 - (view) (download) - [select for diffs] Sun Jan 30 19:13:46 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.25: +31 -3 lines Diff to previous 1.25 cache retrieval of reverse interfaces array Revision 1.25 - (view) (download) - [select for diffs] Sun Jan 30 18:57:41 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.24: +20 -7 lines Diff to previous 1.24 cache the retrieval of the context hierchy Revision 1.24 - (view) (download) - [select for diffs] Sun Jan 30 18:24:08 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.23: +30 -20 lines Diff to previous 1.23 Pass the mapping object itself to the MetafacadeMappings#getMetafacadeMapping() so that we can check properties from the instance. Revision 1.23 - (view) (download) - [select for diffs] Sun Jan 30 17:40:42 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.22: +13 -8 lines Diff to previous 1.22 more cleanup: improve javadocs Revision 1.22 - (view) (download) - [select for diffs] Sun Jan 30 00:09:30 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.21: +206 -186 lines Diff to previous 1.21 Improve metafacade mapping to add the ability to specify stereotypes AND contexts. Revision 1.21 - (view) (download) - [select for diffs] Thu Jan 27 01:14:40 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.20: +36 -37 lines Diff to previous 1.20 rename metaobjectClass to mappingClass (since we'll be able to map from one metafacade to another) Revision 1.20 - (view) (download) - [select for diffs] Wed Jan 26 23:34:12 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.19: +22 -3 lines Diff to previous 1.19 complete CORE-39 (mapping metafacades requiring more than one stereotype). Revision 1.19 - (view) (download) - [select for diffs] Wed Jan 26 05:32:49 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.18: +2 -2 lines Diff to previous 1.18 add mapping structure in support of multiple stereotypes and properties (still need to implement) Revision 1.18 - (view) (download) - [select for diffs] Fri Jan 7 19:11:59 2005 UTC (3 years, 8 months ago) by cwbrandon Branch: MAIN Changes since 1.17: +11 -0 lines Diff to previous 1.17 add more shutdown logic to the metafacade factory Revision 1.17 - (view) (download) - [select for diffs] Tue Dec 21 19:00:45 2004 UTC (3 years, 9 months ago) by cwbrandon Branch: MAIN CVS Tags: V3_0M3 Changes since 1.16: +0 -2 lines Diff to previous 1.16 Cleanup logger.error(msg, th) calls, we don't need them since it just makes the stack trace a lot longer. Revision 1.16 - (view) (download) - [select for diffs] Thu Dec 16 23:01:25 2004 UTC (3 years, 9 months ago) by cwbrandon Branch: MAIN Changes since 1.15: +13 -2 lines Diff to previous 1.15 refactoring of merge process Revision 1.15 - (view) (download) - [select for diffs] Sun Oct 31 02:13:16 2004 UTC (3 years, 11 months ago) by cwbrandon Branch: MAIN Changes since 1.14: +2 -2 lines Diff to previous 1.14 fix a minor bug that wasn't allowing inheritance of metafacade properties in some instances. Revision 1.14 - (view) (download) - [select for diffs] Mon Aug 30 00:43:09 2004 UTC (4 years, 1 month ago) by cwbrandon Branch: MAIN Changes since 1.13: +1 -0 lines Diff to previous 1.13 Renamed "validating" to "xmlValidation" (since its more descritive of what it is). Add new modelValidation flag that allows us to turn off and on model validation. Cleanup formatting of some of the code. Revision 1.13 - (view) (download) - [select for diffs] Wed Aug 25 17:53:47 2004 UTC (4 years, 1 month ago) by cwbrandon Branch: MAIN Changes since 1.12: +1 -3 lines Diff to previous 1.12 remove possibility of null pointer occuring Revision 1.12 - (view) (download) - [select for diffs] Fri Jul 30 14:56:39 2004 UTC (4 years, 2 months ago) by cwbrandon Branch: MAIN CVS Tags: V3_0M2 Changes since 1.11: +2 -2 lines Diff to previous 1.11 fix wording for info message Revision 1.11 - (view) (download) - [select for diffs] Fri Jul 30 14:42:48 2004 UTC (4 years, 2 months ago) by cwbrandon Branch: MAIN Changes since 1.10: +50 -6 lines Diff to previous 1.10 Metafacades now can be flagged as 'shared' if this flag is set the grouping of metafacades will be added to the 'default' namespace. This allows jars of metafacades to be reused across cartridges. Revision 1.10 - (view) (download) - [select for diffs] Fri Jul 30 13:52:38 2004 UTC (4 years, 2 months ago) by cwbrandon Branch: MAIN Changes since 1.9: +44 -13 lines Diff to previous 1.9 Add the fact that property references from shared metafacades will be copied over to namespace metafacades. Now we don't have to duplicate properties from shared metafacades to namespace metafacades. Revision 1.9 - (view) (download) - [select for diffs] Fri Jul 30 02:52:02 2004 UTC (4 years, 2 months ago) by cwbrandon Branch: MAIN Changes since 1.8: +0 -1 lines Diff to previous 1.8 Cleanup and some refactoring Revision 1.8 - (view) (download) - [select for diffs] Thu Jul 29 17:26:13 2004 UTC (4 years, 2 months ago) by cwbrandon Branch: MAIN Changes since 1.7: +24 -27 lines Diff to previous 1.7 format Revision 1.7 - (view) (download) - [select for diffs] Thu Jul 29 17:25:17 2004 UTC (4 years, 2 months ago) by cwbrandon Branch: MAIN Changes since 1.6: +124 -18 lines Diff to previous 1.6 Add inherited context support (in other words if you have a context on a metafacade mapping, any metafacade extending that context will also get that mappings properties) Revision 1.6 - (view) (download) - [select for diffs] Wed Jul 14 00:30:03 2004 UTC (4 years, 2 months ago) by cwbrandon Branch: MAIN Changes since 1.5: +470 -428 lines Diff to previous 1.5 - Fix issue with metafacade namespace properties not being able to be overriden on a per namespace basis (for example language mappings were being used from the default namespace even if I definded languageMappings again in a namespace). - Expose the setMetafacadeMappingsUri property on the model element within the basic metafacade (this was needed so that elements inheri -Also format the Metafacade code to be consistent with the rest of the codebase (get rid of tabs etc) Revision 1.5 - (view) (download) - [select for diffs] Thu Jun 24 23:33:23 2004 UTC (4 years, 3 months ago) by cwbrandon Branch: MAIN Changes since 1.4: +19 -18 lines Diff to previous 1.4 Add ability for metafacade mapping property references to have default values if they aren't specified Revision 1.4 - (view) (download) - [select for diffs] Thu Jun 24 00:08:57 2004 UTC (4 years, 3 months ago) by cwbrandon Branch: MAIN Changes since 1.3: +3 -3 lines Diff to previous 1.3 Rename StoutLogger to "AndroMDALogger" since it basically is used to just log statements having the "AndroMDA' prefix. Cleanup logging a little bit so that all informational messages are logged with the AndroMDALogger. Revision 1.3 - (view) (download) - [select for diffs] Thu Jun 10 03:19:13 2004 UTC (4 years, 3 months ago) by cwbrandon Branch: MAIN Changes since 1.2: +1 -1 lines Diff to previous 1.2 cleanup a lot of javadoc errors Revision 1.2 - (view) (download) - [select for diffs] Fri Mar 26 08:14:58 2004 UTC (4 years, 6 months ago) by mattes3 Branch: MAIN CVS Tags: V3-before-ocl-integration, V3_0M1 Changes since 1.1: +467 -0 lines Diff to previous 1.1 Moved changes from V3x_MMD to HEAD. Revision 1.1.2.9 - (view) (download) - [select for diffs] Wed Mar 3 19:40:32 2004 UTC (4 years, 7 months ago) by mattes3 Branch: V3x_MMD CVS Tags: Experts_only_008, Experts_only_009, V3x_MMD_before_merge_to_HEAD, before_ant_removal Changes since 1.1.2.8: +0 -3 lines Diff to previous 1.1.2.8 , to branch point 1.1 , to next main 1.77 Removed unused imports. Revision 1.1.2.8 - (view) (download) - [select for diffs] Tue Mar 2 11:38:32 2004 UTC (4 years, 7 months ago) by cwbrandon Branch: V3x_MMD CVS Tags: Experts_only_006 Changes since 1.1.2.7: +0 -36 lines Diff to previous 1.1.2.7 , to branch point 1.1 Change the way the properties are set on the super metafacade, we need to be able to get the mapping for the super metafacade even if the metafacadeClass isn't null (so that the properties are passed from the super metafacade...since inheritance really doesn't exist). Revision 1.1.2.7 - (view) (download) - [select for diffs] Mon Mar 1 22:29:02 2004 UTC (4 years, 7 months ago) by cwbrandon Branch: V3x_MMD CVS Tags: Experts_only_004, Experts_only_005 Changes since 1.1.2.6: +41 -2 lines Diff to previous 1.1.2.6 , to branch point 1.1 Some fixes for the setting of properties (these were broken by the refactoring to metafacades..since inheritance now works differently). Still need to fix contexts with these new metafacades. Revision 1.1.2.6 - (view) (download) - [select for diffs] Mon Mar 1 02:33:16 2004 UTC (4 years, 7 months ago) by cwbrandon Branch: V3x_MMD Changes since 1.1.2.5: +9 -1 lines Diff to previous 1.1.2.5 , to branch point 1.1 Some more refactoring and make the EJB cartridge work with the new metafacades Revision 1.1.2.5 - (view) (download) - [select for diffs] Tue Feb 24 00:13:53 2004 UTC (4 years, 7 months ago) by cwbrandon Branch: V3x_MMD CVS Tags: Experts_only_003 Changes since 1.1.2.4: +2 -0 lines Diff to previous 1.1.2.4 , to branch point 1.1 add @see messages to XmlObjectFactory Revision 1.1.2.4 - (view) (download) - [select for diffs] Fri Feb 20 14:59:34 2004 UTC (4 years, 7 months ago) by cwbrandon Branch: V3x_MMD Changes since 1.1.2.3: +1 -1 lines Diff to previous 1.1.2.3 , to branch point 1.1 Add the ability to validate against schema's to the XmlObjectFactory, add the schema's for Mappings and MetafacadeMappings Revision 1.1.2.3 - (view) (download) - [select for diffs] Wed Feb 18 04:11:37 2004 UTC (4 years, 7 months ago) by cwbrandon Branch: V3x_MMD Changes since 1.1.2.2: +1 -1 lines Diff to previous 1.1.2.2 , to branch point 1.1 add a better exception message Revision 1.1.2.2 - (view) (download) - [select for diffs] Sun Feb 15 02:22:20 2004 UTC (4 years, 7 months ago) by cwbrandon Branch: V3x_MMD CVS Tags: Experts_only_002 Changes since 1.1.2.1: +0 -1 lines Diff to previous 1.1.2.1 , to branch point 1.1 remove a System.out.println I accidently left in Revision 1.1.2.1 - (view) (download) - [select for diffs] Sat Feb 14 03:25:50 2004 UTC (4 years, 7 months ago) by cwbrandon Branch: V3x_MMD Changes since 1.1: +458 -0 lines Diff to previous 1.1 - Add for support of namespaces properties (which include generic type mappings). Remove old TypeMappings (since they aren't necessary anymore) - Add MetafacadeMapping files which support the XML metafacade mappings Revision 1.1 Sat Feb 14 03:25:50 2004 UTC (4 years, 7 months ago) by cwbrandon Branch: MAIN Branch point for: V3x_MMD FILE REMOVED file MetafacadeMappings.java was initially added on branch V3x_MMD. This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision. |
| Powered by ViewVC 1.0.5 | ViewVC Help |