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/09/04 12:19:47 UTC

svn commit: r440013 - in /portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes: ExceptionMapping.properties ProxyPortlet.properties WSRPServices.properties log4j.properties wsrp4j-config.properties

Author: dlouzan
Date: Mon Sep  4 03:19:45 2006
New Revision: 440013

URL: http://svn.apache.org/viewvc?view=rev&rev=440013
Log: (empty)

Added:
    portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/ExceptionMapping.properties
    portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/wsrp4j-config.properties
Modified:
    portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/ProxyPortlet.properties
    portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/WSRPServices.properties
    portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/log4j.properties

Added: portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/ExceptionMapping.properties
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/ExceptionMapping.properties?view=auto&rev=440013
==============================================================================
--- portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/ExceptionMapping.properties (added)
+++ portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/ExceptionMapping.properties Mon Sep  4 03:19:45 2006
@@ -0,0 +1,76 @@
+# Copyright 2003-2005 The Apache Software Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#      http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+
+###############################################################################
+# Exception Mapping
+#
+# This file specifies the mapping between WSRPExceptions (internal exceptions)
+# and exceptions defined by the WSRP specification.
+#
+# Properties:
+# - Key  : error code of exception defined by WSRP specification
+# - Value: comma-separated list of error codes of internal WSRPExceptions
+#
+# NOTE:
+# - The separator "," must not be modified.
+# - For details see messages.properties.
+# - Modifying the error codes of exceptions defined by the WSRP specification
+#   requires implementation adaption of class "WSRPXHelper.java".
+# - Keys followed by an empty list do not implicate that those exceptions are
+#   not used.
+#
+###############################################################################
+
+# AccessDeniedFault
+1100=
+
+# InconsistentParametersFault
+1101=
+
+# InvalidRegistrationFault
+1102=
+
+# InvalidCookieFault
+1103=
+
+# InvalidHandleFault
+1104=3020
+
+# InvalidSessionFault
+1105=
+
+# InvalidUserCategoryFault
+1106=
+
+# MissingParametersFault
+1107=
+
+# OperationFailedFault
+1108=1000,1001,1002,1003,1004,2000,2001,2002,2003,2004,3000,3001,3002,3003,3004,3005,3006,3040,3041
+
+# PortletStateChangeRequiredFault
+1109=
+
+# UnsupportedLocaleFault
+1110=3002,3003
+
+# UnsupportedMarkupTypeFault
+1111=
+
+# UnsupportedModeFault
+1112=
+
+# UnsupportedWindowStateFault
+1113=

Modified: portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/ProxyPortlet.properties
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/ProxyPortlet.properties?view=diff&rev=440013&r1=440012&r2=440013
==============================================================================
--- portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/ProxyPortlet.properties (original)
+++ portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/ProxyPortlet.properties Mon Sep  4 03:19:45 2006
@@ -11,4 +11,5 @@
 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 # See the License for the specific language governing permissions and
 # limitations under the License.
+
 proxy.persistent.factory=org.apache.wsrp4j.persistence.xml.driver.ProxyPersistentFactoryImpl

Modified: portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/WSRPServices.properties
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/WSRPServices.properties?view=diff&rev=440013&r1=440012&r2=440013
==============================================================================
--- portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/WSRPServices.properties (original)
+++ portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/WSRPServices.properties Mon Sep  4 03:19:45 2006
@@ -12,6 +12,4 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-
-server.persistent.factory=\
-org.apache.wsrp4j.persistence.xml.driver.ServerPersistentFactoryImpl
+server.persistent.factory=org.apache.wsrp4j.persistence.xml.driver.ServerPersistentFactoryImpl

Modified: portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/log4j.properties
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/log4j.properties?view=diff&rev=440013&r1=440012&r2=440013
==============================================================================
--- portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/log4j.properties (original)
+++ portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/log4j.properties Mon Sep  4 03:19:45 2006
@@ -1,4 +1,4 @@
-# Copyright 2003-2005 The Apache Software Foundation.
+# Copyright 2003-2006 The Apache Software Foundation.
 # 
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -12,43 +12,19 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+log4j.rootLogger=INFO, A1
 
-#################################################################
-#Configuration of the wsrp4j logger
-#################################################################
-log4j.rootLogger=ALL, A1
 log4j.appender.A1=org.apache.log4j.FileAppender
-log4j.appender.A1.layout=org.apache.log4j.PatternLayout
-#log4j.appender.A1.MaxBackupIndex=1
 log4j.appender.A1.Append=false
-#################################################################
-# ! ! ! Change the appropriate directory for the log file ! ! !
-#################################################################
 log4j.appender.A1.File=${catalina.base}/logs/wsrp4j-consumer.log
 
-# Print the date in ISO 8601 format
+log4j.appender.A1.layout=org.apache.log4j.PatternLayout
 log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c: %m%n
 
-# Globally enable disable log4j logging: ALL, DEBUG, INFO, WARN, ERROR, FATAL, 
-# OFF
+# Select logging level: ALL, DEBUG, INFO, WARN, ERROR, FATAL, OFF
 # works hierarchically
 # use this to disable or enable log4j logging
 log4j.logger.org.apache.wsrp4j=ALL
-log4j.logger.org.apache.axis=OFF
+log4j.logger.org.apache.axis=INFO
 #log4j.logger.org.apache.wsrp4j.producer=WARN
 #log4j.logger.org.apache.wsrp4j.consumer=ALL
-#log4j.logger.org.apache.wsrp4j.service=ALL
-
-#################################################################
-# WSRP4J   logging
-#################################################################
-
-# Set the log level for wsrp4j logging: ERROR < WARN < INFO < TRACE_LOW < 
-# TRACE_MEDIUM < TRACE_HIGH
-# use this to control logging
-
-#global logging
-wsrp4j.logger=TRACE_HIGH
-
-#per class logging
-#wsrp4j.logger.org.apache.wsrp4j.producer.driver.WSRPEngine=INFO

Added: portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/wsrp4j-config.properties
URL: http://svn.apache.org/viewvc/portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/wsrp4j-config.properties?view=auto&rev=440013
==============================================================================
--- portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/wsrp4j-config.properties (added)
+++ portals/wsrp4j/trunk/consumer-proxyportlet/src/webapp/WEB-INF/classes/wsrp4j-config.properties Mon Sep  4 03:19:45 2006
@@ -0,0 +1,15 @@
+# Copyright 2003-2006 The Apache Software Foundation.
+# 
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+# 
+#      http://www.apache.org/licenses/LICENSE-2.0
+# 
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+
+wsrp4j.ws.factory=org.apache.wsrp4j.commons.ws.impl.WSAxisFactory