The exact cause of the error depends on what files were copied and which were not.
You can find information about java.frag files and how they are managed in Appendix I of the B2B Integrator Guide.
Basically, all the java.frag files are mashed together to create a single Java source file. Each frag file is located in its service directory. The source file is located in [package_dir]/code/source.
The jcode tool can be used to:
- create the combined source file from the frag files (jcode comp [packageName])
- create the frag files from a source file (jcode frag [packageName])
- compile the Java services (jcode make [packageName])
Hope this helps.
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods