Example For example: value = project, task means that the POJO business transactions are named as: <project-name> / <task-name> value = task, project means that the POJO business transactions are named as: <task-name> / <project-name> value = none means that the POJO business transactions are not detected, in other words, deactivated. value = default would mean that all the identifiers are used for BT naming are in the default order, that is, they are named as: <project-name> / <bpd-name> / <task-name> / <implementation-name> |