Problem: Runtime errors in a business process or composite Java service.
Solution: Add instrumentation to the service to trace the flow of the logic in the composite service. Choose from the following:
For a business process service, add a Message service to write some intermediate data to an endpoint, such as a file or queue, or use printf to identify the flow of the business process.
For a Java service, invoke the service to write data to the <installation directory>\Sybase\WorkSpace\DevRuntimes\EAServer\bin\Jaguar.log file. Make a call to the System.out class to write data to the log file.
Send your feedback on this help topic to Sybase Tech Pubs: pubs@sybase.com