Search:

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

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Hi Martin, One other thing - I have two user...

    Hi Martin,

    One other thing - I have two user accounts on my Windows 7 machine, and the template appears to work fine when I run from one of the accounts, but not the other. They are both...
  2. Hi Martin, Yes, when I upgraded STS, I also...

    Hi Martin,

    Yes, when I upgraded STS, I also started a new workspace. Also, just now, I went into my workspace .metadata directory and removed the downloaded template and retried it, and I am...
  3. Hi Martin, I have come across this error also....

    Hi Martin,

    I have come across this error also. On a clean install of STS 3.2.0, the "Spring Integration Project (Standalone) - Simple" project template results in the...
  4. "Invalid derived query" error not working for Neo4j repositories

    Hi,

    I just upgraded from STS 3.1.0 to STS 3.2.0 and have noticed that invalid derived queries in Neo4j repositories no longer generate an error. This looks similar to STS-3107. The fix for that...
  5. Incidentally, in my DefaultConversionService...

    Incidentally, in my DefaultConversionService subclass, I did try overriding the getConversionExecutor(Class, Class) method to avoid the logic in lines 132-134 of DefaultConversionService (the part...
  6. Implementing a String trimming converter

    Hi all,

    I'd like to create a converter that basically calls String.trim() on String properties. With Spring MVC, this is achieved simply by registering a custom PropertyEditor which will...
  7. Replies
    3
    Views
    3,569

    Hi Gary, I came across a similar problem...

    Hi Gary,

    I came across a similar problem yesterday. Analysis showed that the compilation process really doesn't have anything to do with the servlet container. Instead, the code spawns a new...
  8. Replies
    17
    Views
    3,025

    Bingo! Registering the CustomDateEditor in the...

    Bingo! Registering the CustomDateEditor in the initBinder() method of the financialDetailsFormAction as Karel suggested did the trick. Thanks Karel.

    Is this the intended behaviour? Seems a bit...
  9. Replies
    17
    Views
    3,025

    Yep, the formObjectName is the same for both...

    Yep, the formObjectName is the same for both actions. Karel, I'll try adding the custom date binder to the financialDetailsFormAction and report back.

    Geoff
  10. Replies
    17
    Views
    3,025

    Glad to. Here is the flow definition: ...

    Glad to. Here is the flow definition:


    <webflow id="applicationFlow" start-state="enterPersonalDetails">

    <view-state id="enterPersonalDetails" view="personal_details">
    <entry>
    <action...
  11. Replies
    17
    Views
    3,025

    I'm sorry, but as far as I can tell, I'm running...

    I'm sorry, but as far as I can tell, I'm running PR5. The name of the JAR is spring-webflow-pr5.jar. The code you pasted is precisely what I was looking at.

    Unless PR4 accidentally got uploaded...
  12. Replies
    17
    Views
    3,025

    As far as I can tell, yes, setupForm() is called...

    As far as I can tell, yes, setupForm() is called when re-entering the first view. At least, that's what my debugger thinks :)

    Actually, after doing some debugging, I've found something...
  13. Replies
    17
    Views
    3,025

    Thanks for the reply, Karel. I was already...

    Thanks for the reply, Karel. I was already specifying setupForm in my flow definition in a similar way to your example. And yes, I'm using PR5.

    Just doing some more debugging and it is...
  14. Replies
    17
    Views
    3,025

    CustomEditors not being invoked

    I have a fairly simple flow that consists of three view-states. The first JSP has a date field bound to a Date property in the backing object, so in the initBinder of the corresponding FormAction, I...
  15. Thanks Karel, that seems to have done the trick. ...

    Thanks Karel, that seems to have done the trick. Without the action attribute, it seems to be submitting both the form fields as well as whatever is in the querystring of the current page. Since in...
  16. The only _flowExecutionId I can see near the...

    The only _flowExecutionId I can see near the bottom of the page is the on in the JavaScript click event of the 'Back' button, which wouldn't be relevant on a post using the 'Submit' button.

    I had...
  17. Thanks Keith. Is the CVS repository still in a...

    Thanks Keith. Is the CVS repository still in a state of flux?

    Geoff
  18. Certainly. Here is the stack trace: ...

    Certainly. Here is the stack trace:


    java.lang.ClassCastException&#58; &#91;Ljava.lang.String;
    at...
  19. OK, after playing around with the configuration...

    OK, after playing around with the configuration of the FlowController, I can get the same result as the flowlauncher example if I use the HttpSessionContinuationFlowExecutionStorage implementation. ...
  20. Question about subflows, flowExecutionIds and eventIds

    Just a question regarding how flowExecutionIds and eventIds are handled within subflows. I have a fairly simple situation where I'm going from a list view to a detail view. The detail view is...
  21. Sorry, I meant "flowlauncher", not "flowloader".

    Sorry, I meant "flowlauncher", not "flowloader".
  22. Can't get the flowloader sample application working

    Hi all,

    I'm messing around with PR3 and I'm having a bit of trouble getting the flowloader sample application running correctly. At first, it wasn't working at all when I clicked on any of the...
  23. Hot deployment in WAS4.0 failing with TypeMismatchException

    I'm wondering whether anyone has had any joy with hot deployment with WAS4.0. When deploying a new JAR into a running application, the application context (re-)initialisation fails when trying to...
  24. Replies
    5
    Views
    2,120

    Ah, I see where you're coming from now. We're...

    Ah, I see where you're coming from now. We're still stuck on J2EE 1.2 (yes, I pity myself too), so I don't have the benefit of filters yet, but I am able to set the ThreadLocal variable in the one...
  25. Replies
    5
    Views
    2,120

    Thanks for the good input, Steve. I guess the...

    Thanks for the good input, Steve. I guess the advantage of the ThreadLocal solution is that it is usable at all layers of the application that the thread will pass through. However, I'm a little...
Results 1 to 25 of 46
Page 1 of 2 1 2