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...
Type: Posts; User: todds; Keyword(s):
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...
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...
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"...
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...
Thanks for the tip.
I have actually solved this problem now by using a different listener in web.xml.
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...
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...
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.
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.
...
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...
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"...
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....
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...
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...
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...
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...
I have this:
[12:06:36.970] Note: C:\code\subscriptions-trunk\war\WEB-INF\work\_jsp\_web_22dinf\_jsp\_welcome__jsp.java uses unchecked or unsafe operations.
[12:06:36.970] Note: Recompile with...
I have a JSP page in a directory /WEB-INF/jsp/done.jsp
Inside that JSP, I have this:
<a href="<c:url value="done.html"/>">Home</a>
When I click on that link, it tries to go to...
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...
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:if...
I would like to see some code snippets actually, I'm trying to do a similar thing!
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:
...
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:...
Hi,
I'm wondering if someone can provide me with some examples of how to do form binding and validation using velocity.
Thanks.
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...