Search:

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

Search: Search took 0.01 seconds.

  1. That's the thing...I didn't touch any of it -...

    That's the thing...I didn't touch any of it - apart from setting the property values - so I expected it to run, but it didn't.

    Gabriel Miró
  2. Roo Integration Test cannot init applicationContext using properties

    I`m using roo-1.1.4 and after generating a integration test using test integration --entity Place, running it will result in an exception:

    Caused by:...
  3. Replies
    0
    Views
    522

    STS tcServer and latin characters

    Folks,

    I started working with Spring Roo and STS 2.3 some time ago and started facing issues with encoding of latin characters - the characters would get to my controller methods all weird.
    ...
  4. Replies
    1
    Views
    1,352

    Encoding issues with Roo in STS 2.6 tcServer

    Folks,

    I started working with Spring Roo and STS 2.3 some time ago and started facing issues with encoding of latin characters - the characters would get to my controller methods all weird.
    ...
  5. Replies
    7
    Views
    1,782

    I'm using STS to run a Roo project. As I haven't...

    I'm using STS to run a Roo project. As I haven't added security to the project, I guess it's Spring MVC as used by Roo.

    I was using STS 2.3 and Roo 1.1.0RC4. So this weekend I updated STS to 2.6...
  6. Replies
    7
    Views
    1,782

    So this is my web.xml filter mappings ...

    So this is my web.xml filter mappings

    <filter-mapping>
    <filter-name>Spring OpenEntityManagerInViewFilter</filter-name>
    <url-pattern>/*</url-pattern>
    </filter-mapping>
    ...
  7. Replies
    7
    Views
    1,782

    Ok. I did some testing and I found out that the...

    Ok. I did some testing and I found out that the issue only happens if I run the application in STS's (Version: 2.3.0.RELEASE Build Id: 200912171331) tc Server (v6.0).

    Running it through maven I...
  8. Replies
    7
    Views
    1,782

    I noticed that there's an...

    I noticed that there's an org.springframework.web.filter.CharacterEncodingFilter(web.xml) set to UTF-8 and the jsp's specify UTF-8 as the encoding, so everything should be working.

    Yet, whenever I...
  9. Replies
    7
    Views
    1,782

    UTF-8 and Latin Characters

    Good folks. I've been playing around with roo for some time and I'm facing an issue with encodings. I'm brazilian so I'd like to enable my application to handle latin characters.

    Now, I found...
  10. Replies
    8
    Views
    5,494

    Since 1.6 you can use @JsonManagedReference and...

    Since 1.6 you can use
    @JsonManagedReference and @JsonBackReference to handle parent-child relationships.
  11. Replies
    2
    Views
    1,011

    I'm not sure what I'm missing since I executed: ...

    I'm not sure what I'm missing since I executed:

    logging setup --level DEBUG

    which created log4j.properties and I added to it:

    log4j.logger.org.hibernate.SQL=DEBUG

    which gives me the...
  12. Replies
    2
    Views
    1,011

    Logging and Integration Tests

    I have setup a simple Roo project, created my Entities,added logging support and generated integration tests, all using Roo's commands.
    I'm running the tests with 'perform tests' and all of them...
  13. Replies
    129
    Views
    24,868

    Be wise. Hop into it.

    Be wise. Hop into it.
  14. Thread: Code generation

    by gsmiro
    Replies
    0
    Views
    678

    Code generation

    Hi all,

    I'm working on a POC that uses code generation and as Roo handles it so well I'd like to know where to look for the code generation techniques in the source.

    Any help is appreciated.
    ...
  15. Replies
    3
    Views
    2,610

    Yuji, @JsonIgnoreProperties works quite well...

    Yuji,

    @JsonIgnoreProperties works quite well to avoid the circular references. It even fixed an issue with hibernateLazySerialializer property (added by Hibernate to the entities). As it is a...
  16. Replies
    1
    Views
    787

    Removing finders

    I wonder if there's any easy way to remove things in roo. For instance I'd like to remove a finder in a maintained view, but finder command only allow add and list.
  17. Replies
    3
    Views
    2,610

    Roo and Jackson Views

    After some 2 weeks working with Roo and Jackson integration I decided to post this to the forum hoping that other people can benefit from the knowledge. I understand that there were easier ways to do...
  18. Replies
    12
    Views
    4,458

    Also Roo passes a ModelView object to the...

    Also Roo passes a ModelView object to the serializer and not the actual Entity, so any annotation in the base class would be lost.
  19. I tried the above and maven isn't able to find...

    I tried the above and maven isn't able to find the necessary jars. Did something change lately? Are those dependencies still valid?
  20. Replies
    2
    Views
    477

    So apparently this was a one time thing. One...

    So apparently this was a one time thing. One thing I noticed though is that I was trying to create a new Test entity/project. Apparently roo won't let you do it.
  21. Replies
    2
    Views
    477

    Roo won't write any files

    I started a roo project, worked on it for a while and stopped for a few days.
    Today I resumed work on it and decided to look into STS. I got into my project, ran 'perform eclipse' and opened STS.
    I...
  22. Replies
    2
    Views
    636

    A quick follow-up: Looking at the project...

    A quick follow-up: Looking at the project generated pom, I found :
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"...
  23. Replies
    2
    Views
    636

    Can'r run wedding tutorial

    I'm quite impressed with Spring Roo but I must be missing something in the way.
    I have followed every step of the Getting Started tutorial but every time I try to run mvn:tomcat I get:
    [INFO]...
Results 1 to 23 of 23