Search:

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

Search: Search took 0.03 seconds.

  1. memory overflow, debugging does not work in application

    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...
  2. You have helped me so much with my application,...

    You have helped me so much with my application, thank you for it, without you I probably would have been far away. :):D:)
  3. OMG I'm absent-minded person, thanks for your...

    OMG I'm absent-minded person, thanks for your response
  4. Thank you for checking. I complied with your...

    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 > ...
  5. look at my application if you can There's the...

    look at my application if you can There's the link to this file:

    http://www.yousendit.com/download/WTNKZFhwTlE1bmp2Wmc9PQ
  6. thanks to your advice, everything started to work...

    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...
  7. I look over some examples, and drawing upon them,...

    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 ...
  8. i I removed the...

    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...
  9. when i did it i got it: ...

    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...
  10. so it should be:? web.xml ......

    so it should be:?
    web.xml


    ...
    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
    /WEB-INF/applicationContext-security.xml
    </param-value>
  11. 1 . it isn`t working authentication, i tried to...

    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...
  12. it`s not working i don`t know what to do ;/ maybe...

    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
  13. thanks for replay, but what do you mean by this??...

    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.
  14. Authentication is not working, spring-security, spring mvc, hibernate, stringTemplate

    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...
  15. StringTemplate Spring Hibernate JSTL Integration

    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...
  16. I`ve found the solution: ...

    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:)
  17. problem with saving dates in the database - mySql hibernate spring

    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...
  18. I solved the problem, I do not use ...

    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...
  19. I am using jee 5 j2se runtime environment 5.0 ...

    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.
  20. Replies
    2
    Views
    2,271

    Hi, I'm new in Spring and I have a seroius...

    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...
  21. I'm using but it does not work, as I wrote, I...

    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....
  22. Spring tag and directives are displayed on a page

    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...
  23. hey, i have the same problem.. i don`t know what...

    hey, i have the same problem.. i don`t know what to do, i did everything and have`t idea what to do next..
    <>
Results 1 to 23 of 25