fil in ledge

CORAL-19 unescape characters upon loading
CORAL-19 unescape characters upon loading

fixing descriptors to make tomcat happy
fixing descriptors to make tomcat happy

make constructors publicly accessible
make constructors publicly accessible

fixed a failing test
fixed a failing test

adding back FooComponent - test classes are not shared among projects
adding back FooComponent - test classes are not shared among projects

fixed non-idempotent test that was spoiling othr db tests
fixed non-idempotent test that was spoiling othr db tests

copied missing config from ledge-container
copied missing config from ledge-container

LEDGE-66 getting rid of AllTests test suites
LEDGE-66 getting rid of AllTests test suites

  1. … 37 more files in changeset.
LEDGE-65 get rid of ledge.root parameter usage in tests
LEDGE-65 get rid of ledge.root parameter usage in tests

    • -3
    • +1
    /trunk/ledge-common/project.properties
  1. … 12 more files in changeset.
LEDGE-64 adjusting for LoggerFactory API change
LEDGE-64 adjusting for LoggerFactory API change

LEDGE-64 initalize LoggerConfigurator before LoggingFactory
LEDGE-64 initalize LoggerConfigurator before LoggingFactory

LEDGE-64 perform initialization in constructor as before - be a good citizen.…
LEDGE-64 perform initialization in constructor as before - be a good citizen.

this is OK now, since LoggingConfigurator will set things right in it's consturctor

log exceptions with DEBUG verbosity - they are handled elsewhere
log exceptions with DEBUG verbosity - they are handled elsewhere

LEDGE-64 perform initialization of Log4J in constructor. no need to be startable any longer
LEDGE-64 perform initialization of Log4J in constructor. no need to be startable any longer

LEDGE-64 initalize LoggerConfigurator before LoggingFactory
LEDGE-64 initalize LoggerConfigurator before LoggingFactory

LEDGE-64 adjusting for JotmTransaction API change
LEDGE-64 adjusting for JotmTransaction API change

LEDGE-64 adding LedgeConfigurator dependencies.…
LEDGE-64 adding LedgeConfigurator dependencies.

do initialization work in start() to avoid premature logging

LEDGE-64 moving LoggingConfigurator into ledge-components
LEDGE-64 moving LoggingConfigurator into ledge-components

LEDGE-62 adjusting for new API
LEDGE-62 adjusting for new API

eclipse 3.0 format
eclipse 3.0 format

templating context variables naming convention
templating context variables naming convention

LEDGE-63 factored CustomizedConfigurationProvider from ConfigurationFactory
LEDGE-63 factored CustomizedConfigurationProvider from ConfigurationFactory

LEDGE-62 moving ConfigurationFactory to components module
LEDGE-62 moving ConfigurationFactory to components module

eclipse 3.0 format
eclipse 3.0 format

    • -35
    • +31
    /trunk/ledge-components/.classpath
LEDGE-62 moving ConfigurationFactory to components module
LEDGE-62 moving ConfigurationFactory to components module

    • -0
    • +0
    /trunk/ledge-components/src/test/java/org/objectledge/test
don't depend on ledge.log, test tracing exception
don't depend on ledge.log, test tracing exception

LEDGE-61 configure Log4J to use StackTrace formatter.
LEDGE-61 configure Log4J to use StackTrace formatter.

LEDGE-61 added a stack of Log4J derivatives needed to plug StackTrace formatter in.
LEDGE-61 added a stack of Log4J derivatives needed to plug StackTrace formatter in.

refactored to faciliate different use cases
refactored to faciliate different use cases

put stacktrace in the context…
put stacktrace in the context

removed TODO templating context seems sufficient for now