I copied PSUtilities package (all of its contents) to another package. During copying/saving process, get compiler error messages as below.
Error Msg:
D:\wM6QA\IntegrationServer\packages\Test\code\source\Test\PSUtilities_1\file.java:455: cannot resolve symbol
symbol : class JZOOWildCardFilter
location: class Test.PSUtilities_1.file
JZOOWildCardFilter filter = new JZOOWildCardFilter(filterString);
After this comapred files between PSUtilities and Copied folder, found JZOOWildCardFilter.java missing in copied folder. Manually copied this file and recompiled. But, still getting same error message. Checked compiling PSUtilities java service and it compiles without issues.
Any help how I can copy java services from PSUtilities.
Thanks,
Siva
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods