Yes, I managed to at least to run it (with commenting many parts not supported - including set)
But yes, even after run many parts not working (like works with relations)
So, it is in very...
Type: Posts; User: akakunin; Keyword(s):
Yes, I managed to at least to run it (with commenting many parts not supported - including set)
But yes, even after run many parts not working (like works with relations)
So, it is in very...
I think since current version of Spring-Roo is not final /stable one, GWT support is beta (or alpha) stage - I found many things supported for Spring-MVC is not supproted for GWT (set, boolean as...
Hi! You can check small howto in my blog: http://www.emforge.net/web/akakunin/blogs/-/blogs/petclinic-gwt-application-in-less-then-30-minutes
Cannot say everything working - but at least it may be...
Hi!
EmForge team happy to announce Spring-Security and Step2 integration project provided better OpenID support for Spring-Based applications.
Spring-Security-Step2 from one side compatible...
Thank you for clarifications.
Yes, as well as you, I also found, what even Liferay container is very nice feature - in current implementation it is not usable, and - it is simple deploy war into...
Hi!
Just realized, what changing java-options required to redeploy whole cluster? Why it is required? Actually, I think restarting app-server services should be enough
Hi!
IN CloudFoundry deployment view, then I'm inspecting instance run Tomcat 5.5, I see section about application server "APP SERVER TIER"
Also - I can see - it is supposed to be able to monitor...
Hi Again!
Having liferay as container really great idea!
I played a little bit more with Liferay container, and, unfortunately, found it not so usable for production. Major issues/problems (I...
Welcome Chris!
And thank you for great product!
Chris, thank you for information! it looks really great - CloudFoundry get one more great advantage!
Just to clarify - is Liferay configured to correctly work in Clustered environment (I mean for...
Hi!
In Single Instance Topology everything is easy - I just using localhost in my jdbc url and it is connected well.
But - how can I configure my JDBC connection in Multiple Instances Topology...
Hi! Not a big specialist - just started avaluate CloudFundry, but - as far as I understand, they use CloudTools for impementations, and, what project already have maven plugin for deployment...
Hi! I'm a little bit suprised :)
Just managed to run clean liferay in CloudFoundry environment, but, during a little bit more experimenting I've found - then new Deployment is created - it is...
Hi! During experinemting to make my application run in CloudFoundry environment I run several deployments, which was failed. Now I stopped them - but, they still stay in the list of deployments (with...
Wow - looks interesting - need to check jBPM site carefully for news
Hi!
This project looks interesting for us - in our project: www.emforge.org - we actively using Spring (one of our core framework), as well as jBPM for workflows implementation (another core...
Stefan, thank you for your answer!
I found my problem in Spring Jira (http://jira.springframework.org/browse/SPR-4333) and seems it is already fixed in Spring 2.5.2.
Unfortuantelly I cnanot...
Hello!
During to migration from JUnit 3.8 to JUnit 4.4 I changed also definitions of my unit-test to use more annotations.
I have quite small project - target of this project is to test...
Marten, you were right!
Problem was in surefire configuration. By default version 2.2 were used. This version is not supported JUnit4. I do not know how it is called tests at all and caused only...
Yes, test-cases do not required injection performed quite well, so, JUnit 4 working without problem.
OK - I will try to reduce dependency of project to minimum to make it working and then will...
Yes, what is strange - i'm using eclipse:eclipse for eclipse project generation, so, actually, working eclipse project is build from maven.
But - it works in Eclipse and does not work with...
Hello! I'm moving my unit-tests from JUnit 3.8 to JUnit 4.4 and switching them to use new annotations from Spring 2.5.
As result everything works quite fine under Eclipse (tests are run, all...
Hello dear Spring-community.
In out spring-based project EmForge we implemented integration of JspWiki and Spring.
Short article about details of integration you can find in short article.
...
Hello!
In my case helped simple placing RememberMeProcessingFilter before AnonymousProcessingFilter in the acegi filter chain.
In this case remember me processing will occured before anonymous...
OK, it is already in JIRA and fixed for version 2.0.1. Will wait for this version :)
http://opensource.atlassian.com/projects/spring/browse/SPR-2669