Since issuing selenium:selenese on windows is unresponsive (hangs), thats why I tried the Roo generated Selenium test cases loading manually into Selenium IDE.
As I noticed Selenium IDE cant process...
Type: Posts; User: cscsaba242; Keyword(s):
Since issuing selenium:selenese on windows is unresponsive (hangs), thats why I tried the Roo generated Selenium test cases loading manually into Selenium IDE.
As I noticed Selenium IDE cant process...
Hello,
I generated Selenium test case for my controller by this way:
selenium test --controller ~.web.ProductController
...
Files are generated into the right place and they content seems to...
Hi Guys!
Is there any video on the subject ? I could not get the Selenium to run in my app, It hangs, thats why I would like to
see it in action at least. :)
There are lot of videos on Roo, but...
Sorry for the late reply, I forgot it. So thanks for your help.
I read through the description of ThreadLocal before my previous question. But my problem was that how it takes place in servlet execution.
I know we can create request scope classes as well what...
Maybe/(im sure:) i dont know the benefits of ThreadLocal. So i understand the reason, but what about the how to ?
If you have time, can you explain me how can we store 100 hundred users with...
Hi Guys!
I faced this code below in spring-social-quickstart example.
Can somebody explain me why we should use ThreadLocal to store User.
public final class SecurityContext {
private...
Hello mattharr,
Sorry for the late reply, you were right.
Thanks for your help.
Cs.
Hi Guys!
Q.What would be next step after using 'database reverse engineer' ?
As for me the 'repository jpa' would be the good way is making repo for existing entities, but It throws the folowing...
Anyway, no mater, absolute path works.
Hello,
I issued the following command and the entities went to the top level package in spite of settings of '--package ~.domain'
database reverse engineer --schema db --activeRecord false...
Hello,
I have problem with using JavaConfig in a web application, is there any working and downloadable example on the web ?
I'm working on web application (Vaadin + Spring) and somehow...
Hello,
I would like to download the 3.0.4 release but maven said : missing artifact etc , although it is there (i have checked by online search)
Check this pic pls
...