Search:

Type: Posts; User: binarier; Keyword(s):

Search: Search took 0.02 seconds.

  1. parent bean property typemismatch when inherit from different ApplicationContext

    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...
  2. Simply we can create a ROO project, and execute...

    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...
  3. URL rewrite and "webflow:always-redirect-on-pause"

    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"...
  4. Replies
    7
    Views
    3,169

    but what about the @IdClass ?

    but what about the @IdClass ?
  5. Replies
    7
    Views
    3,169

    yes, we can't use the @EmbeddedId, either.

    yes, we can't use the @EmbeddedId, either.
  6. Replies
    7
    Views
    3,169

    if i specify the "identifierType" attribute, the...

    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...
  7. Replies
    7
    Views
    3,169

    Composite Key - the @IdClass support

    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:

    ...
Results 1 to 7 of 7