Hi, I have a big problem please help me to find the solution. The application sometimes starts normally, debugging does not work. I also noticed that the application is running slower than...
Type: Posts; User: jolsys; Keyword(s):
Hi, I have a big problem please help me to find the solution. The application sometimes starts normally, debugging does not work. I also noticed that the application is running slower than...
You have helped me so much with my application, thank you for it, without you I probably would have been far away. :):D:)
OMG I'm absent-minded person, thanks for your response
Thank you for checking. I complied with your instructions, but I can not figure out one thing. when I add @ Transactional as you said, it gives me an error
applicationContext.xml
<beans > ...
look at my application if you can There's the link to this file:
http://www.yousendit.com/download/WTNKZFhwTlE1bmp2Wmc9PQ
thanks to your advice, everything started to work only if it delete
<prop key="hibernate.current_session_context_class"> thread </ prop>
then there is something: (I could send you my application...
I look over some examples, and drawing upon them, it seems to me that I should move: (i`m right??)
jshop-servlet.xml
<beans >
<!-- URL Mappings ...
i I removed the
hibernate.current_session_context_class and hibernate.connection
I do not understand the first point
jshop-servlet.xml
<?xml version="1.0" encoding="UTF-8"?>
<beans...
when i did it i got it:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name '_filterChainProxy': Initialization of bean failed; nested exception is...
so it should be:?
web.xml
...
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
/WEB-INF/applicationContext-security.xml
</param-value>
1 . it isn`t working authentication, i tried to do something, but authentication isn`t working again, i thing that i dont understand your hints, and I can not adapt to them.
2. configuration is...
it`s not working i don`t know what to do ;/ maybe a don`t understand what you are talking about, please give me another hint, if you can of course
thanks for replay, but what do you mean by this?? if i remove listener then application stop working. sorry for this question, maybe stupid but as i wrote i am newbie in it.
Hi, I am a newbie in spring,
Authentication is not working, what is going on, i don`t know where is the problem. Help me :) I`m using spring mvc 2.5 spring-security 2.0, Hibernate 3.0 and...
Hey,
I have a problem because when i want to use this 4 technologies (SpringFramework, StringTemplate, JSTL, HIBERNATE) my JSTL do not work. But when i do not use ST - JSTL works.
So I have a...
I`ve found the solution:
http://www.javalobby.org/java/forums/t19919.html
oh it`s so simple, though not quite obvious that we should do it in that way:)
I have aproblem with saving dates in the database. I use mySql, Hibernate, Spring MVC.
Product.hbm.xml
.........
<property name="priceDate" type= "java.sql.Timestamp">
<column...
I solved the problem, I do not use
<form:form method="post" commandName="Product" >
<p>Title: <form:input path="title"/><form:errors path="title"/></p>
<p>Description: <form:input...
I am using
jee 5
j2se runtime environment 5.0
spring 2.5
spring security 2.0
hibernate 3.0
It seems to me that the jsp 2.0 is in the specification jee.
Hi,
I'm new in Spring and I have a seroius (for me of course) problem with my project:
I'm developing a web application using:
1) Spring + MVC
2) Hibernate
3) StringTemplate
I've built a...
I'm using but it does not work, as I wrote, I noticed that the tags do not processed it, they are simply printed on the page.
Later I noticed that Firefox Java directive (<% @ ...%> also printed....
Hi,
I'm new in Spring and I have a seroius (for me of course) problem with my project:
I'm developing a web application using:
1) Spring + MVC
2) Hibernate
3) StringTemplate
I've built a...
hey, i have the same problem.. i don`t know what to do, i did everything and have`t idea what to do next..
<>