User: jwalters
  Date: 02/04/13 18:12:05

  Modified:    src/resources/org/jboss/verifier DefaultMessages.properties
  Log:
  Entity bean verification is working a bit better, it's now all turned on.
  
  Revision  Changes    Path
  1.14      +2 -4      
jboss/src/resources/org/jboss/verifier/DefaultMessages.properties
  
  Index: DefaultMessages.properties
  ===================================================================
  RCS file: 
/cvsroot/jboss/jboss/src/resources/org/jboss/verifier/DefaultMessages.properties,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- DefaultMessages.properties        12 Apr 2002 03:38:34 -0000      1.13
  +++ DefaultMessages.properties        14 Apr 2002 01:12:05 -0000      1.14
  @@ -157,10 +157,10 @@
   10.6.2.b  =  The entity bean class must be defined as public and abstract.
   10.6.2.c  =  The entity bean class must define a public constructor that takes no 
arguments.
   10.6.2.d  =  The entity bean class must not define the finalize() method.
  -10.6.2.i  =  The entity bean class must not defined ejbFind methods.
   10.6.2.g  =  The entity bean class must define a get accessor for each CMP field.
   10.6.2.h  =  The entity bean class must define a set accessor for each CMP field.
  -10.6.2.j  =  The entity bean class must define a get and set accessor for each CMP 
field.
  +10.6.2.i  =  CMP entity beans may not define the implementation of a finder.
  +10.6.2.j  =  CMP entity beans may not define the implementation of a finder.
   
   10.6.4.b  =  The ejbCreate(...) method of an entity bean class must be declared as 
public.
   10.6.4.c  =  The ejbcreate(...) method of an entity bean class must not be declared 
as final or static.
  @@ -197,7 +197,6 @@
   12.2.9.h  =  The throws clause of a create(...) method must include the 
javax.ejb.CreateException.
   12.2.9.j  =  The return type for a find<METHOD> method must be the entity bean's 
local interface type (single-object finder) or a collection thereof (for a 
multi-object finder).
   12.2.9.m  =  The throws clause of a finder method must include the 
javax.ejb.FinderException.
  -10.6.2.h   =  CMP entity beans may not define the implementation of a finder.
   12.2.9.i  =  Each finder method must match one of the ejbFind<METHOD> methods 
defined in the entity bean class.
   12.2.9.l  =  All the exceptions defined in the throws clause of an ejbFind method 
of the entity bean class must be included in the throws clause of the matching find 
method of the home interface.
   12.2.9.m   =  Each home method must match a method defined in the entity bean class.
  @@ -211,7 +210,6 @@
   12.2.11.h  =  The throws clause of a create(...) method must include the 
javax.ejb.CreateException.
   12.2.11.j  =  The return type for a find<METHOD> method must be the entity bean's 
local interface type (single-object finder) or a collection thereof (for a 
multi-object finder).
   12.2.11.m  =  The throws clause of a finder method must include the 
javax.ejb.FinderException.
  -10.6.2.h   =  CMP entity beans may not define the implementation of a finder.
   12.2.11.i  =  Each finder method must match one of the ejbFind<METHOD> methods 
defined in the entity bean class.
   12.2.11.l  =  All the exceptions defined in the throws clause of an ejbFind method 
of the entity bean class must be included in the throws clause of the matching find 
method of the home interface.
   12.2.11.m   =  Each local home method must match a method defined in the entity 
bean class.
  
  
  

_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to