User: lqd     
  Date: 02/04/18 03:25:19

  Modified:    src/resources/org/jboss/verifier Tag: Branch_3_0
                        DefaultMessages.properties
  Log:
  - fix messages for section 10.6.7 (ejbSelectXXX methods)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.14.2.1  +2 -2      
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.14
  retrieving revision 1.14.2.1
  diff -u -r1.14 -r1.14.2.1
  --- DefaultMessages.properties        14 Apr 2002 01:12:05 -0000      1.14
  +++ DefaultMessages.properties        18 Apr 2002 10:25:06 -0000      1.14.2.1
  @@ -180,8 +180,8 @@
   10.6.6.c   = Home methods of an entity bean class must not define 
java.rmi.RemoteException.
   
   10.6.7.a   = Select methods of an entity bean class must be declared as public.
  -10.6.7.b   = Select methods of an entity bean class must not be declared abstract.
  -10.6.7.c   = Select methods of an entity bean class must not define 
java.rmi.RemoteException.
  +10.6.7.b   = Select methods of an entity bean class must be declared abstract.
  +10.6.7.c   = Select methods of an entity bean class must define 
javax.ejb.FinderException in their throws clause.
   
   10.8.1.a   = The type of the primkey-field must match the primary key class.
   10.8.1.b   = The primkey-field must be one of the CMP fields of the entity bean.
  
  
  

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

Reply via email to