Search:

Type: Posts; User: a_wronski; Keyword(s):

Search: Search took 0.02 seconds.

  1. works great!!

    Thanks!

    Artur
  2. save events in database using hibernate and onApplicationEvent

    Hi!

    I want to save last login date (and some other data) in onApplicationEvent.

    my code looks like this:


    public void onApplicationEvent(ApplicationEvent event) {
    if (event...
  3. Replies
    2
    Views
    1,036

    really strange problem with session

    hello,

    I've encountered a really strange problem in my webapp. I'm not sure if
    it this is an acegi-related issue but I'd like to be sure about this.

    I use acegi security filter to perform...
  4. data source and transaction parts

    it's rather simple...:




    <bean id="dataSource" class="org.apache.commons.dbcp.BasicDataSource" destroy-method="close">
    <property...
  5. IllegalTransactionStateException: Pre-bound JDBC connection

    Hi!

    I've web application (spring 1.1.4, hiberante 2.1.8, tomcat 5.5.8 ) which had been working correctly for about the month. For last few days I get exception:

    ...
  6. Thanks for help. I create new SecureContext if is...

    Thanks for help. I create new SecureContext if is it null and it works great. E.g.:



    try &#123;
    UsernamePasswordAuthenticationToken upat = new...
  7. ContextHolder.getContext() return null in some cases

    I can't log user manually (after successful registration) becouse ContextHolder.getContext(); return null.

    This is fragment of my spring Controller:


    try &#123;
    ...
Results 1 to 7 of 7