taylor      2004/08/13 17:21:30

  Modified:    components/registry/src/java/org/apache/jetspeed/om/portlet/impl
                        PortletDefinitionImpl.java
                        PortletApplicationDefinitionImpl.java
  Log:
  make registry om serializable since weblogic requires objects put in the 
ServletRequest to be serializable
  
  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.16      +2 -2      
jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/portlet/impl/PortletDefinitionImpl.java
  
  Index: PortletDefinitionImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/portlet/impl/PortletDefinitionImpl.java,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- PortletDefinitionImpl.java        14 Aug 2004 00:16:54 -0000      1.15
  +++ PortletDefinitionImpl.java        14 Aug 2004 00:21:30 -0000      1.16
  @@ -76,7 +76,7 @@
    * @version $Id$
    *  
    */
  -public class PortletDefinitionImpl implements PortletDefinitionComposite // , 
Serializable
  +public class PortletDefinitionImpl implements PortletDefinitionComposite, 
Serializable
   {
       private static final Log log = LogFactory.getLog(PortletDefinitionImpl.class);
       private long id;
  
  
  
  1.18      +2 -2      
jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/portlet/impl/PortletApplicationDefinitionImpl.java
  
  Index: PortletApplicationDefinitionImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/components/registry/src/java/org/apache/jetspeed/om/portlet/impl/PortletApplicationDefinitionImpl.java,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- PortletApplicationDefinitionImpl.java     14 Aug 2004 00:16:54 -0000      1.17
  +++ PortletApplicationDefinitionImpl.java     14 Aug 2004 00:21:30 -0000      1.18
  @@ -39,7 +39,7 @@
    * @version $Id$
    * @since 1.0
    */
  -public class PortletApplicationDefinitionImpl implements MutablePortletApplication 
//, Serializable
  +public class PortletApplicationDefinitionImpl implements MutablePortletApplication, 
Serializable
   { 
       /**
        * Unique id of the application.  This serves as the primary key in database
  
  
  

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

Reply via email to