Hi. Recently I'm start to notice strange behavior my select form inputs. When I'm trying to open form for editing some of my objects, the selected value in this inputs is completely wrong. And when I...
Type: Posts; User: isharamet; Keyword(s):
Hi. Recently I'm start to notice strange behavior my select form inputs. When I'm trying to open form for editing some of my objects, the selected value in this inputs is completely wrong. And when I...
Hi, if you still searching the solution then try NoSQLUnit (https://github.com/lordofthejars/nosql-unit). Hope it helps.
Thank you! For now I just created FormattingConversionServiceFactoryBean subclass and override afterPropertiesSet method in which I create and register custom implementation of DomainClassConverter...
Hi. Is there any progress on this bug? It seems that it must be fixed in version 1.3 of spring-data-commons-core, but latest release version of spring-data-mongodb uses 1.2.1. So I tried to use this...
Hi, everyone!
I have the same problem with 2.9.2 (64bit) on Mountain Lion. I mean the 'You can’t open the application “STS” because it may be damaged or incomplete.' problem. But STS starts...
Thanks, I'll try.
Anyway, thank you, Martin, ldossantos!
This is actually strange, but after I started STS from terminal, Roo shell worked almost normally ('hint' command executed in 1 minute (approximately)):
...
No. STS and stuff installed on a local drive. And the story is the same with latest 2.9.1.
'ls' command (also with '-A' option) runs on the project directory without any problems.
No, there aren't any active tasks except current Roo task:
4784
This is jstack stack trace while executing 'hint' command:
4785
Hope this helps.
Hi, Martin!
Yes, Roo Shell starts normally, without any problems (showing welcome message right after startup). There aren't any Roo-specific records in error log, but this error appears right...
After I tried to execute any command in STS Roo Shell nothing happens, and this task appears as 'Waiting' in 'Progress' view. I'm running Core i5 Mac with 8 gig of RAM under 10.7.3. Btw, standalone...
Result is the same with Eclipse. Thank you, Martin, I address this problem to Eclipse community.
4525
Martin Lippert, thanks for your reply. It's absolutely no problem for me to install Tomcat outside STS and, of course, I can use tc Server as well, but in previous releases this function works well....
I'm trying to install Tomcat within STS, but 'Download and install' button always appears to be disabled. STS installation folder and workspace folder both have write permission granted to current...
Hi to everyone!
Is it possible to check availability of remote service (exposed using HttpInvoker) on the client side before invocation of remote method?