I followed coding snippets athttps://docs.appdynamics.com/display/PRO45/Java+Agent+API+User+Guide marking business transactions and they don't show up in the BT list for the application. With basic code public String checkout(List<ItemOrders> orders)...
Peter, I coded both direct startTransaction()/endTransaction() and just try/startTransaction() to no avail. After further experiments, I do see some transactions displayed after cleanup and restart (of my client). The listed code is from AppD documen...
Peter, thank you for the pointers. I didn't see related messages in the logs. I did put in log statements into the code to validate that the code is called. I see about ~15 BTs listed so with default limit of ~40(?) BTs it is under.