You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrp4j-dev@portals.apache.org by dl...@apache.org on 2006/12/25 22:51:01 UTC

svn commit: r490180 - in /portals/wsrp4j/trunk/commons/src: java/org/apache/wsrp4j/commons/exception/ErrorCodes.java resources/messages.properties

Author: dlouzan
Date: Mon Dec 25 13:51:00 2006
New Revision: 490180

URL: http://svn.apache.org/viewvc?view=rev&rev=490180
Log:
Added new error message: no service description found for producer.

Modified:
    portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/exception/ErrorCodes.java
    portals/wsrp4j/trunk/commons/src/resources/messages.properties

Modified: portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/exception/ErrorCodes.java
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/exception/ErrorCodes.java?view=diff&rev=490180&r1=490179&r2=490180
==============================================================================
--- portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/exception/ErrorCodes.java (original)
+++ portals/wsrp4j/trunk/commons/src/java/org/apache/wsrp4j/commons/exception/ErrorCodes.java Mon Dec 25 13:51:00 2006
@@ -72,6 +72,7 @@
     int NO_PORTLETDESCRIPTIONS_FOUND         = 3004;
     int MISSING_PORTLET_DEFINITION           = 3005;
     int PORTLET_PORTLET_NOT_FOUND            = 3006;
+    int MISSING_SERVICE_DESCRIPTION          = 3007;
     
     // Portlet Pool
     int GET_PORTLET_FAILED                   = 3020;

Modified: portals/wsrp4j/trunk/commons/src/resources/messages.properties
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/commons/src/resources/messages.properties?view=diff&rev=490180&r1=490179&r2=490180
==============================================================================
--- portals/wsrp4j/trunk/commons/src/resources/messages.properties (original)
+++ portals/wsrp4j/trunk/commons/src/resources/messages.properties Mon Dec 25 13:51:00 2006
@@ -78,6 +78,7 @@
 3004=No EntityDescriptions found.
 3005=Internal error. No PortletDefinition found for the requested portlet handle in the PortletEntity.
 3006=PortletEntity in the PortletEntityRegistry not found. Check the portlet handle.
+3007=No ServiceDescription found for producer. Please check your persistent store.
 
 # Portlet Pool
 3020=Could not find portlet with the given portlet handle.