Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.07 seconds.

  1. Replies
    0
    Views
    272

    Is bcrypt correctly implemented?

    I found this post on the Apache Shiro mailing list which states that the jBcrypt (which is where Spring Security's bcrypt implementation came from) is not correctly implemented:

    Has anyone...
  2. Since I opened that Preferences page the strange...

    Since I opened that Preferences page the strange behavior stopped, even without changing anything. It seems that part of the preferences were corrupted/inconsistent but it's working fine now. I'll...
  3. $ ping uaa.springsource.org PING...

    $ ping uaa.springsource.org
    PING s3-1-w.amazonaws.com (72.21.211.188): 56 data bytes
    I went to Preferences, searched for "proxy" and found the following:...
  4. User Agent Analysis POSTing to localhost?

    Why does STS's UAA (User Analysis Agent) POST to http://localhost:8000?

    When I launch a server on port 8000 it periodically receives a POST http://uaa.springsource.org HTTP/1.1 request
  5. I suggest you add the field directly to the...

    I suggest you add the field directly to the Entity's source file instead of using Roo shell commands. If you leave the Roo shell running, Roo will generate the *_Roo_*.aj files automatically.
  6. PropertySourcesPropertyResolver resolution order

    Following the Maven conventions, I have two database.properties files: one in src/main/resources/META-INF/spring/ (for the "main" classpath) and another in src/test/resources/META-INF/spring/ (for...
  7. I'd love for more people to chime in on this...

    I'd love for more people to chime in on this thread, I've found unit testing in Spring Roo to be harder than I expected.
  8. jD is very helpful on this forum, his answers are...

    jD is very helpful on this forum, his answers are useful and not "irrelevant". There's nothing wrong with him linking to his blog where he showcases cool things built with Roo; it's not like he's...
  9. Thanks for the response; I guess I'll have to...

    Thanks for the response; I guess I'll have to "push in" both the _Jpa_Entity.aj and the _Jpa_ActiveRecord.aj then since both are generated from the same @RooJpaActiveRecord annotation and...
  10. Is it possible to remove the "version" property in JPA persistence?

    Is it possible to remove the "version" property in Roo-managed JPA persistence?

    Note: Someone else already asked this on StackOverflow and got no correct answer yet.
  11. Too bad that the addons — which seem to be one of...

    Too bad that the addons — which seem to be one of the most compelling features of Spring Roo — are currently broken and no one at SpringSource seems to care:...
  12. Thread: Edit Profile

    by dserodio
    Replies
    1
    Views
    273

    You'll need to "push in" the methods from the .aj...

    You'll need to "push in" the methods from the .aj file and then modify them.
  13. Yeah, error reporting by the Roo shell is very...

    Yeah, error reporting by the Roo shell is very frustrating...
  14. Replies
    3
    Views
    450

    I suggest you add this information to the Jira...

    I suggest you add this information to the Jira issue and vote on it, maybe with enough votes SpringSource developers will prioritize it.
  15. Replies
    18
    Views
    3,012

    Thank you, I had understood from the FAQ that it...

    Thank you, I had understood from the FAQ that it wasn't possible to upgrade from 2.x to 3.x, but didn't understand that the same applied to 3.0.0.Mn
  16. Replies
    18
    Views
    3,012

    Is it possible to update from STS 3.0.0.M3 to...

    Is it possible to update from STS 3.0.0.M3 to 3.0.0 release using "Check for Updates"? Because it can't find any updates.
  17. Replies
    4
    Views
    1,139

    The reason you need to use $.ajax is that using...

    The reason you need to use $.ajax is that using the form's native post() method or jQuery's $.post() will encode the data as application/x-www-form-urlencoded. To use JSON you need to encode it as...
  18. How to troubleshoot Roo re-generating already "pushed-in" method?

    I've used Refactor > Push-In to move all methods from MyEntity_Roo_Json.aj to MyEntity.java because I need to customize them. The last one I moved was MyEntity.toJsonArray(Collection<MyEntity>), but...
  19. Replies
    8
    Views
    4,063

    What a shame, that's typical Oracle politics:...

    What a shame, that's typical Oracle politics: they don't want to support technologies that would help Spring (and/or Eclipse) succeed.

    On the other hand, now it'll be easier for me to convince a...
  20. Replies
    3
    Views
    805

    What about Roo addons?

    I'm concerned about the fact that Roo addons discovery and installation seem to be broken for two months (first bug filed on 7/Jul/2012), and it doesn't seem to be a priority for Springsource to fix...
  21. Replies
    5
    Views
    661

    Addons are currently broken

    AFAIK, Roo addons discovery and installation have been broken for at least two months: ROO-3184 RooBot addon registration does not work
  22. Why doesn't Roo use the 'p' XML namespace?

    Why don't the Roo-generated Spring XML files use the "p" namespace instead of <property/> elements?
  23. Yeah, it doesn't seem to mean anything, but...

    Yeah, it doesn't seem to mean anything, but ignoring warnings is a dangerous habit...
  24. I'm still seeing this problem with Roo 1.2.2 and...

    I'm still seeing this problem with Roo 1.2.2 and Maven 3.0.4. Did you manage to find a solution for this warning?
  25. Please vote for ROO-241...

    Please vote for ROO-241, the Roo team prioritizes features based on Jira votes.
Results 1 to 25 of 87
Page 1 of 4 1 2 3 4