The message "Transfer error occuried" is due to the missing "'javax.faces.ViewState" input field. The rendering of this element is prevented by FlowViewStateManager in SWF 2.0.5.
Meanwhile this...
Type: Posts; User: ghofmann; Keyword(s):
The message "Transfer error occuried" is due to the missing "'javax.faces.ViewState" input field. The rendering of this element is prevented by FlowViewStateManager in SWF 2.0.5.
Meanwhile this...
Hi,
when I use richfaces fileupload component I also get the error message "Transfer error occuried"
The reason for this message seems to be that in FileUpload.js the following code
...
It seems that you use SimpleLoadTimeWeaver - however SLTW doesn't work with webapps. When using SLTW I've got a similar exception. Try ReflectiveLoadTimeWeaver or InstrumentLoadTimeWeaver...
Meanwhile I've upgraded to Spring 2.0 - however, my application still has problems with JPA(toplink-essentials) when I use ReflectiveLoadTimeWeaver.
When I use ReflectiveLoadTimeWeaver I do the...
The version of toplink-essentials.jar:
(Oracle TopLink Essentials - 2006.8 (Build 060829) - it's the version, which is bundle with
Spring 2.0 RC4
When I use ReflectiveLoadTimeWeaver I get the...
Finally my application works with Spring 2.0 and RC4. As LoadTimeWeaver I use InstrumentationLoadTimeWeaver in combination with spring-agent.jar.
To summarize:
My application uses Tomcat 5.5.17,...
Unfortunately I can't find a class named TomcatLoadTimeWeaver in the Spring 2.0 RC4 distribution.
Just for clarity: I use Tomcat 5.5.17 and the JPA implementation from oracle (toplink-essentials.jar).
Meanwhile I had a closer look at the cloassloading problem when I use SimpleLoadTimeWeaver and...
I have a JSF application which runs on tomcat 5.5.17 and I'm using toplink-essentials as persistence framework. Everything worked fine with Spring 2.0 RC3. After an update to Spring 2.0 RC4 I get...