On Thu, Jun 11, 2009 at 9:42 AM, Guido Spadotto<[email protected]> wrote: > Hi Filippo, > I've had a quick look at the Compendium R4, V4.1. > On Section 104.4.2 it reads: > > /The value of the property may be of the following types: > type ::= simple | vector | arrays > simple ::= String | Integer | Long | Float | Double| Byte | Short | > Character | Boolean > primitive ::= long | int | short | char | byte | double | float | boolean > arrays ::= primitive ‘[]’ | simple ‘[]’ > vector ::= Vector of simple > / > So, apart from this particular case with KF-specific properties, it might > still > be worth to be aware of 'simple' (not 'primitive') property types in the > Configuration Dictionary.
Hi, so I was able to reproduce easily the problem with Knopflerfish, and submitted a patch for that at https://issues.apache.org/jira/browse/FELIX-1216 As for the original Fiona's email, I hope the patch fixes her bug too, since the file she was referring to (props.xargs file) is indeed a Knopflerfish file. -- Filippo Diotalevi --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

