[jboss-cvs] JBossAS SVN: r58827 - branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 4 01:50:54 EST 2006


Author: bstansberry at jboss.com
Date: 2006-12-04 01:50:53 -0500 (Mon, 04 Dec 2006)
New Revision: 58827

Modified:
   branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityQueryRedeployUnitTestCase.java
   branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityQueryUnitTestCase.java
Log:
Javadoc

Modified: branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityQueryRedeployUnitTestCase.java
===================================================================
--- branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityQueryRedeployUnitTestCase.java	2006-12-04 06:50:39 UTC (rev 58826)
+++ branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityQueryRedeployUnitTestCase.java	2006-12-04 06:50:53 UTC (rev 58827)
@@ -34,12 +34,12 @@
 import junit.framework.TestSuite;
 
 /**
- * Sample client for the jboss container.
+ * Tests EJB redeployment when entities with @Lob fields are stored
+ * in the second level cache.
  *
- * @author <a href="mailto:bill at burkecentral.com">Bill Burke</a>
- * @version $Id: EntityUnitTestCase.java 57207 2006-09-26 12:06:13Z dimitris at jboss.org $
+ * @author <a href="brian.stansberry at jboss.com">Brian Stansberry</a>
+ * @version $Revision: 1.1 $
  */
-
 public class EntityQueryRedeployUnitTestCase
 extends EntityClassloaderTestBase
 {

Modified: branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityQueryUnitTestCase.java
===================================================================
--- branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityQueryUnitTestCase.java	2006-12-04 06:50:39 UTC (rev 58826)
+++ branches/Branch_4_0/ejb3/src/test/org/jboss/ejb3/test/clusteredentity/unit/EntityQueryUnitTestCase.java	2006-12-04 06:50:53 UTC (rev 58827)
@@ -33,12 +33,11 @@
 import junit.framework.TestSuite;
 
 /**
- * Sample client for the jboss container.
+ * Tests caching of queries involving custom types.
  *
- * @author <a href="mailto:bill at burkecentral.com">Bill Burke</a>
- * @version $Id: EntityUnitTestCase.java 57207 2006-09-26 12:06:13Z dimitris at jboss.org $
+ * @author <a href="brian.stansberry at jboss.com">Brian Stansberry</a>
+ * @version $Revision: 1.1 $
  */
-
 public class EntityQueryUnitTestCase
 extends EntityClassloaderTestBase
 {




More information about the jboss-cvs-commits mailing list