Search:

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

Search: Search took 0.03 seconds.

  1. The message "Transfer error occuried" is due to...

    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...
  2. Hi, when I use richfaces fileupload component I...

    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
    ...
  3. It seems that you use SimpleLoadTimeWeaver -...

    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...
  4. Replies
    20
    Views
    4,675

    Meanwhile I've upgraded to Spring 2.0 - however,...

    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...
  5. Replies
    20
    Views
    4,675

    The version of toplink-essentials.jar: (Oracle...

    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...
  6. Replies
    20
    Views
    4,675

    Finally my application works with Spring 2.0 and...

    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,...
  7. Replies
    20
    Views
    4,675

    Unfortunately I can't find a class named...

    Unfortunately I can't find a class named TomcatLoadTimeWeaver in the Spring 2.0 RC4 distribution.
  8. Replies
    20
    Views
    4,675

    Just for clarity: I use Tomcat 5.5.17 and the JPA...

    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...
  9. Replies
    20
    Views
    4,675

    Spring 2.0 RC4 and JPA (toplink-essentials)

    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...
Results 1 to 9 of 9