User: juha
Date: 00/11/06 12:47:28
Modified: src/resources/org/jboss/verifier DefaultMessages.properties
Log:
Revision Changes Path
1.8 +2 -2
jboss/src/resources/org/jboss/verifier/DefaultMessages.properties
Index: DefaultMessages.properties
===================================================================
RCS file:
/products/cvs/ejboss/jboss/src/resources/org/jboss/verifier/DefaultMessages.properties,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- DefaultMessages.properties 2000/11/05 19:02:36 1.7
+++ DefaultMessages.properties 2000/11/06 20:47:27 1.8
@@ -37,7 +37,7 @@
6.10.6.f = Each create(...) method in the session bean's home interface must have
a matching ejbCreate(...) method in the session bean's class.
6.10.6.g = The return type for a create(...) method must be the session bean's
remote interface type.
6.10.6.h = All the exceptions defined in the throws clause of the matching
ejbCreate(...) method of the enterprise bean class must be included in the throws
clause of a matching create(...) method.
-6.10.6.i = The throws clause of a create(...) method MUST include the
javax.ejb.CreateException.
+6.10.6.i = The throws clause of a create(...) method must include the
javax.ejb.CreateException.
9.2.2.a = The entity bean's class must implement, directly or indirectly, the
javax.ejb.EntityBean interface.
9.2.2.b = The entity bean class must be defined as public.
@@ -83,7 +83,7 @@
9.2.8.f = Each create(...) method in the entity bean's home interface must have a
matching ejbCreate(...) method in the entity bean's class.
9.2.8.g = The return type for a create(...) method must be the entity bean's
remote interface type.
9.2.8.h = All the exceptions defined in the throws clause of the matching
ejbCreate(...) and ejbPostCreate(...) methods of the enterprise bean class must be
included in the throws clause of a matching create(...) method.
-9.2.8.i = The throws clause of a create(...) method MUST include the
javax.ejb.CreateException.
+9.2.8.i = The throws clause of a create(...) method must include the
javax.ejb.CreateException.
9.2.9.a = The primary key class must be a legal Value Type in RMI-IIOP.
9.2.9.b = The primary key class must override equals().