Hi Kartik,
I am back to my original exception java.lang.ClassNotFoundException: ${datasource.driver}. Can you verifiy if the datasource has all its properties values replaced. Using a debugger I...
Type: Posts; User: dan_pretty_boy; Keyword(s):
Hi Kartik,
I am back to my original exception java.lang.ClassNotFoundException: ${datasource.driver}. Can you verifiy if the datasource has all its properties values replaced. Using a debugger I...
Hi Kartik,
I tried what you described but to no avail, I have now created 2 EncryptablePropertyPlaceholderConfigurer one that loads the db properties and the second loads it from the database. but...
Hi Folks,
I have a chicken-egg scenario in a bean creation
I am using a PropertyPlaceholderConfigurer which uses the CommonsConfigurationFactoryBean to combine a db property files from the file...
Hi Folks,
I need to load key/value pairs from a database and multiple property files, the problem arises when attempting to retrieve the key/value from the database, the application throws an...
Hi Folks,
I am able to get AOP working for my business layer but I need to get it working for my Ejbs. I have an ejb that implments a business interface , and the ejb delegates work off to the...
Hi Folks,
I have running Spring and axis calling a .net webservice, we have decide to use Ws-Security and I want to the use XwsSecurityInterceptor thats in the Spring-WS. How can I attach...
Ok,
Got it resolved..
Hi folks,
I need to enable gzip compression but I am unable to find out how to do this.
From look around on the web, I can a set a custom property within the bean
<code>
<bean id="test"...
Hi Folks,
My system is based on EJB(CMT) -> Spring-> Hibernate.
My problem is that when I try and delete a record which has a key constraint based on another table, I get a...
Hi stueccles,
Found the soloution
A bit weird but it works,
Tiles looks for the
Hi All,
I am trying to get tiles working with localisation support.
I have 3 files (tiles-def.xml,tiles-def_us.xml,tiles-def_de.xml) which represent the layouts for a particular locale.
...