Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Audit policy (audit fields/columns on database)

    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...
  2. Dany, You can check that on URL: ...

    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...
  3. java.io.IOException: Unknown error downloading; status code was: 301

    Dear members,

    Following the instruction on the acegi web page for building with maven:

    maven jar:install

    | \/ |__ _Apache__ ___
    | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~
    |_|...
  4. No, I have not found a solution for that

    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...
  5. Replies
    10
    Views
    2,662

    Dear member, I am using Spring from command...

    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...
  6. Replies
    1
    Views
    900

    Dear member, Look on the zip file of the...

    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...
  7. Replies
    5
    Views
    3,064

    Partially solved, ready to go on by others members

    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...
  8. Replies
    2
    Views
    5,511

    Testing framework works!!!

    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.
    ...
  9. Replies
    2
    Views
    5,511

    Trying to the debug the sample, but...

    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...
  10. Replies
    2
    Views
    5,511

    Questions and doubts about contacts sample

    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...
  11. Added on Jira ResourceBundle Properties Editor

    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...
  12. Explosions of beans definition...:-(

    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...
  13. Why doesn't exist ResourceBundle Spring PropertyEditor?

    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,...
  14. More detailed log...

    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...
  15. Replies
    5
    Views
    3,064

    Thanks, ok I am going to look on that, I have...

    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...
  16. Replies
    5
    Views
    3,064

    Domain object security for petclinic sample?

    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...
  17. I don't know if this idea could help, but some...

    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...
  18. Replies
    3
    Views
    888

    Just a simple suggestion, why don't you use the...

    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,
  19. Detailed configuration information

    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...
  20. How to mantain the L2-cache objects after transaction?

    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...
  21. Dear Stef-ane, I have no idea about why it...

    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...
  22. How to combine PropertyPlaceholderConfigurer and PropertiesFactoryBean features?

    Dear members,

    I have defined some application properties commons to all services on the following bean:



    <bean id="propertiesManager"
    class = "com.schinvest.util.PropertiesManager"
    ...
  23. Costin, When you say moving your code inside...

    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...
  24. Costin, Thank your for your input,...

    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...
  25. How to really controll the flush for batch process?

    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,...
Results 1 to 25 of 70
Page 1 of 3 1 2 3