Pages start at 0 - not 1
Type: Posts; User: ambeth; Keyword(s):
Pages start at 0 - not 1
Resurrecting this thread for two reasons:
1) I'd like to register my interest for orientDB Spring-Data support
2) I'd like to hear if anyone has made any efforts on this
I think you need a custom ResponseErrorHandler - http://static.springsource.org/spring/docs/3.0.x/javadoc-api/org/springframework/web/client/ResponseErrorHandler.html
I know this isnt going to get valkyrie released any quicker, but posting just to show interest and support for this fantastic project - hope Lieven can find hosting / repository for this project soon!
I found out today that you *need* to be using aspectjrt 1.6.10 - spring-jpa-data was bringing in 1.6.8 :(
I am completely new to Valkyrie (never used Spring RCP- and my Swing is patchy!) - but this project looks great and I look forward to a full release.
I think I have found a small bug - In the...
Hi Luke, similar to thread poster I want to specify a custom AuthenticationFailureHandler for the sessionManagementFilter. If the sessionManagementFilter is included by default - if I cannot...
I am having exactly the same problem, even after wiring the securityContextRepository to the http element.
I am not an expert on oracle SQL, but I think the queries with rownum restrictions generated by the OraclePagingQueryProvider are not correct.
I thought in oracle that you need to provide the...
To set a custom page for when the maximum concurrent sessions is exceeded, simple set the expired-url attribute for the <security:concurrent-session-control /> element (or set the expiredUrl property...
Heres the JIRA issue on springs side -
http://jira.springframework.org/browse/SWF-522
Heres the icefaces issue -
http://jira.icefaces.org/browse/ICE-2273
I had a quick go at running SWF...
I was doing a little research on single-sign on, and was reading some of the CAS articles / tutorials when I came across this:
http://www.ja-sig.org/wiki/display/CASUM/Demo
Soooo... is...
I believe this is the issue that needs resolving:
http://jira.icefaces.org/browse/ICE-2273
Only it doesnt seem to be on the roadmap for 1.7.1 or 2.0..
Thread on the icefaces forums...
I have a web application which runs lots and lots of select queries on a database, implemented using the Spring Jdbc abstraction layer. At the moment these are stored in a large XML file, retrieved...
Playing with the webflow m4, so far I like it a lot - especially the <evaluate /> tag.
There are lots of situations where I need to fetch an item from a Collection and store it in a certain...
I tried with both m4 and the latest nightly from here:
http://static.springframework.org/downloads/nightly/snapshot-download.php?project=SWF
I am having the same problem on tomcat 5.5, using a nightly build of webflow. I have tried putting OGNL and Jboss EL in the webapp classpath, but I still get this error:
...
bump? Have been using the 2.0 m2 nightly builds - and get the following errors:
java.lang.NullPointerException
at...
I have been struggling to figure out how to use this properly (or how I should be using it) - so I thought i'd dump all my questions in one big post and hope that the forums could provide me with...
Yup, I am having problems using the HibernateFlowExecutionListener with the JdbcConversationDao with a SWF 1.1 snapshot.
However, I just tried a 2.0m2 snapshot (229) - and now the...
I just got the book last week and have found it very useful so far. I am disappointed that there is nothing on 'Open Session In Conversation' (I guess its a 2.x feature) - some best practices /...
I quickly tried to implement an os-cache implementation -
config -
<bean id="cacheManager" class="org.springmodules.cache.provider.oscache.OsCacheManagerFactoryBean"/>
<bean...
bumping this old thread because I am quite lost on where to start here. Does anyone have any example implementations they could show in this thread?
Thanks, build 175 seems to be working for me now. Quick question tho - I dont understand what the 'persistenceContext' attribute is for. At the moment I have just added :
<attribute...
Assuming HibernateFlowExecutionListener is the new HibernateSessionPerConversationListener, has anyone got this working? (using spring-webflow-1.1-SNAPSHOT-20070803-172).
I seem to be getting the...