SOLR 8.11.1 :: VELOCITY :: Can't access JAVA-object's static methods

2022-02-02 Thread Schluchtmann, Jan Christopher
I need your help ... In SOLR 7.5 I was able to get hold of JAVA objects by using "Class.forName"/ "getClass.forName": #set($sysEnv=$engine.getClass.forName('java.lang.System')) #set($sysEnv=$engine.class.forName('java.lang.System')) In SOLR 8.11.1 this doesn't work any more and I don't know why.

AW: SOLR 8.11.1 :: VELOCITY :: Can't access JAVA-object's static methods

2022-02-07 Thread Schluchtmann, Jan Christopher
@Jan Hoydahl @Andy Lester @Gus Heck Thank you very much! :) -Ursprüngliche Nachricht- Von: Gus Heck Gesendet: Donnerstag, 3. Februar 2022 21:14 An: users@solr.apache.org Betreff: Re: SOLR 8.11.1 :: VELOCITY :: Can't access JAVA-object's static methods The original question was cross