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 2005/08/31 06:16:11 UTC

cvs commit: ws-wsrp4j/sandbox/wsrp4j/consumer-swingconsumer/src/resources SwingConsumer.properties wsrp4j-logger.properties

dlouzan     2005/08/30 21:16:11

  Added:       sandbox/wsrp4j/consumer-swingconsumer/src/resources
                        SwingConsumer.properties wsrp4j-logger.properties
  Log:
  Initial commit.
  
  Revision  Changes    Path
  1.1                  ws-wsrp4j/sandbox/wsrp4j/consumer-swingconsumer/src/resources/SwingConsumer.properties
  
  Index: SwingConsumer.properties
  ===================================================================
  # 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.
  
  ########################################################
  #                                                      #
  #        WSRP4J SwingConsumer configuration file       #
  #                                                      #
  ########################################################
  
  ########################################################
  # Define persistent file store information here. If this
  # parameter is undefined, the current runtime directory
  # will be used.
  #
  # Example: c:/wsrp/client
  #
  #consumer.persistentstore = c:/wsrp/apa.001
  
  consumer.enviroment.class=org.apache.wsrp4j.consumer.proxyportlet.driver.ConsumerEnvironmentImpl
  client.persistent.factory=org.apache.wsrp4j.persistence.xml.driver.ClientPersistentFactoryImpl
  
  
  
  1.1                  ws-wsrp4j/sandbox/wsrp4j/consumer-swingconsumer/src/resources/wsrp4j-logger.properties
  
  Index: wsrp4j-logger.properties
  ===================================================================
  # 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.
  
  
  #################################################################
  #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=./wsrp4j.log
  
  # Print the date in ISO 8601 format
  log4j.appender.A1.layout.ConversionPattern=%d [%t] %-5p %c: %m%n
  
  # Globally enable disable log4j logging: 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.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