Search:

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

Search: Search took 0.01 seconds.

  1. New transactions within JMSTemplate transactions without XASession

    In the Spring manual the following is said concerning Spring JMS:



    I apply this pattern with DefaultMessageListenerContainer utilising the JMSTemplate. I overrid the method "createSession" as...
  2. Attaching the XA Session to a new transaction

    Hey everyone,

    I'm trying to find out how I can manually enlist an XAResource into a newly created transaction.

    Normally I use the JMSTemplate in Spring in which I override the...
  3. *Bump* Could really use some input on this :)

    *Bump*

    Could really use some input on this :)
  4. Transactional issue: XAException: The method 'xa_end' has failed with errorCode '100'

    Hey everyone,

    After endless hours of google'ing and debugging I just can't figure out the solution to a problem I'm having and I was wondering if you could take a look at my situation. Sadly...
  5. Wow thanks a lot Marten Deinum, I'll test this...

    Wow thanks a lot Marten Deinum, I'll test this out first thing on Monday!

    Feeling a little bit ashamed right now :p
  6. Commit after rollback on the same transaction?

    Hey everyone,

    I'm trying to get my head around this transaction problem I'm currently having:

    I'm using the <tx:jta-transaction-manager /> in my application. I also created a new XASession and...
  7. Replies
    0
    Views
    959

    Spring MVC + JSR 168 + Tiles 2

    I was wondering if Spring MVC, JSR 168 Portlets and Tiles 2 can successfully be combined in a project?

    I know Spring MVC and JSR 168 can merge but can Tiles 2 be added on top of that?

    Do you...
  8. Replies
    11
    Views
    4,793

    That completely solved the problem! Thank for...

    That completely solved the problem!

    Thank for the great support nim, you really helped me out.

    For other people who might have the same problem, this is my final code:

    dispatcher-servlet.xml...
  9. Replies
    11
    Views
    4,793

    That worked out perfectly! The page is shown...

    That worked out perfectly!

    The page is shown now and when entered a query, my service returns a list of hits.

    However the jsp doesn't display the results on the same page. It just shows the...
  10. Replies
    11
    Views
    4,793

    Hi again, I tried to apply the changes but I...

    Hi again,

    I tried to apply the changes but I still get errors.

    This is what I have now:

    dispatcher-servlet.xml

    <bean name="searchController" class="mvc.SearchController">
    ...
  11. Replies
    11
    Views
    4,793

    Thank you for your reply nim! I thought about a...

    Thank you for your reply nim!
    I thought about a class to wrap the String in, but it seemed kind of silly to make a whole new class for just a simple String.

    At the moment I'm at home, and I'll...
  12. Replies
    11
    Views
    4,793

    Search form with SimpleFormController

    Hi,

    when searching for this topic on these forums, I found a whole bunch of hits talking about how to implement a search function with a SimpleFormController.


    After reading most of them I...
  13. Thread: Setting locale

    by krosan
    Replies
    1
    Views
    840

    Setting locale

    Hi,

    I have a Spring web application with a couple jsp pages which include a header jsp page. In this header I placed a couple language icons which change the language of the site.

    I implemented...
Results 1 to 13 of 13