Hi,
We've debugged this further, to find out what was causing it.
First we found that the originator of the exception was at:
...
Type: Posts; User: jcervera; Keyword(s):
Hi,
We've debugged this further, to find out what was causing it.
First we found that the originator of the exception was at:
...
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....
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"/>
...
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...
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...
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...
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...
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...
Sure,
See relevant bits of the Spring configuration below:
<bean id="hibernateProperties"
class="org.springframework.beans.factory.config.PropertiesFactoryBean">
<property...
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...
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...
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...