Dear members,
We need in our appplication to informs about the following action in to a particular tables:
Who modified the register on a given table?
Who created/delete the register on a...
Type: Posts; User: dleal; Keyword(s):
Dear members,
We need in our appplication to informs about the following action in to a particular tables:
Who modified the register on a given table?
Who created/delete the register on a...
Dany,
You can check that on URL:
http://www.ibiblio.org/maven/ehcache/jars/ehcache-1.1.jar
if you double click on it, you can download directly the jar file, so such file exist on...
Dear members,
Following the instruction on the acegi web page for building with maven:
maven jar:install
| \/ |__ _Apache__ ___
| |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
|_|...
Dear member,
I have no found a solution for that. I think it is a problem with HibernateTemplate, it is not an Hibernate problem, it is so simple example and it should work. Probably it comes...
Dear member,
I am using Spring from command line and you shouldn't get this warn message if you put the log4j.properties on classpath, nevertheless if you run it inside Eclipse I don't know why...
Dear member,
Look on the zip file of the following post:
http://forum.springframework.org/showthread.php?t=26184
you will find on folder db a mysql script and clay model, at least it...
Dear members,
After reading many times the Reference Manaual and looking into contact sample I get a preliminary version that covers Domain Object Security for Petclinic Tutorial.
I want that...
Dear members,
Just to respond to my self. The last error was becuase the library on run time: commons-codec.jar was required, but the Exception message for not so much clear, so it confuse me.
...
Dear members,
Waiting for some reply I have started to trying to debug the source code. I have two possible ways:
1. Trying to debug directly from Tomcat (I am using Web Tools Project in...
Dear members,
Following the learning courve recomendation, I am takeing a look inside the contacts sample (because I am going to use Domain Object Security).
1.- On ContactDaoSpring class...
I have added on JIRA with Issue Number: SPR-2232 as improvement to consider as one of supported Properties Editor this one for ResourceBundle.
You can see on it, the implementation and testing...
Thanks unkreativ for your post.
For my particular case I am going to define more or less 20 types of reports on my application context, so I am going to have 40 beans because for each generator I...
Dear members,
For generating reports on our application, we need to load some parameters (column names, title page, etc), from a given resource bundle. Looking to the ResourceBundleMessageSource,...
Dear Costing,
Probably I didn't sent on my first e-mail all important information about the log file.
A am sending to you more information:
On bold type you can see separated the block of...
Thanks, ok I am going to look on that, I have started with the Petclinic sample following the Suggested Steps, and after modifying the sample, I was wondering if someone else, probably go on changing...
Dear members,
I want to use Acegi for implementing Domain Object Security. I have followed the recomended steps on Acegi web page, but there is no so much documentation about this kind of...
I don't know if this idea could help, but some people from the forum me suggest to the the following in order to get a better control of the Hibernate session.
<!--Template bean definition...
Just a simple suggestion, why don't you use the following:
getHibernateTemplate().loadAll(User.class)
it is more safe because you could make some error on the HQL syntax.
Bye,
Dear costin,
We have done this, the problem comes because the ehcache work well during a transaction, after transactions ends it loads again the table in cache. On the Hibernate documentation...
Dear members,
We have defined a Second Cache Level for som constant tables, for example country table, so we are using Ehcache for this purpose. It works well for a given transaction because we...
Dear Stef-ane,
I have no idea about why it happens, we have followed the solution proposed by qvark and it solves all our problems.
Probabably you can make some controlls on HibernateTemplate...
Dear members,
I have defined some application properties commons to all services on the following bean:
<bean id="propertiesManager"
class = "com.schinvest.util.PropertiesManager"
...
Costin,
When you say moving your code inside a call back you mean only the Dao implementation, isn't it?, otherwise the hole process 1, 2, 3 step will be to much for controlling this. Any way as...
Costin,
Thank your for your input, nevertheless I don't have flush problem on my dao implementation, what I have detected is that when I process the input information (step 2, the queries I...
Dear members,
I am using Hibernate + Spring for the following problem (batch process):
1. Reading the objects from a flat file.
2. Processing the information (validation, checking, etc,...