I set up my project with ROO
we add a bean definition in DispatcherServlet(webmvc-config.xml) like:
<bean parent="tbl_sec_user_username"/>
and it's parent bean is defined in...
Type: Posts; User: binarier; Keyword(s):
I set up my project with ROO
we add a bean definition in DispatcherServlet(webmvc-config.xml) like:
<bean parent="tbl_sec_user_username"/>
and it's parent bean is defined in...
Simply we can create a ROO project, and execute following scripts:
persistence setup --provider HIBERNATE --database HYPERSONIC_IN_MEMORY
web flow
Then we can modify the webflow-config.xml by...
we found the "webflow:always-redirect-on-pause" attribute of "webflow:flow-executor" definition will affect the url rewriting someway.
1. the default value for "webflow:always-redirect-on-pause"...
but what about the @IdClass ?
yes, we can't use the @EmbeddedId, either.
if i specify the "identifierType" attribute, the RooEntity will generate an other field named "id" with the type i specified, it's not what i want.
and the entity above is correct in JPA, and we...
we have a code generation tools in our project, and when i tried to migrate them to work with ROO, there's some problem.
the entity we generated when there's a composite key just like this:
...