[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-11-01 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12446203 ] Simon Kitching commented on DIGESTER-109: - I'd be keener to implement support for null classloaders if I could think of a sane reason for putting

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-11-01 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12446425 ] Henri Yandell commented on DIGESTER-109: In line with VALIDATOR-206, Digester also has a setUseContextClassLoader(true) method. So this should also be

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-30 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12445745 ] Henri Yandell commented on DIGESTER-109: The -Xbootclasspath is definitely a likely suspect in causing the null pointers - still not as if we're saying

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-24 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444275 ] Simon Kitching commented on DIGESTER-109: - I suggest trying this: cd $JAVA_HOME/jre find . -name *.jar There should *not* be any commons libraries

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-24 Thread Anna Komaristaia (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444330 ] Anna Komaristaia commented on DIGESTER-109: --- Hi Simon, I don't have the commons libraries in my $JAVA_HOME/jre : ls -la total 57200 drwxr-xr-x 9

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-23 Thread Anna Komaristaia (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444087 ] Anna Komaristaia commented on DIGESTER-109: --- Hi Simon, Niall and Henri, Sorry for not respond quickly. Please note that 2 exceptions are not coming

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-23 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444089 ] Henri Yandell commented on DIGESTER-109: Hi Anna, Is this a command line application or within a server of some kind such as Tomcat, JBoss, WebLogic

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-23 Thread Anna Komaristaia (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444131 ] Anna Komaristaia commented on DIGESTER-109: --- Hi Henri, It is command line application . The digester and validator jars is stored in

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-23 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444149 ] Henri Yandell commented on DIGESTER-109: Nope, don't put them there; just trying to understand why the classloader is null there. FromXmlRuleSet

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-21 Thread Niall Pemberton (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444038 ] Niall Pemberton commented on DIGESTER-109: -- Anna has also reported the same issue against validator: VALIDATOR-206 - so it would seem sensible to see

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-21 Thread Anna Komaristaia (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12444045 ] Anna Komaristaia commented on DIGESTER-109: --- Hi Simon, We a using 1.4 java env. I'll reproduce the problem and I'll send you the printout. Let me

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-20 Thread Henri Yandell (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12443948 ] Henri Yandell commented on DIGESTER-109: VALIDATOR-206 is a similar issue. I'm not understanding the J2EE part of this - doesn't a null ClassLoader

[jira] Commented: (DIGESTER-109) FromXmlRuleSet and SetNextRule classloader issue

2006-10-20 Thread Simon Kitching (JIRA)
[ http://issues.apache.org/jira/browse/DIGESTER-109?page=comments#action_12443997 ] Simon Kitching commented on DIGESTER-109: - Good point Henri. I had assumed that the NullPointerException Anna was reporting in FromXmlRuleSet was not