re: error log - nevermind folks, found the answer on the jboss forums, its a spurious failure message that is only outputted when logging set to DEBUG, see:...
Type: Posts; User: mwaschkowski; Keyword(s):
re: error log - nevermind folks, found the answer on the jboss forums, its a spurious failure message that is only outputted when logging set to DEBUG, see:...
Here are the error messages that I'm getting, any ideas appreciated how to handle these errors with spring jms...
2007-05-14 16:17:51,794 DEBUG [org.jboss.mq.il.uil2.SocketManager] Failed to...
I've stumped everyone?? Very strange...
Any suggestions appreciated...
Mark
Hi,
I am looking into ways to use spring's jms support with a jboss messaging, and have 2 questions:
1) According to the jms spec exception listeners should be used to respond to exception...
Hi,
I need to provide a quick response to an http request, and then have some more background processing done that the user doesn't care about. Is there an easy way to spawn a new http request...
OK, that looks like just the ticket!
Thanks,
Mark
Hi all,
I just did a quick look around the Java API and Spring but couldn't really find what I needed, so hopefully someone here will have an idea for me.
I'm looking for a library that will...
Thanks Darren, that does help. I just ended up setting the spring bind function manually.
ie. #springBind("command.myfield")
and then used the standard call to springShowErrors:...
Hi there,
I've tried to get the automagical conversion of upload file contents to a string by doing this in my MultiActionController:
protected void initBinder(HttpServletRequest request,...
Hi,
My situation is like this:
1) I'm using a wizard controller
2) I am going to validate all the fields on the last page
3) I would like to use the showErrors tag
The problem that I'm...
I'll try this question out in the AOP section, unless anyone has any ideas....
Thanks,
Mark
Hi Marc,
Thanks for the reply, but, as I said in my post, I'm already using the HotSwappableTargetSource. I read the example that you gave, but its dealing with changing the swappable item for...
Well, I'm *this* close to doing this. I have a servlet filter that puts in the database details (username, password, url, type) into threadlocal, I'm using a HotSwappableTargetSource for my...
Thanks for the suggestions guys. I ended up doing the above and it worked out fine.
Best,
Mark
Hi,
Can't find any discussions in the forums or manual about this:
How can I bind the results of three drop downs to one date field?
ie. I have a day, month and year dropdown and I want the...
Thanks for the tip Rod. I appreciate the suggestion and will give it a try this weekend.
Best,
Mark
This was very helpful!
Thank you!
Mark
Hi Rob,
I just took a look through the source and there is some logic to choose between a file resource and a SpringResourceLoader...first config is treated as a File type, and the second config...
Hi Rob,
Well, I'm just running JUnit tests actually, no deploying going on at all...
Mark
Hi!
Thanks for the reply irbouho! Sorry its taken so long for me to respond, I didn't have a good test case, got a new job, and got sick, not necessarily in that order! But I'm back on my feet...
Hi,
I have read both
Expert One-on-One J2EE Design and Development (June 2003 reprint)
Expert One-on-One J2EE Development without EJB
I'm no critic, but both are well written (albeit a...
Confusing issue here, any ideas most welcome!
Why does:
<bean id="velocityConfig"
class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
<property...
Hey Everyone!
First off, I want to say thanks to the people that wrote up the spring online docs and the MVC-step-by-step tutorial. They did a good job that didn't cost me anything, and deserve...
Ugh, just to followup. I was looking at the images project in the samples folder of spring and there the 3 param method is used, successfully:
return new ModelAndView("imageList", "images",...
Thanks man, that did it. Ugh, and I stared that in the face for 1 1/2 hours last night. I had it previously setup for JSTL and the three parameter method worked fine.
THANK AGAIN!
Javatar