Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Singleton - updating bean in app context fails

    I have an spring context file which is loaded in by a class (reads in the bean by adding the xml files to a classpathxml object, then using getBeanFactory().getBean().

    This returns a bean that has...
  2. Replies
    0
    Views
    958

    Could not open servletcontext errror

    Hi,
    Is anyone able to let me why this problem would be occuring?

    2006-01-06 08:53:54,118 [ERROR] .[Catalina].[localhost].[/imd] - Servlet /imd threw load() exception...
  3. Replies
    3
    Views
    1,500

    Multiple Services

    Hi,
    I want to have multiple spring web services defined in my xml file. I have a single service working fine, but I'm unsure how to define second service.



    <bean id="httpInvokerProxy"...
  4. Replies
    1
    Views
    1,988

    Hibernate & Dates

    Hi,
    I have what seems to be a stupid problem.
    My bean has a java.util.Date field defined in it, and this is what the Oracle database field is defined as.
    I am using hibernate to manage my data...
  5. Replies
    4
    Views
    2,563

    Thanks for the tip. I have actually solved this...

    Thanks for the tip.
    I have actually solved this problem now by using a different listener in web.xml.
  6. Replies
    4
    Views
    2,563

    applicationContext Loading Order

    I have a remoting-context.xml file that references a bean defined in my applicationContext.xml file.
    When I run in tomcat, the remoting file is loading first, and throwing an error because it can't...
  7. Replies
    6
    Views
    1,454

    OK, I Understand what you are saying now. But,...

    OK, I Understand what you are saying now. But, how do I tell the application to look at the classpath and not at the filesystem, when it is packed up in a jar file, I would have thought the program...
  8. Replies
    6
    Views
    1,454

    Sorry, I'm confused by what you mean. I am...

    Sorry,
    I'm confused by what you mean. I am looking for the context file, that is my file. Also, how would this relate to log4j.properties not being found?

    thanks.
  9. Replies
    6
    Views
    1,454

    Web Start Problem

    I'm hoping someone can help me here.
    I have my application running (swing client) using Spring. When I run it from my ant task, it works fine, log4j loads OK and my spring context loads ok.
    ...
  10. Replies
    2
    Views
    2,537

    You were right. I spent some time trying to track...

    You were right. I spent some time trying to track it down.
    It is because I was missing my url-mapping entry in web.xml.
    I copied and pasted the test from the document, and that part wasn't...
  11. Replies
    2
    Views
    2,537

    Spring remoting exception

    I'm trying to implement a simple webservice using spring http invokers.
    I have set it up basically identical to the docs, but get this error:

    Exception in thread "main"...
  12. Replies
    3
    Views
    3,103

    Thanks for the information. I would have thought...

    Thanks for the information. I would have thought this would be the case, but i couldn't be sure.
    I would like to download the application from CVS, however firewalls etc don't allow me to do that....
  13. Replies
    3
    Views
    3,103

    Spring RCP Client Server

    Sorry if this is a stupid question, but could someone tell me if/how Spring RCP can be used to develop a client/server application without requiring the use of EJB?

    I want to have some clients...
  14. Colin, Could you explain if this could be done...

    Colin,
    Could you explain if this could be done when using a MultiActionViewController? Say there are 10 views that are displayed from this controller, I'm a bit lost as to how the views can be...
  15. Replies
    5
    Views
    1,837

    I have an index.jsp page, which simply does what...

    I have an index.jsp page, which simply does what you say:
    <c:redirect url="/welcome.html"/>

    The welcome.jsp page is generated via a controller which is a dispatcher in web.xml.

    I have other...
  16. Replies
    5
    Views
    1,837

    I think it has something to do with the footer...

    I think it has something to do with the footer spring:message though, since when I take that out, it works fine. I don't know what effect the include is having on spring being able to get the...
  17. Replies
    5
    Views
    1,837

    Error using when including a jsp

    I have this:

    &#91;12&#58;06&#58;36.970&#93; Note&#58; C&#58;\code\subscriptions-trunk\war\WEB-INF\work\_jsp\_web_22dinf\_jsp\_welcome__jsp.java uses unchecked or unsafe operations.
    &#91;12&#58;06&#58;36.970&#93; Note&#58; Recompile with...
  18. Thread: c:url errors

    by todds
    Replies
    2
    Views
    1,634

    c:url errors

    I have a JSP page in a directory /WEB-INF/jsp/done.jsp

    Inside that JSP, I have this:
    <a href="<c&#58;url value="done.html"/>">Home</a>

    When I click on that link, it tries to go to...
  19. Replies
    2
    Views
    7,262

    Getting a resource using application context?

    Hi,
    I have some jobs that run, using Spring's JobDetailBean. I need one of the jobs to read and write files, so I want to load them in using getResourceAsStream, but I am not sure how to provide the...
  20. Replies
    6
    Views
    3,737

    How to get the error message to velocity.

    OK, I'm quite new to Spring and Acegi especially. I'm using velocity for the view.
    So, I have acegi returning me to the correct page when a login fails. The example jsp has this code:

    <c&#58;if...
  21. I would like to see some code snippets actually,...

    I would like to see some code snippets actually, I'm trying to do a similar thing!
  22. Thread: Velocity & Acegi

    by todds
    Replies
    3
    Views
    3,248

    Velocity & Acegi

    Hi,
    I'm interested in using Acegi for security in my system, however I'm not sure how it integrates with Velocity, since that's what I'm going to use rather than JSP. In the docs, this is quoted:
    ...
  23. Replies
    3
    Views
    4,146

    Yes, that's what I'm reading, but I'm getting...

    Yes, that's what I'm reading, but I'm getting this error, and I don't know how my classes should be set up.


    avax.servlet.ServletException&#58;...
  24. Replies
    3
    Views
    4,146

    Velocity Binding Examples

    Hi,
    I'm wondering if someone can provide me with some examples of how to do form binding and validation using velocity.

    Thanks.
  25. Thread: Velocity & JSTL

    by todds
    Replies
    11
    Views
    4,684

    I think the other thing I'm sort of concerned...

    I think the other thing I'm sort of concerned about is whether there is really any active development on both of the projects. I've read that velocity has not really had any work on it for over a...
Results 1 to 25 of 27
Page 1 of 2 1 2