Re: [digester] NodeCreateRule problem with jdk1.5.0

2005-05-20 Thread Simon Kitching
Hi Magnus, Sorry but I don't have a clue why that might be happening. A first step to diagnosing the problem would be to enable logging in digester and see if anything useful is output there. See http://wiki.apache.org/jakarta-commons/Digester/FAQ Otherwise I think you'll need to debug this on

Re: [digester] NodeCreateRule problem with jdk1.5.0

2005-05-20 Thread Magnus Sirviö
No I'm not using any endorsed libraries. José Antonio Pérez Testa wrote: Do you have endorsed libraries in some of the jdk? Magnus Sirviö wrote: Hi, I have problems using NodeCreatRule to extract some xml when using jdk1.5.0_02. When I use jdk1.4.2_08 it works as expected. Any hints? Windows XP,

[digester] NodeCreateRule problem with jdk1.5.0

2005-05-20 Thread Magnus Sirviö
Hi, I have problems using NodeCreatRule to extract some xml when using jdk1.5.0_02. When I use jdk1.4.2_08 it works as expected. Any hints? Windows XP, commons-digester-1.6, commons-beanutils-1.7.0, commons-logging-1.0.4 This is my simple test: import org.apache.commons.digester.Digester; impor

Re: [digester] NodeCreateRule problem with jdk1.5.0

2005-05-20 Thread José Antonio Pérez Testa
Do you have endorsed libraries in some of the jdk? Magnus Sirviö wrote: Hi, I have problems using NodeCreatRule to extract some xml when using jdk1.5.0_02. When I use jdk1.4.2_08 it works as expected. Any hints? Windows XP, commons-digester-1.6, commons-beanutils-1.7.0, commons-logging-1.0.4 This i

[digester] NodeCreateRule problem with jdk1.5.0

2005-05-20 Thread Magnus Sirviö
Hi, I have problems using NodeCreatRule to extract some xml when using jdk1.5.0_02. When I use jdk1.4.2_08 it works as expected. Any hints? Windows XP, commons-digester-1.6, commons-beanutils-1.7.0, commons-logging-1.0.4 This is my simple test: import org.apache.commons.digester.Digester; import or