Search:

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

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    993

    Hi, We've debugged this further, to find out...

    Hi,

    We've debugged this further, to find out what was causing it.

    First we found that the originator of the exception was at:

    ...
  2. Replies
    2
    Views
    993

    Problems with Java 6?

    Hi,

    I wonder whether there are known incompatibilities between SWF2.0.8 and Java6 (6.0.18).

    I ask this because we have issues with this combination, particularly when we use pop-up dialogs....
  3. Replies
    1
    Views
    600

    Event chaining on view-state?

    Hi,

    Let's imagine we have the following view-state:


    <view-state id="test" view="testView">
    <transition on="t1">
    <evaluate expression="exp1()"/>
    <render fragments="f1"/>
    ...
  4. Hi mjrejed, Did you find a solution to this...

    Hi mjrejed,

    Did you find a solution to this situation?

    I have a similar problem and I'm using Webflow 2.0.8 with JSPs.

    In my case I have an eventId sent through Javascript on losing the...
  5. MethodSecurityInterceptor to use Interfaces for privileges

    Hi,

    We have recently migrated from using Acegi to Spring security. Majority of things work in a similar way and we have needed only some changes in the XML configuration files to use the new...
  6. Replies
    8
    Views
    3,836

    Hi, I know that this thread is old, but we...

    Hi,

    I know that this thread is old, but we have been having issues with WAS and commons logging too. As I couldn't find a solution that worked for us in the forums, I decided to post the solution...
  7. Hi, I had a similar issue recently. In my case...

    Hi, I had a similar issue recently.

    In my case and probably in yours, the root of the issue is the entity-name bit in your mapping file. When you load an entity from the DB, Hibernate knows about...
  8. Ok, I've found the issue. I was using Spring...

    Ok,

    I've found the issue. I was using Spring 2.0 and Hibernate 3.2.0ga. I have updated to Spring 2.0.2 and Hibernate 3.2.1ga and the problem has gone!

    Now the session gets cleared after every...
  9. Sure, See relevant bits of the Spring...

    Sure,

    See relevant bits of the Spring configuration below:


    <bean id="hibernateProperties"
    class="org.springframework.beans.factory.config.PropertiesFactoryBean">
    <property...
  10. How to use a new session per transaction with Hibernate

    Hi all,

    I have a batch process (started from the command line) which basically reads entries from a table (lets call it A), does some calculations and performs some changes in a row in another...
  11. Replies
    1
    Views
    1,096

    I found the issue. The problem was produced...

    I found the issue. The problem was produced because I was using Spring AspectJ and Spring AOP at the same time.
    Before I only used Spring AspectJ but I could not create an aspect with @AfterThrowing...
  12. Replies
    1
    Views
    1,096

    Problem with AOP Advisor and Tomcat

    Hi, I'm using Spring 2.0 and Tomcat 5.5.17.

    I'm trying to create a Throws advice. I've created my Advice class and added the following configuration in my context configuration file:
    <bean...
Results 1 to 12 of 12