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...
Type: Posts; User: dserodio; Keyword(s):
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...
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...
$ 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:...
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
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.
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...
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.
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...
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...
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.
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:...
You'll need to "push in" the methods from the .aj file and then modify them.
Yeah, error reporting by the Roo shell is very frustrating...
I suggest you add this information to the Jira issue and vote on it, maybe with enough votes SpringSource developers will prioritize 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
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.
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...
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...
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...
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...
AFAIK, Roo addons discovery and installation have been broken for at least two months: ROO-3184 RooBot addon registration does not work
Why don't the Roo-generated Spring XML files use the "p" namespace instead of <property/> elements?
Yeah, it doesn't seem to mean anything, but ignoring warnings is a dangerous habit...
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?
Please vote for ROO-241, the Roo team prioritizes features based on Jira votes.