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.
Type: Posts; User: uzumaki; Keyword(s):
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.
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...
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...
Hi All, I want to use ActiveMQ or RabbitMQ in my web application. What are the steps that I to do?
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...
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...
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...
thanks you, but how I can generate an approprriate exception ???
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" ...
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 =...
I tried to delete a "try catch" constructor but transaction wasn't work.
I have resolved in this way:
Session session = sessionFactory.getCurrentSession();
Transaction transaction = session.getTransaction();
transaction.begin();
try {...
Thanks for your answer, but I am missing solution. I think that I don't understand something of the entire process.
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...
I do not know Which is the best practice. Which way should i follow?
Also, could you recommend some reading on the subject?
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?
Thanks for your answer. I am using Hibernate (with JPA specification). So, Do not I make it with only JavaMail ?
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...
As from title, I solved my problem by setting the commandName parameter.
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...
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...
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.
Could you get me any link?
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?
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.