Search:

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

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. thanx vashidee

    thanx vashidee
  2. No sources available in maven repo for 2.0.1.RELEASE

    The sources for spring-ws-core-2.0.1.RELEASE.jar are not available in the maven repo:
    http://repo1.maven.org/maven2/org/springframework/ws/spring-ws-core/2.0.1.RELEASE/

    It would be very helpful...
  3. I never manipulate the id field. But, I do...

    I never manipulate the id field. But, I do provide getter and setter for the id field. Does it matter? Should I provide getter only?

    I've checked the database. Hibernate mapped the id field to...
  4. But, I didn't change the ID value. And why does...

    But, I didn't change the ID value. And why does it only happen after I update a record?
    vintage wedding dresses
    Cartier Ballon Bleu Automatic replica watch
    teapots
    solar panels in homes
    ...
  5. Getting 'ClassCastException: org.hibernate.id.Identifier' after updating a record

    Hi
    Passages Malibu Health
    breitling navitimer replica
    teapots
    solar panels in homes

    I'm using Spring 2.5 + JPA (Hibernate). I get the above error when I try to retrieve all objects just after...
  6. Here is the complete hibernate sql output - have...

    Here is the complete hibernate sql output - have to break it into two posts as it's too long



    Mar 24, 2009 9:32:38 AM...
  7. Record still exists after the database has been rolled back.

    Hi
    hyra bil
    moving companies in nyc

    I'm using Spring 2.5 + Hibernate JPA + Junit 4.4 + Spring Test Context Framework. I have a problem during testing in which the record that has been saved...
  8. Have to break the post into two as it's too long...

    Have to break the post into two as it's too long ...

    As I said in the previous post, the app won't even deploy when I use MySql as the database. Here is the deployment error:


    ...
  9. Sorry for the late response - had a busy weekend...

    Sorry for the late response - had a busy weekend ...

    Initially, I used Java Derby for the database and then switched to MySql when I encountered the problem. I've rechecked the dialect...
  10. Failure to save object which contains a collection of components

    Hi

    I'm using Spring 2.5 + Hibernate JPA. I have a class which contains a collection of components. Whenever I try to save an object of that class, I get the error: could not get or update the next...
  11. Replies
    0
    Views
    768

    Spring MVC + jMaki

    Hi all

    Does anyone have an example of a simple CRUD Spring MVC application with Ajax using jMaki?

    I'd like to make a page with a form to enter a record which will be added to the table on the...
  12. Replies
    7
    Views
    10,326

    I'm new to Spring MVC myself, so sorry is any of...

    I'm new to Spring MVC myself, so sorry is any of the explanations is wrong :)

    First, what version of Spring do you use? I think the spring:bind tag has been deprecated ... Anyway, my example will...
  13. Solved it finally ... i'm using JPA so hibernate...

    Solved it finally ... i'm using JPA so hibernate open session in view filter doesn't work obviously. Changed it to


    org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter


    But, I...
  14. I used the open session in view filter, but i...

    I used the open session in view filter, but i still get the same error. Reckon there's something missing in the configuration.

    Here are the configurations

    web.xml


    <?xml version="1.0"...
  15. Seems that I forgot to attach the stack trace :)...

    Seems that I forgot to attach the stack trace :) here it is



    org.apache.jasper.JasperException: An exception occurred processing JSP page /WEB-INF/jsp/memphis/department/departmentEmployees.jsp...
  16. Failed to lazily initialize a collection of role

    Hi

    I'm using Spring MVC + Hibernate. I have a one-to-many relation from Department class to Employee class. When I want to load the employees that belongs to a department, I get the above error. ...
  17. thx for the help ... seems i need to brush up my...

    thx for the help ... seems i need to brush up my knowledge :)
  18. Upps forgot to do that ... it works now :cool: ...

    Upps forgot to do that ... it works now :cool:

    Just want to confirm my understanding and i have a new question to ask :)

    I need the @Transactional annotation for the remove method as I want the...
  19. I've changed the transaction manager to that of...

    I've changed the transaction manager to that of JPA, but I still get the same error when i try to delete the data. Saving a new data doesn't work either.

    Here is my new applicationContext.xml

    ...
  20. Just a follow up - I removed the @Transactional...

    Just a follow up - I removed the @Transactional annotation from the save and delete method of EmployeeDao to get the exception. Nothing happens if I put the annotation in
  21. Failure to save data and remove detached object

    Hi

    I'm new to Spring MVC + Hibernate (JPA) and am currently trying to prototype a simple CRUD application. I have two persistence related problems:
    1. Failure to save data - after the data is...
  22. Lots of people may want to use Spring w/o...

    Lots of people may want to use Spring w/o SpringMVC.
  23. Looks like a fix was checked in to break this...

    Looks like a fix was checked in to break this dependency issue but hasn't been built into anything we can download:
    ...
  24. Replies
    1
    Views
    2,850

    Problem with xsd include

    Hi all,

    I have a little-big problem. I'm trying to do a webservice with a xsd that includes other xsd file. At the first, it's ok, and i can see the wsdl on the navigator, but if i try to use it...
  25. My problem was missing setters

    I got the same error message for a bean without setters. I wanted an imutable object, and had the properties set in the constructor. When adding setters the error disappeared. I thought spring should...
Results 1 to 25 of 48
Page 1 of 2 1 2