Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2008-02-19tweaked Java code-completionbvosburgh1-1/+1
2008-02-18Moved some classes to a new package, one to an old onepfullbright15-20/+20
2008-02-15xml attribute mapping morphingkmoore9-184/+2194
2008-02-13Fixed and unit tested PersistentUnit.persistentType(String). It was only loo...kmoore1-1/+0
2008-02-13Fixed and unit tested PersistentUnit.persistentType(String). It was only loo...kmoore1-1/+59
2008-02-12tested secondary table default pkJoinColumnskmoore1-1/+23
2008-02-12*** empty log message ***kmoore1-5/+0
2008-02-12fixed orderBy problems, created 3 booleans to hold statekmoore4-106/+109
2008-02-12create an attributeOverride specific owner. fixed and tested exceptions edit...kmoore1-0/+32
2008-02-12created an association override specifc owner. fixed problems adding joinCol...kmoore1-0/+240
2008-02-11adding a new secondaryTable was deleting the pkJoinColumns from the existing ...kmoore1-0/+33
2008-02-08fixed problems changing mapping types, including invalid thread access except...kmoore2-8/+0
2008-02-08Added extraVMargs argument.tle1-0/+1
2008-02-07get the default schema from the project when there is no orm.xml filekmoore2-3/+19
2008-02-07Update plugin version: 2.0.0tle1-1/+1
2008-02-07Updated for WTP build 3.0 M5tle1-7/+2
2008-02-07Preliminary tests release for 2.0tle2-9/+9
2008-02-06fixed orderByPk and added testskmoore2-16/+83
2008-02-06added size api to the context model, added a new remove method for collection...kmoore32-456/+738
2008-02-06quick fixing some tests i broke with earlier join column default changes. ne...kmoore1-3/+3
2008-02-05added java join column defaultskmoore2-0/+542
2008-02-04changed "classRefs()" to "specifiedClassRefs()"pfullbright12-45/+45
2008-02-04added java join table default name calculation and testskmoore1-56/+88
2008-02-04added a check to make sure the OrderBy annotation is removedkmoore1-0/+4
2008-02-04cleaning up type mapping morphing tests, several mistakeskmoore3-25/+59
2008-02-03Removed Extension plugin tests.v200802030000tle2-147/+147
2008-02-03Merged jpt_2_0_exp branch into Head.v20080202_Mergedtle139-479/+46912
2007-12-13Unfortunately removing another model test as it is unreliable in the current ...nhauge1-42/+42
2007-12-06Unfortunately removing 2 model tests as they are unreliable in the current bu...nhauge1-51/+55
2007-12-04cleaned up test suitesbvosburgh3-4/+4
2007-12-04cleaned up dependencies a bitbvosburgh1-1/+2
2007-11-30[211532] create persistence.xml and orm.xml in jobs to fix(?) deadlockbvosburgh1-9/+15
2007-11-14[209785] move intermittent test failure to System.errbvosburgh1-3/+9
2007-11-08removing importskmoore2-10/+1
2007-10-25[201159] model reworkbvosburgh5-103/+246
2007-10-18[201159] model reworkbvosburgh5-53/+62
2007-10-18converted StringBuffer to StringBuilder, etc.bvosburgh3-28/+28
2007-10-10[201159] model reworkbvosburgh10-202/+138
2007-09-17reverting strange commit from other branchpfullbright2-0/+7
2007-09-17Messy error-frought code checkpointpfullbright2-7/+0
2007-09-12update x-friends for our test projectskmoore1-2/+2
2007-09-10202809 - cleaning up compiler warningskmoore2-3/+4
2007-09-06Updating version numbers as appropriate for 2.0 M2.nhauge1-1/+1
2007-08-27191282 - fixed NPE problem when incorrectly renaming typekmoore1-8/+3
2007-08-22renamed test resource projectkmoore4-14/+18
2007-08-21Reverted version number.tle1-1/+1
2007-08-21Organized imports.tle1-2/+1
2007-08-21Reordered the dependencies.tle1-1/+1
2007-08-17removing all calls to JDTTools.resolve(). instead taking advantage of the ne...kmoore1-79/+0
2007-08-17Added the dependency on the test plugin.tle1-0/+1

Back to the top