java Programming Glossary: executeservice
Generic Interface http://stackoverflow.com/questions/1623480/generic-interface feel right public interface IExecutesService A B public A executeService public A executeService B inputParameter Now let's say that.. IExecutesService A B public A executeService public A executeService B inputParameter Now let's say that I implement this interface.. implements IExecutesService String String public String executeService This service call should not be executed by this class throw..
Spring @Transaction not starting transactions http://stackoverflow.com/questions/7561360/spring-transaction-not-starting-transactions ServletContextAware ServiceLocator public ResultObject executeService Map objArgs if TransactionSynchronizationManager.isActualTransactionActive.. LOGGER.debug ServiceLocator executeService Active transaction found else LOGGER.error No active transaction.. seems to me that all my configuration is correct. But when executeService method is called TransactionSynchronizationManager.isActualTransactionActive..
|