Search:

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

Search: Search took 0.03 seconds.

  1. Spring Data JPA + Spring ORM + OSGi (Virgo 3.0.2)

    Hi all,
    When deploying a simple bundle declaring a Spring Data JPA repository :



    <jpa:repositories base-package="com.my.repositories"
    entity-manager-factory-ref="entityManagerFactory"...
  2. Replies
    9
    Views
    13,078

    Hi, I've got the same issue with Spring...

    Hi,
    I've got the same issue with Spring 3.0.2.RELEASE with the error message:



    Caused by: org.codehaus.mojo.aspectj.CompilationFailedException: Compiler errors:
    error at (no source...
  3. @Ben It sounds good for me too. I'll try it....

    @Ben
    It sounds good for me too. I'll try it.
    Thanks.
  4. @Ben I would expect the template.mf overrides...

    @Ben
    I would expect the template.mf overrides the maven plugin properties. Otherwise, if you need to override the default properties set by the maven plugin (for instance, the version or the...
  5. Replies
    2
    Views
    763

    Thanks Stefan! I was wondering why there were no...

    Thanks Stefan!
    I was wondering why there were no validation exception raised on the server side and thus, whether such field was initialized to null or an empty string.
    I will use the workaround...
  6. Replies
    3
    Views
    701

    Thanks Sid and Stefan! In my case, I would...

    Thanks Sid and Stefan!
    In my case, I would prefer modifying the jspx since the method toString() could be used by other objects.
  7. Replies
    3
    Views
    701

    entity field with reference

    Hi all,
    I have the following code:


    entity --class ~.core.License
    field string --fieldName name --notNull
    field string --fieldName description --notNull --sizeMax 4096
    controller scaffold...
  8. Replies
    2
    Views
    763

    Entity field with --notNull --sizeMax

    Hi all,
    I am adding a field "description" with the parameters "--notNull --sizeMax 4096" to an entity "License".
    When running the generated web application, I manage to create a License without...
  9. It looks like. I have run maven using bundlor...

    It looks like. I have run maven using bundlor 1.0.0.M6 and the template.mf is well taken in account.
    Thanks again for the help!

    Cédric.
  10. Thanks! It works fine! But I still got the issue...

    Thanks! It works fine!
    But I still got the issue about the template.mf file that is not taken in account. Have I also missed a maven configuration somewhere?
  11. Bundlor 1.0.0.RC1: MANIFEST.MF is not in the jar

    Hi all,
    I am testing Bundlor 1.0.0.RC1 with maven but I don't manage to include my generated MANIFEST.MF in the jar: I just got the default one generated by maven. Nevertheless, it is generated in...
  12. Replies
    1
    Views
    712

    Enum and Web error

    Hi all,
    I am just a newbie on Roo and meet an issue when using enum.
    With the script below:

    persistence setup --provider HIBERNATE --database HYPERSONIC_PERSISTENT
    enum type --name...
Results 1 to 12 of 12