RE: [Configuration] Bug with XMLConfiguration and getString() ...?!

2008-10-30 Thread Grimm, Markus
Hi Oliver, nice feature, but there are problems ... a) if you have both, list-entries and simple entries with decollator-signs I think you have to disable/enable this feature each time ... ok, better than nothing. If there are compatibility reasons, I agree but... b) for me it doesn't work

Re: [Configuration] Bug with XMLConfiguration and getString() ...?!

2008-10-30 Thread Oliver Heger
Grimm, Markus schrieb: Hi Oliver, nice feature, but there are problems ... a) if you have both, list-entries and simple entries with decollator-signs I think you have to disable/enable this feature each time ... ok, better than nothing. If there are compatibility reasons, I agree but...

RE: [Configuration] Bug with XMLConfiguration and getString() ...?!

2008-10-30 Thread Jörg Schaible
Oliver Heger wrote: Jörg Schaible schrieb: [snip] Actually, it works as designed. getString() delivers the first list entry. And I am sure, that quite everyone will consider this as a bug ... it makes no sense to me either :-/ - Jörg You can disable this behavior by calling

RE: [Configuration] Bug with XMLConfiguration and getString() ...?!

2008-10-30 Thread Grimm, Markus
Hi, You have to call setDelimiterParsingDisabled(true) before you load the configuration. The processing of list elements is done during parsing of the configuration file. This is also mentioned in the Javadocs of the setDelimiterParsingDisabled() method. ok. you're right ... rtfm ... but

[CONFIGURATION] Deadlock during refresh properties

2008-10-30 Thread Pavel Savara
Hi Commons configurations get itself stuck in deadlock when refreshing properties using Managed reloading strategy. It seems to me it get stuck because of fireEvent in reload method. Another access grabs lock on synchronized (getNodeCombiner()) when trying to rebuild but Combined configuration is

Re: [CONFIGURATION] Deadlock during refresh properties

2008-10-30 Thread Pavel Savara
Hi, Here is my quick dirty fix, Because getNodeCombiner() is public method i can grab lock in my code first before try to do reloading. synchronized (combinedConfiguration.getNodeCombiner()){ //do the reloading } It means locks are grabbed always in the same order so deadlock can't happen.

jxpath - how to access Boolean is.......() ?

2008-10-30 Thread torsten . reinhard
Hi, I have some JAXB generated classes like this: public class OPBDataType implements Serializable { ... @XmlElement(name = OPB_NamePos) protected Boolean opbNamePos; ... public Boolean isOPBNamePos() { return opbNamePos; } public void setOPBNamePos(Boolean

export control: Commons (-collections 2.1.1, -io 1.2, -lang 2.1, -logging 1.0.3, -beanutils 1.7.0, -codec 1.3, -digester 1.6, -el 1.0, -fileupload 1.1.1) and cglib 2.1.3

2008-10-30 Thread Export Control
Hi, I am engaged in export control compliance and need to know the ECCN of *Commons (-collections 2.1.1, -io 1.2, -lang 2.1, -logging 1.0.3, -beanutils 1.7.0, -codec 1.3, -digester 1.6, -el 1.0, -fileupload 1.1.1) and cglib 2.1.3* and whether any license exceptions are available. I know that

Re: export control: Commons (-collections 2.1.1, -io 1.2, -lang 2.1, -logging 1.0.3, -beanutils 1.7.0, -codec 1.3, -digester 1.6, -el 1.0, -fileupload 1.1.1) and cglib 2.1.3

2008-10-30 Thread David J. M. Karlsen
Export Control skrev: Hi, I am engaged in export control compliance and need to know the ECCN of *Commons (-collections 2.1.1, -io 1.2, -lang 2.1, -logging 1.0.3, -beanutils 1.7.0, -codec 1.3, -digester 1.6, -el 1.0, -fileupload 1.1.1) and cglib 2.1.3* and whether any license exceptions are