{5} Assigned, Active Tickets by Owner (Full Description) (2 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

DunjaFehrenbach

Ticket Summary Component Milestone Type Created
Description
#78 Builtin OXM-Serializer for java.util.Set Core (general) 0.13.3 task 09/15/08

We should support serialization of java.util.Set types with a builtin OXM serializer.


SebastianMarsching

Ticket Summary Component Milestone Type Created
Description
#6 Replace singleton-style classes by beans using a registry mechanism Core (general) 1.0.0 task 01/30/08

At the moment the Pustefix core uses many classes that implement the singleton pattern by using static fields and methods.

This mechanism causes two major problems:

  • Initialization and usage of this classes can hardly be traced throughout the code.
  • The scope of the instances of these classes is always tied to the class loader.

In order to solve these issues all (or at least most of) these classes should be rewritten to use a single registry instead of static fields for life-cycle management. This central registry could be provided by a Spring ApplicationContext.

These issue is related to ticket:5. This ticket depends on ticket:7.


Note: See TracReports for help on using and creating reports.