Search:

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

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    6,953

    re: error log - nevermind folks, found the answer...

    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:...
  2. Replies
    6
    Views
    6,953

    Here are the error messages that I'm getting, any...

    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...
  3. Replies
    6
    Views
    6,953

    I've stumped everyone?? Very strange... Any...

    I've stumped everyone?? Very strange...

    Any suggestions appreciated...

    Mark
  4. Replies
    6
    Views
    6,953

    jms exceptionlistener and reconnect

    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...
  5. Replies
    0
    Views
    545

    spawn new request

    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...
  6. Replies
    4
    Views
    2,217

    OK, that looks like just the ticket! Thanks, ...

    OK, that looks like just the ticket!

    Thanks,

    Mark
  7. Replies
    4
    Views
    2,217

    text obfuscation/encryption

    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...
  8. Replies
    3
    Views
    2,349

    Thanks Darren, that does help. I just ended up...

    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:...
  9. Multipart File and MultiActionController

    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,...
  10. Replies
    3
    Views
    2,349

    Velocity, validation and showErrors

    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...
  11. I'll try this question out in the AOP section,...

    I'll try this question out in the AOP section, unless anyone has any ideas....

    Thanks,

    Mark
  12. Hi Marc, Thanks for the reply, but, as I said...

    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...
  13. Well, I'm *this* close to doing this. I have a...

    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...
  14. Replies
    3
    Views
    1,197

    Thanks for the suggestions guys. I ended up doing...

    Thanks for the suggestions guys. I ended up doing the above and it worked out fine.

    Best,

    Mark
  15. Replies
    3
    Views
    1,197

    custom editor for multiple fields

    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...
  16. Thanks for the tip Rod. I appreciate the...

    Thanks for the tip Rod. I appreciate the suggestion and will give it a try this weekend.

    Best,

    Mark
  17. This was very helpful! Thank you! Mark

    This was very helpful!

    Thank you!

    Mark
  18. Replies
    5
    Views
    1,364

    Hi Rob, I just took a look through the source...

    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...
  19. Replies
    5
    Views
    1,364

    Hi Rob, Well, I'm just running JUnit tests...

    Hi Rob,

    Well, I'm just running JUnit tests actually, no deploying going on at all...

    Mark
  20. Replies
    5
    Views
    1,364

    Hi! Thanks for the reply irbouho! Sorry its...

    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...
  21. Replies
    4
    Views
    1,016

    Hi, I have read both Expert One-on-One...

    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...
  22. Replies
    5
    Views
    1,364

    why does one work and not the other?

    Confusing issue here, any ideas most welcome!

    Why does:

    <bean id="velocityConfig"
    class="org.springframework.web.servlet.view.velocity.VelocityConfigurer">
    <property...
  23. springMessage and ResourceBundle problem

    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...
  24. Replies
    3
    Views
    3,120

    Ugh, just to followup. I was looking at the...

    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",...
  25. Replies
    3
    Views
    3,120

    Thanks man, that did it. Ugh, and I stared that...

    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
Results 1 to 25 of 27
Page 1 of 2 1 2