1. @Transacational Compile error - Newbie question. forum.springsource.orgI am trying to get annotation based transaction management working. In my class, I have - Code: package whatever; @Transactional public class ScheduleProcessorImpl extends BizObject implements ScheduleProcessor { } The problem ... |