Search:

Type: Posts; User: Peter Odéus; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,025

    webflow version 2 support in SpringIDE

    Does SpringIDE support webflow version 2.0?

    The reason I am asking is that springIDE ships with webflow version 1.0.3 (to be found in the eclipse plugins folder), and I cannot figure out if it's...
  2. Might be SpringIDE's fault

    Having the same problem on eclipse 3.3.2, SpringIDE 2.0.4, Spring 2.5.3 and Spring Web Flow 2.0.0RC1, I have come to the conclusion that SpringIDE ships with webflow 1.0.3.1 in the plugins directory,...
  3. What's in the Spring toolbox for client side session handling?

    Aiming for completely stateless servers, I need to take control of the session management.

    So, what's in the Spring toolbox for client side session handling? I need to use a HTTP session as usual,...
  4. Replies
    0
    Views
    789

    Blog about Java2Script+DWR+Spring

    Hi,

    please have a look at http://jroller.com/page/PeterOdeus?entry=spring_and_java2script_and_dwr for a demo on how to bring Spring Framework validation to the browser with a little help from...
  5. try this: this.setComplete();...

    try this:


    this.setComplete();
    this.endTransaction();


    /Peter
  6. InvocationTargetException when second Exception is thrown

    Hi,

    one of my JUnit test cases is set to throw org.springframework.dao.ConcurrencyFailureException (which extends org.springframework.dao.DataAccessException) in the action states having ids...
  7. bean "messageSource" loaded in wrong context

    Hi, for me the problem was solved when I moved the "messageSource" definition from the servlet context, e.g. "shippingrate-servlet.xml" to my root context "applicationContext.xml" The reason was that...
  8. Replies
    18
    Views
    4,523

    72 character limit in manifest.mf

    Here are the contents of commons-attributes-api.jar\META-INF\MANIFEST.MF:

    Manifest-Version: 1.0
    Ant-Version: Apache Ant 1.5.3
    Created-By: Apache Maven
    Built-By: hen
    Package:...
Results 1 to 8 of 8