Remove Subclassing/Dynamic Proxy support - beans must be enhanced

This commit is contained in:
Robin Bygrave
2013-04-19 16:25:10 +12:00
parent 66880aa340
commit 2567022d95
63 changed files with 233 additions and 2085 deletions
@@ -24,12 +24,12 @@ public class TestStatelessUpdate extends TestCase {
server.save(e);
EBasic updateName = new EBasic();
updateName.setId(e.getId());
updateName.setName("justName");
server.update(updateName, null, null, false, false);
// EBasic updateName = new EBasic();
// updateName.setId(e.getId());
// updateName.setName("justName");
//
//
// server.update(updateName, null, null, false, false);
EBasic updateAll = new EBasic();
updateAll.setId(e.getId());