Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    14
    Views
    12,223

    There an update for this?

    There an update for this?
  2. Replies
    7
    Views
    1,487

    How did you achieve this without the pushin...

    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?
  3. Replies
    6
    Views
    1,242

    I'd also like to know the answer to this, right...

    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...
  4. Potential bug in BufferedImageHttpMessageConverter?

    BufferedImageHttpMessageConverter is failing in our linux server environment, because in the constructor its calling:


    String[] readerMediaTypes = ImageIO.getReaderMIMETypes();
    for (String...
  5. Replies
    5
    Views
    1,209

    I had this problem with STS 2.8.2, upgrading to...

    I had this problem with STS 2.8.2, upgrading to STS 2.9.2 solved it-
  6. Actually I checked this file, there was no...

    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?
  7. I think you misunderstand, let me add some roo...

    I think you misunderstand, let me add some roo commands to illustrate:


    database reverse engineer --schema "SCHEMA1" --includeTables "TEXT_REF" --package ~.model --testAutomatically

    this...
  8. Roo 1.2.1 and 1.2.2 regenerate entities from failed reverse engineering attempts

    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...
  9. Replies
    6
    Views
    730

    This is an old thread, but in shows up in google...

    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...
  10. Perhaps there is a better way, but you can just...

    Perhaps there is a better way, but you can just do it manually:


    @RequestMapping("getDigitizingContent/{panelName}/{versionNumber}") public String...
  11. Replies
    129
    Views
    24,860

    Spring Roo: Bringing the fun of Roo-by to Java

    Spring Roo: Bringing the fun of Roo-by to Java
  12. I followed the same instructions from...

    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,...
  13. see this post, it explains how to use the...

    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
  14. sry, i forget not everyone is using sts. it's...

    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-
  15. spring-social-showcase keeps reloading (by itself?)

    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,...
  16. Replies
    16
    Views
    3,832

    great, ill give that a try-

    great, ill give that a try-
  17. great, thanks for the pointer!

    great, thanks for the pointer!
  18. i'm no stranger to stack traces, it wasn't very...

    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...
  19. @PreAuthorize doesn't trigger CAS login redirection

    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...
  20. Replies
    3
    Views
    1,161

    sure thing, i just wasn't ready to put it in...

    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...
  21. Replies
    3
    Views
    1,161

    Error in Spring's CAS documentation

    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...
  22. Replies
    16
    Views
    3,832

    ack, so close. was experiencing the problem...

    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...
  23. just upgraded to 2.6, i'm experiencing the same...

    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?
  24. Replies
    16
    Views
    3,832

    thanks! i pointed the new sts at a fresh...

    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 :)
  25. Replies
    16
    Views
    3,832

    should we be able to point the newly installed...

    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...
Results 1 to 25 of 51
Page 1 of 3 1 2 3