Feature #1235

Extend / Adapt Java Configuration to Accept Common / C++ Configuration Properties

Added by S. Wrede over 11 years ago. Updated over 10 years ago.

Status:ResolvedStart date:11/13/2012
Priority:NormalDue date:
Assignee:J. Wienke% Done:

100%

Category:Java
Target version:rsb-0.9

Description

Currently, the user sees error messages if properties unknown to the Java implementation are used in the rsb.conf file. Examples include logging statements / plugin configuration etc.

Example:

An exception occurred reading configuration from file '/Users/swrede/.config/rsb.conf': Trying to set unkown property 'rsc.logging.rsb.LEVEL' in Properties.setProperty()
An exception occurred reading configuration from file '/Users/swrede/.config/rsb.conf': Trying to set unkown property 'rsc.logging.rsc.LEVEL' in Properties.setProperty()

The Java implementation should ignore the CPP properties. For the logging, we should discuss whether the logging configuration should be the same for Java and CPP which won't be universally true as the implementation is partially different. However, some general cases could be matched.

History

#1 Updated by J. Moringen about 11 years ago

  • Target version changed from rsb-0.9 to rsb-0.10

#2 Updated by J. Wienke over 10 years ago

  • Status changed from New to Resolved
  • Assignee set to J. Wienke
  • Target version changed from rsb-0.10 to rsb-0.9
  • % Done changed from 0 to 100

This has already been done with the socket transport implementation.

Also available in: Atom PDF