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ó
Type: Posts; User: gsmiro; Keyword(s):
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ó
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:...
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.
...
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.
...
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...
So this is my web.xml filter mappings
<filter-mapping>
<filter-name>Spring OpenEntityManagerInViewFilter</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
...
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...
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...
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...
Since 1.6 you can use
@JsonManagedReference and @JsonBackReference to handle parent-child relationships.
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...
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...
Be wise. Hop into it.
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.
...
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...
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.
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...
Also Roo passes a ModelView object to the serializer and not the actual Entity, so any annotation in the base class would be lost.
I tried the above and maven isn't able to find the necessary jars. Did something change lately? Are those dependencies still valid?
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.
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...
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"...
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]...