taylor      2004/08/02 15:32:07

  Modified:    src/java/org/apache/jetspeed/modules/actions/portlets/security
                        SecurityConstants.java
  Log:
  new constants
  
  CVS: ----------------------------------------------------------------------
  CVS: PR:
  CVS:   If this change addresses a PR in the problem report tracking
  CVS:   database, then enter the PR number(s) here.
  CVS: Obtained from:
  CVS:   If this change has been taken from another system, such as NCSA,
  CVS:   then name the system in this line, otherwise delete it.
  CVS: Submitted by:
  CVS:   If this code has been contributed to Apache by someone else; i.e.,
  CVS:   they sent us a patch or a new module, then include their name/email
  CVS:   address here. If this is your work then delete this line.
  CVS: Reviewed by:
  CVS:   If we are doing pre-commit code reviews and someone else has
  CVS:   reviewed your changes, include their name(s) here.
  CVS:   If you have not had it reviewed then delete this line.
  
  Revision  Changes    Path
  1.7       +9 -3      
jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/security/SecurityConstants.java
  
  Index: SecurityConstants.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/security/SecurityConstants.java,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- SecurityConstants.java    23 Feb 2004 02:53:08 -0000      1.6
  +++ SecurityConstants.java    2 Aug 2004 22:32:07 -0000       1.7
  @@ -92,7 +92,10 @@
           "Invalid Entity Name. Please enter a valid entity name.",
           "Entity Name Already Exists. Please choose another unique, identifying 
name.",
           "Deletion not allowed. You are trying to delete the currently logged on 
user.",
  -        "Missing Parameter. Cannot process Security form."
  +        "Missing Parameter. Cannot process Security form.",
  +        "Invalid portlet app context specified, could not find portlet.xml",
  +        "Invalid portlet app context spefified, could not find web.xml",
  +        "Failed to register portlet application"
       };
       //
       // indexes into messages
  @@ -103,5 +106,8 @@
       public static final int MID_ENTITY_ALREADY_EXISTS = 3;
       public static final int MID_CANT_DELETE_CURRENT = 4;
       public static final int MID_MISSING_PARAMETER = 5;
  -
  +    public static final int MID_FAILED_PORTLET_XML = 6;
  +    public static final int MID_FAILED_WEB_XML = 7;
  +    public static final int MID_FAILED_REGISTER_PA = 8;
  + 
   };
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to