There an update for this?
Type: Posts; User: chrismarx; Keyword(s):
There an update for this?
How did you achieve this without the pushin refactoring? The id field is in Foo_Roo_Jpa_Entity aspect file, and we can't add it there since it will be overwritten yes?
I'd also like to know the answer to this, right now, upon db reverse enginnering, roo creates String type columns for the oracle Geometry type, and I have to manually push in this field and update...
BufferedImageHttpMessageConverter is failing in our linux server environment, because in the constructor its calling:
String[] readerMediaTypes = ImageIO.getReaderMIMETypes();
for (String...
I had this problem with STS 2.8.2, upgrading to STS 2.9.2 solved it-
Actually I checked this file, there was no mention of the table that had failed. Is there some other place that roo could be holding on to this info?
I think you misunderstand, let me add some roo commands to illustrate:
database reverse engineer --schema "SCHEMA1" --includeTables "TEXT_REF" --package ~.model --testAutomatically
this...
This is a bit frustrating, though easily solved by just starting over from the log.roo
Basically, I was trying out Roo with an oracle db, and it was failing for various reasons (that I worked out...
This is an old thread, but in shows up in google searches for spring roo and debugging. As of STS (Springsource toolsuite) v 2.9.2 and Roo v 1.2.2 you can just put your breakpoints in the aspectj...
Perhaps there is a better way, but you can just do it manually:
@RequestMapping("getDigitizingContent/{panelName}/{versionNumber}") public String...
Spring Roo: Bringing the fun of Roo-by to Java
I followed the same instructions from http://googlewebtoolkit.blogspot.com/2010/08/how-to-use-google-plugin-for-eclipse.html
and the standard spring-webmvc template project is running just fine,...
see this post, it explains how to use the template with xml namespaces-
http://krams915.blogspot.com/2011/01/spring-ws-handling-xml-with-xpath-using_16.html
sry, i forget not everyone is using sts. it's version 2.6 with a fresh workspace. i'll try it in 2.5 and see if that makes any difference-
I checked out the spring-social-showcase from the git master (https://github.com/SpringSource/spring-social-samples), and it loads just fine, i'm able to authenticate with facebook, see fb details,...
great, ill give that a try-
great, thanks for the pointer!
i'm no stranger to stack traces, it wasn't very illuminating here.
you're absolutely right, when restricting access based on the annotation, the exception was being caught in a global access...
If I have a page who's access is defined in the security.xml
<security:intercept-url pattern="\A/map*" access="ROLE_ADMIN,ROLE_ALPHA" requires-channel="http"/>
and hit that page when there's...
sure thing, i just wasn't ready to put it in jira, since I was absolutely positive that it was a mistake in the docs, and not just an oversight of mine, perhaps not already knowing this from some...
I'm not an expert in spring security or CAS, but on the page with the instructions for setting up cas:
http://static.springsource.org/spring-security/site/docs/3.0.x/reference/cas.html
it...
ack, so close. was experiencing the problem mentioned in this post -
http://forum.springsource.org/showthread.php?t=106348
and now sts/eclipse freezes on startup with the following error in...
just upgraded to 2.6, i'm experiencing the same problem, although its only happening, as far as i can tell, for on of the projects in my workspace. any updates on this issue?
thanks! i pointed the new sts at a fresh workspace, installed the plugins from the dashboard, then moved back to the old workspace, and it doesn't just freeze and crash :)
should we be able to point the newly installed version 2.6 sts at a previous sts workspace? I'm not able to do so for a workspace in which i was using plugins, the errors in the log show:
!ENTRY...