Springframework - forum.springframework.org
General Information:
Latest News:
Watch Elysium,Lee Daniels The Butler Movie 27 Aug 2013 | 03:39 pm
Watch Elysium Movie Online : District 9 was one of the most significant sci-fi movies of the past decade. It was made on a comically low budget yet still had a blockbuster feel to it more visually imp...
SWF - Support JSF 2.2 27 Aug 2013 | 02:15 pm
Hello, When is planned to support JSF 2.2 or there is any workaround to use it? I have seen that there is an issue open in JIRA but it seems that it won't be implemented soon. https://jira.springsou...
Beans initialized twice by WebApplicationContext ? 27 Aug 2013 | 01:58 pm
My Spring 3.2.4 web application (in Tomcat 7) initializes some beans twice during webapp startup. This causes the application to behave incorrectly. An example is: 1. Start Tomcat 7.0 2. Before Tom...
Queue Deadlock Problem in JdbcMessageStore 27 Aug 2013 | 11:36 am
Hi, we have a Job (Quartzjob) that takes a message from a queue and resend it in the same Transaktion (works!). We use the job for polling messages. Example code: Code: @Transactional( ...
Spring LDAP 1.3.2 released 27 Aug 2013 | 10:36 am
It's been a while, but we have now released version 1.3.2 of Spring LDAP. This is a patch release containing lots of improvements and bug fixes. Work has already started on a 2.0 version, scheduled t...
aop:scoped-proxy, not retaining state, duplicate objects 27 Aug 2013 | 08:41 am
I'm converting an old EJB app using stateful session beans to use spring HttpInvoker. The trouble is, the session beans are not retaining state. Every time I call a method a brand new object is gettin...
Is it possible to use SpringBatchAdmin war to launch jobs in another war? 27 Aug 2013 | 07:54 am
I have developed a spring batch project A. Then I made a new project B based on spring batch admin sample and made a few changes on B so as to connect to the same database with A. I can run A and B ...
Where are the JSF finder links? 27 Aug 2013 | 05:58 am
I have added a finder to an entity and run web jsf all as follows but the jsf pages do not show any finder/search input. Code: focus --class ~.model.DOC_RuleDefinition finder list finder add --fin...
cloud foundry extension 27 Aug 2013 | 05:38 am
Hi, I opened the spring dashboard, clicked the extension tab and installed the cloud foundry extension. I then restarted the tool suite. Then I right clicked on the server window new -> server. Howev...
Spring Security RC1 Java Config not working for Hessian Remoting ? 27 Aug 2013 | 04:30 am
Hi, I'm trying to secure a server that uses Hessian Remoting with Spring Security and Java Configuration. I've created a small isolated integration test to play with it: https://bitbucket.org/walcz...