Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    343

    Internationalization - Can I name files?

    Hi, I want to use .properties files. I already use them but I must name it messages_en.properties. If I use eg. table_en.properties the system doesn't read variables.
  2. Back button problem after logout - Spring Security

    My problem is:

    1)I access of my web application;
    2)I surf throught my applicatin;
    3)I logout => my configuration send me at my login page.

    Up to here everything is OK.

    Now, I go back with...
  3. Thank you very much Dlmiles! My problem is:...

    Thank you very much Dlmiles!
    My problem is:
    When I make registration my webapp automatically send username and password to a new user. However, if I have an Internet connection problem (ADSL is...
  4. How configure ActiveMQ or RabbitMQ for Spring 3

    Hi All, I want to use ActiveMQ or RabbitMQ in my web application. What are the steps that I to do?
  5. The best way for filtering data from database into the view!

    Hi All, What is the best way for filtering the data from server into the view ?

    I have an itemList that I put into HttpSession: controller get the list from service, service from DAO and finally...
  6. Correct way for embedding activemq into Spring3 (JMS, ActiveMQ, SpringMVC 3,Tomcat 6)

    Correct way for embedding activemq into Spring3 (JMS, ActiveMQ, SpringMVC 3,Tomcat 6)
    Hi, I try to embedding ActiveMQ into Spring MVC 3 application. I use Tomcat 6 and Hibernate.

    1) Must I...
  7. Correct way for embedding activemq into Spring3 (JMS, ActiveMQ, SpringMVC 3,Tomcat 6)

    Hi, I try to embedding ActiveMQ into Spring MVC 3 application. I use Tomcat 6 and Hibernate.

    1) Must I download only activemq libs from maven? otherwise Must I install activeMQ into my operating...
  8. thanks you, but how I can generate an...

    thanks you, but how I can generate an approprriate exception ???
  9. How to test @Transactional of my service class ?

    Hi all, I want to test the transactionality of my service. Following is my configuration file:

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans" ...
  10. Thanks for your answers. How I mentioned, I have...

    Thanks for your answers. How I mentioned, I have tried to delete try catch statement. Perhaps I have mistaken the testing approach:


    @Transactional(readOnly = false, propagation =...
  11. I tried to delete a "try catch" constructor but...

    I tried to delete a "try catch" constructor but transaction wasn't work.
  12. I have resolved in this way: Session session...

    I have resolved in this way:


    Session session = sessionFactory.getCurrentSession();
    Transaction transaction = session.getTransaction();

    transaction.begin();

    try {...
  13. Thanks for your answer, but I am missing...

    Thanks for your answer, but I am missing solution. I think that I don't understand something of the entire process.
  14. Transaction and rollback with Hibernate and Spring

    Hi, I have two DAO Classes, one for Gestore and another for Credenziali. Gestore and
    Credenziali must be save both at same time. For this reason I have create a service called
    AccessService that...
  15. I do not know Which is the best practice. Which...

    I do not know Which is the best practice. Which way should i follow?
    Also, could you recommend some reading on the subject?
  16. by using JavaMail for connecting to SMTP server...

    by using JavaMail for connecting to SMTP server (gmail), is it correct to use an
    manager queues system ? This behaviour is already implemented by gmail server !
    am I doing wrong?
  17. Thanks for your answer. I am using Hibernate...

    Thanks for your answer. I am using Hibernate (with JPA specification). So, Do not I make it with only JavaMail ?
  18. Wich strategy to take for managing errors while sending of the messages ?

    Hi I use JavaMail with Spring MVC 3. I implemented a service called JavaMailService for sending messages after user registration. The following is my serrvice:


    import...
  19. [SOLVED] - I forgot to set the para the commandName parameter into form:form tag.

    As from title, I solved my problem by setting the commandName parameter.
  20. I have a problem with

    Hi, my problem is that my application don't display error message. I try to debug my application and I sure that Validation is work well, but when the view is reload I don't see error message. I use...
  21. Replies
    1
    Views
    551

    How to manage exiperd session

    Hi, I have created a simple spring security 3 applicatinon. When I click on button logout I am redirected on to logout-success-url (my welcome page). If I click on back button I obtain a cache...
  22. I don't have error message. My logic is correct...

    I don't have error message. My logic is correct becouse when I fill my input fields, I return to form page instade I get the success page.
  23. Could you get me any link?

    Could you get me any link?
  24. How to do a Wizard or a multi pages Form into Spring 3 MVC ?

    I need to create a web wizard form (multipage form). I use Spring 3 MVC and I will manage two Entity. How do I do?
  25. at the moment I am trying behaviour and after I...

    at the moment I am trying behaviour and after I will do other contraints. I have tried to fill email input with invalid email or nothing but I don't have any massage.
Results 1 to 25 of 56
Page 1 of 3 1 2 3