Ticket #8 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

Simple types not possible with namespace and XJConfClassLoader

Reported by: mikey Assigned to: schst
Priority: major Milestone: 0.2.0
Component: converter Version: svn-trunk
Keywords: Cc:

Description

If tags are defined within a namespace and the DefinitionParser is created with an instance of XJConfClassLoader for this namespace it is not possible to define tags of simple types within this namespace as XJConf would treat them as class names and tries to load them via the XJConfClassLoader instance which of course will fail.

Change History

01/24/07 19:32:37 changed by mikey

  • status changed from new to closed.
  • resolution set to fixed.

It is now possible to use the simple types boolean, bool, integer, int, double, float, string, array as types within namespaces together with an instance of XJConfClassLoader (see changeset [86]).