TERASOLUNA Server Framework for Java (5.x)のTutorialをやってみる 〜3.4. Todoアプリケーションの作成〜

3.3に引き続きやってみた。

不覚にも@Repositoryをつけ忘れたり、CSSがキャッシュで切り替わらなかったり。
BeanValidationのgroupsとか懐かしいなぁ〜。と思ったり。

重大: Exception during lifecycle processing
java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'todoServiceImpl': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: todo.domain.repository.todo.TodoRepository todo.domain.service.TodoServiceImpl.todoRepository; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type [todo.domain.repository.todo.TodoRepository] found for dependency: expected at least 1 bean which qualifies as autowire candidate for this dependency. Dependency annotations: {@javax.inject.Inject()}

@NotNull(groups = {TodoFinish.class, TodoDelete.class})

学習ステップが割と考えられたチュートリアルだな〜と感心したりも。
まぁ、淡々とやりましたとさ。今日はここまでにしよう。
次回がいつ訪れるかは不明。