Search:

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

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    2,045

    Well, I've probably committed some kind of...

    Well, I've probably committed some kind of hienous technical crime, but I solved my problem by doing the following...

    (a) stopped it being a session form - it wasnt helping, so no point.
    (b)...
  2. Replies
    3
    Views
    2,045

    I'm having a similar issue. It may even be an...

    I'm having a similar issue. It may even be an identical issue.

    My form is basically a search screen where the parameters to the search form the command object. On entering the screen, default...
  3. Replies
    1
    Views
    1,129

    RMI service becoming unbound

    Spring 2.0.7

    I'm using a RmiServiceExporter bean to expose an RMI service.
    Mostly, it all works fine.

    However it occasionally becomes unbound. That is, the client gets an exception that...
  4. Follow-up question... if I have a...

    Follow-up question... if I have a HttpServletRequest, how can I get the WebApplicationContext? I've seen WebApplicationContextUtils, but I seem to need a ServletContext - how can I get this?

    Thx.
  5. OK, I think I got it. Still not working, but...

    OK, I think I got it. Still not working, but getting closer.
  6. Thanks - useful suggestion. Forgive me if this...

    Thanks - useful suggestion. Forgive me if this strays from being spring-specific, I'm new enough to this to not know the difference :-)

    That javadoc page seems to indicate that it should default...
  7. Problem accessing images via URLs in a PdfView

    I've got a jsp page that contains graphs that are generated by jfreechart and tables. Now I want to add a view that extends AbstractPdfView so I can get a pdf version of the same report.

    In the...
  8. Replies
    2
    Views
    1,080

    Aha - success. Just saw another mail list that...

    Aha - success.
    Just saw another mail list that said this error is often caused because jsp-api.jar is in the classpath. Apparently it shouldnt be. That certainly fixed my problem.
  9. Replies
    2
    Views
    1,080

    I'm getting the same error. Most of this tld...

    I'm getting the same error. Most of this tld stuff is new to me. Searching for the error seems to give links that suggests that the uri in your <%@ taglib %> is important - has to be standard...
  10. Replies
    11
    Views
    1,977

    I've created a JIRA item for this.

    I've created a JIRA item for this.
  11. Replies
    11
    Views
    1,977

    I've managed to do what I want by extending...

    I've managed to do what I want by extending JdbcTemplate and overriding the call(CallableStatementCreator, List) method which is what the StoredProcedure calls. This works but is dreadfully hacky.
    ...
  12. Replies
    11
    Views
    1,977

    Thanks again. It looks like the least hassle way...

    Thanks again. It looks like the least hassle way is to use CallableStatements rather than StoredProcedures. Not sure I have the expertise or the motivation to adapt/extend the StoredProcedure :-)
    Ian
  13. Replies
    11
    Views
    1,977

    Interesting. I'm using StoredProcedures rather...

    Interesting. I'm using StoredProcedures rather than JdbcTemplate, but this gives me something to investigate.
    Many thanks. Ian
  14. Replies
    11
    Views
    1,977

    Good point. In real life, the print statements...

    Good point.

    In real life, the print statements in my proc are providing debug/progress information. For the purpose of explaining the problem, here is a noddy example.

    In the example, I run a...
  15. Replies
    11
    Views
    1,977

    Apologies, this is a gratuitous attempt to put...

    Apologies, this is a gratuitous attempt to put this at the top of the list again. Still hoping for an answer :-(
  16. Replies
    11
    Views
    1,977

    PRINT statements in stored procedures

    I have a stored procedure that has some PRINT statements in. These are handled as warnings (certainly on SqlServer, not sure about other vendors).

    Using plain jdbc, I can call...
Results 1 to 16 of 16