Hi all.
Noticed this:
load_em.rb:47: uninitialized constant
Java::OrgFamilysearchDigitalarchiveTapeingestreader::TapeIngestConstants::CONFIG_FILE_PATH
(NameError)
the string attempted to be accessed in question looks like this:
public class TapeIngestConstants {
static String CONFIG_FILE_PATH = “/etc/opt/das/tapeingestreader.cfg”;
}
Is this expected? (I had to make it final or it was no longer accessible
in Ruby-- non-final static variables don’t seem to work).
Thanks!
-r