Tools upgrade - Java doesn't work
We are on HCM 9.2 upgrading from image 12 to 27, and from tools 8.54 to 8.55. There's java code in some of our app engines that no longer works. Is it possible that the upgrade has changed the way the java code works? Or is there something else going on? I don't get any errors, the app engines run to success.
Here's part of the peoplecode we are using:
&FileExpression = CreateJavaObject("java.lang.String", &PATH2 | "\d{4}-\d{2}-\d{2}XXX02_ABC.[Xx][Mm][Ll]");
&FNAMES = FindFiles(&PATH | "*.xml", %FilePath_Absolute);
For &J = 1 To &FNAMES.Len
&FileName = CreateJavaObject("java.lang.String", &FNAMES [&J]);
If &FileName.matches(&FileExpression) = True Then