Hi, Ben,
Many thanks for answering. You're 100% right! I did forget to initialize a context. It was so stupid to forget that! I ran integration tests and they were ok. Now it's clear why and what...
Type: Posts; User: kvamer; Keyword(s):
Hi, Ben,
Many thanks for answering. You're 100% right! I did forget to initialize a context. It was so stupid to forget that! I ran integration tests and they were ok. Now it's clear why and what...
Hi,
I'm trying to implement a simple application. I have a simple class (I took it from http://blog.springsource.com/2009/05/27/roo-part-2/)
@Entity
@RooJavaBean
@RooToString
@RooEntity...
Hi, Stefan,
Many thanks for your answer. I did find the reason and it was... very simple. Some libraries in my classpath were missing. I ran it in a separate thread and maybe because of this I...
Hi, I'm new to Roo and I have a lot of questions:).
I have a simple entity
import javax.persistence.Entity;
import org.springframework.roo.addon.javabean.RooJavaBean;
import...
thanks for responding. hope you'll fix it.
Hi. Does anybody know how to create entities with BO in the end?
I want to create a new entity FactBO. When I type 'entity --name ~.model.FactBO' I get the following message from Roo:
Created...