Would it be possible to please provide an example of how to configure
TransactionAwareDataSourceProxy in my applicationContext.xml?
I know it may be trivial but I would reallly appreciate any help....
Type: Posts; User: rwspeh; Keyword(s):
Would it be possible to please provide an example of how to configure
TransactionAwareDataSourceProxy in my applicationContext.xml?
I know it may be trivial but I would reallly appreciate any help....
Hi, I would like to convert our application to Spring. I would like to start with my DAO objects. At the present moment I do not want to rewrite any DAO's to use the JdbcDaoSupport or JdbcTemplate....
Could someone please explain to me the pitfalls of using ContextSingletonBeanFactoryLocator? The BeanFactoryLocator documentation seems to strongly suggest that you not use this class and when you...
I'll be happy to tell you as much as I can. What I have is a web application running under Tomcat fronted by IIS. Challenge response authentication is being used by IIS and our web application uses...
Hello, I have an application that does not have a login screen. We take the userid from the users network login and use it to look up authentication infromation in our database. I am trying to...
I have a working web application that is using the applicationContext.xml and the web.xml files from the quickstart WEB-INF directory. The only modification I have made is to use the JdbcDaoImpl...
I tried this but it is not working for me.
I have set my application up in Tomcat as the default application.
I access my application by http://localhost
Putting [uri:/j_acegi_security_check]...
Thank you, I've got in now.
Hi, Unfortunately I do need more help. Here are my config files.s
Application Context
[code]
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN"
<beans>...
One more thing.
When I use the debug.jsp that comes with the sample application it says that my ContextHolder is null.
Thanks
I am new to the Acegi System and would just like to see how it works by using the simplest of examples. I am currently running Tomcat 5.0 and cannot get it to work. I have copied the...