PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

Tools upgrade - Java doesn't work

edited Jun 3, 2019 3:45PM in PeopleTools and Lifecycle Management - PSFT (MOSC) 5 commentsAnswered ✓

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

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center