I have a similar problem as well - are there any updates?
While it does not throw an exception, the returned json is some kind of array of chars.
[
{
"0": "<"
},
...
Type: Posts; User: greg.soulsby; Keyword(s):
I have a similar problem as well - are there any updates?
While it does not throw an exception, the returned json is some kind of array of chars.
[
{
"0": "<"
},
...
Siegfried,
I am following that YouTube as well. But getting different results.
Are you getting the restful request mappings?
Also, my Roo version 1.2.3 is saying about Controller "This...
Are there any plans for Roo to output artefacts for Scripted? I hope that, like Roo generates controllers and views for Spring back end, it would not be a big effort to also, or optionaly, output...
Thanks blandger.
I would never have thought of that. Firstly because I assume (and still do) that there must be a way to directly assess from webflow. But also I am not cleaver enough to think of...
I have tried every approach I can think of to access the currentUser from within Spring webflow.
My user has authenticated via Spring Social LinkedIn.
What would be the strategy?
It is not,...
FYI Roo annotation @RooJpaEntity is being supported in the 3.0.0 release of QueryDSL.
https://github.com/mysema/querydsl/issues/318
When it comes to installing QueryDSL in a Roo project I see...
Do you mean the table layouts?
In this example we have innovCatalogue table, and innoContents table. The catalogue is the parent, contents is the child.
This is the offending Roo generated...
I have just looked inside the CLASSNAME_Roo_Controller code.If I aAm I reading this correctly the Roo Web Controller, when faced with a update, pulls all the records for related tables. It uses...
I am no expert, but since no one else has answered, it might be helpful to know that I had memory trouble with a 4 gig machine. As far as I can tell this not Roo specifically but Eclipse. I went to 8...
please ignore - it started working and I cant reproduce.
One of the columns on a table has native html, for example <a http=.,,>Link</a>
The jspx table is outputting the escaped version, but we need the native version so the link will work.
How can...
Prashanth,
Not sure if that is what you mean my large scale, but since no one else has offered an opinion yet I will give you mine. My current Roo project has 80 tables, there are 2 developers...
They asked Watson senior how many of his new business machine IBM expected to sell. He answered that the world needed perhaps half a dozen computers.
So, maybe, because a person invents something...
Ken, if it is good enough for you, its more than good enough for me.
Raised Jira here https://jira.springsource.org/browse/ROO-3289
In the mean time I will try removing version=2 and see if...
Great, thanks for the advice
Ok, thanks.
What would a better cleanup look like?
My tomcat app is issuing this error on shut down. The message refers to my use of Spring Data Repository "findBy". Why are these occurring and how can I get ride of them?
SEVERE: The web...
My Roo generated web pages, when passed into W3C HTML validation, give the error
Attribute version not allowed on element div at this point.
The offending line is <div version="2.0">
The...
I am looking for some help in developing my web services in Spring Roo.
More details here
https://www.elance.com/job/33280294/proposals
Even if the end date of this specific job has past...
There is an existing Jira n the Social side https://jira.springsource.org/browse/SOCIAL-312
Also, it is not easy as people think - for example, I am facing the issue that if you use Roo...
- About 45 entities in app
- use Roo within STS mainly
If I had to say what made it start happening I would think running a command "database reverse engineer" which was going to add another 25...
I have a Roo project which has started hanging Roo. Do you have any suggestions for a clean up? It will take me a couple of hours to re-scaffold.
The symptoms include:
- works fine as an STS...
I would like my first Aspect in a Roo project to run the advice when a web controller starts up. But I cant get the pointcut to match.
The controllers have a class name starting Cfx. I have tried...
My Roo app is working great within STS when run on the VMWare vFabric server.
But when I run under tomcat 6.0, both within STS and on my ISP, I get tag lib not found error.
Google is telling...
xcarlos,
did you ever get an answer? I am asking myself this question.
Greg