Hi guys.
I'm developing a web application with mysql 5, JPA, Spring 2.5.6 and Hibernate 3.2.1.GA; and my problem is set a correct MySQL Pool connection in application context.
I have used:...
Type: Posts; User: ethiel; Keyword(s):
Hi guys.
I'm developing a web application with mysql 5, JPA, Spring 2.5.6 and Hibernate 3.2.1.GA; and my problem is set a correct MySQL Pool connection in application context.
I have used:...
I found the solution, it's a very stupid mistake:
I write the link this way:
http://localhost:8080//HerramientaGestionMercado/pages/usuario/espacioTrabajo.jsf")
Note the '//' character....
It's the same application. I can't understand this issue...
Not at all.
The link is the problem: I can click on JSF Link, but not in <a:href link>, it causes lose session. What's wrong?
My start page is a Login page. When I looged in, I have redirected to other page, an user workspace. How Can I see if other session is created?.
Hi, guys.
I have a problem with spring security.
I have created a web which initial page is login.jsf. I can log in and manage all behavior without problems, except back to start page: session...
Hi, guys. I have a simple question related to opensessioninview filter for Spring. I have a class called Perfiles which has many relationship.
I mapped the relationships without Eager; I mean, I...
My application scope?. I can't understand you.
I plans to run application in a J2EE container, Tomcat and Oracle.
It's not for testing purpose.
It's answer to your question?
Hi, guys.
I have a problem: I need to configure datasource for an application with JPA, Oracle, Spring, tomcat and Myfaces.
I have all configurated but datasource.
Which is the best...