View results here ->
http://tck2.jboss.com/cc/buildresults/jboss-3.2?log=log20040630152734
|
| No Tests Run |
| This project doesn't have any tests |
|
|
| |
|
| 1.43.2.6 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/BMPPersistenceManager.java | optimization. Do not create EJB[Local]Object ahead in activation. Create them on demand instead. If ctx.getEJB[Local]Object() is not used, we create 2 times(+) less proxies. |
| 1.43.2.10 | modified | loubyansky | server/src/main/org/jboss/ejb/plugins/CMPPersistenceManager.java | optimization. Do not create EJB[Local]Object ahead in activation. Create them on demand instead. If ctx.getEJB[Local]Object() is not used, we create 2 times(+) less proxies. |
| 1.27.2.6 | modified | loubyansky | server/src/main/org/jboss/ejb/EntityEnterpriseContext.java | optimization. Do not create EJB[Local]Object ahead in activation. Create them on demand instead. If ctx.getEJB[Local]Object() is not used, we create 2 times(+) less proxies. |