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...
Type: Posts; User: krosan; Keyword(s):
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...
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...
*Bump*
Could really use some input on this :)
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...
Wow thanks a lot Marten Deinum, I'll test this out first thing on Monday!
Feeling a little bit ashamed right now :p
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...
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...
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...
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...
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">
...
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...
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...
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...