Search:

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

Search: Search took 0.04 seconds.

  1. Replies
    15
    Views
    6,346

    Thanks for reply! That page mention auto...

    Thanks for reply!

    That page mention auto recovery as well as few other docs do, however I'm more interested in how it is being handled, i.e. how much reliable this process is and what is the cost...
  2. Replies
    15
    Views
    6,346

    Thanks! I've also read your replies in this...

    Thanks! I've also read your replies in this thread, so it sounds like Atomikos automatically track transactions and have ability to auto recover.

    What is confusing is that it is not clearly...
  3. Replies
    15
    Views
    6,346

    2PC recover support

    Hi,

    I would like to reuse this thread as essentially I'm looking for JTA implementation to integrate with Spring and Tomcat, that will support failed transactions recover.

    We have several...
  4. Replies
    25
    Views
    141,965

    Two things that helped me found issue cause: ...

    Two things that helped me found issue cause:

    1) Used 'Any exception' breakpoint in IntelliJ (don't know if there same option in Eclipse) and realized that Loggers are not loaded properly (perhaps...
  5. Replies
    7
    Views
    11,948

    I know this is an old thread, but I just solved a...

    I know this is an old thread, but I just solved a similar issue for myself with an interesting revelation which I want to share with others. My dao tests extend very handy...
  6. Replies
    11
    Views
    4,675

    Look - you put your search results in the model...

    Look - you put your search results in the model under "hits" name, and then throw it away by creating a new ModelAndView with command as model.

    You can use either showForm(..) method or return...
  7. Replies
    11
    Views
    4,675

    Hi krosan, search.jsp

    Hi krosan,

    search.jsp

    <form:form method="POST">
    <form:input path="searchString" />
    <input type="submit"/>
    </form:form>

    If not...
  8. Replies
    11
    Views
    4,675

    String is immutable object and cannot be used as...

    String is immutable object and cannot be used as command of course. Instead you can create some class SearchCommand that would have private variable of String type with corresponding getter and...
  9. Replies
    1
    Views
    1,849

    Did you try a sample included in distributive? It...

    Did you try a sample included in distributive? It is written with <spring:bind>, but using <form> tags is very straightforward - check Spring reference for examples.
  10. Replies
    4
    Views
    2,600

    Although everything looks fine, I wonder why do...

    Although everything looks fine, I wonder why do you deploy your app to the root context? I mean, why the url you are using is "http://localhost:8080/logon.htm" and not...
  11. From official reference...

    From official reference:



    Can this be your problem?
  12. Replies
    4
    Views
    2,600

    I think it would be more useful if you post code...

    I think it would be more useful if you post code extracts here instead of attaching archive: 1) it would be available for search, 2) easier to read and answer.
  13. Replies
    4
    Views
    2,985

    Parametrized error code argument

    Thanks for tip Kaj, KeepAsIsErrorCodeConverter persuade validator to use other notation of error codes for lookup in message sources.

    I've got another problem which I can't find escape from. Using...
Results 1 to 13 of 13