Transacational « Annotation « Spring Q&A





1. @Transacational Compile error - Newbie question.    forum.springsource.org

I 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 ...