Search:

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

Page 1 of 2 1 2

Search: Search took 0.05 seconds.

  1. check your equals and hashCode of parent and...

    check your equals and hashCode of parent and relevant child.
    You should just have business keys in equals and hashCode.

    Do not have collections child in parent [if you are checking parent hash...
  2. Parent/Child update implementaion from Spring MVC [client]and Hibernate[server]

    I understand that this may be a common design but I am lost somewhere..


    Our schema is basically a parent/child graph. We have Spring MVC on front end client and at server we have webservices...
  3. Delete +Update not working in OnetoMany

    I am trying to make work delete + update for one to many sample. I want to delete all children and then add a new child thereby updaitng Parent-Child.


    I am missing something but not able to...
  4. Refer mvc ajax sample which comes with spring...

    Refer mvc ajax sample which comes with spring source.

    I think the problem may be in formation of request URL with flowexecutionURL etc.
    Did you check in firebug that your JSON request is even...
  5. Yup..thats what we had done. Sorry, I could not...

    Yup..thats what we had done. Sorry, I could not post the solution in time.

    Now We are stuck at another issue : to hide execution params [URL rewriting wont work as control is passes to web flow...
  6. The post is old .Just checking have you thought...

    The post is old .Just checking have you thought of clean way of hiding execution params like "execution=e2s1" etc in URL or is this anytime propoed in future release. The solution you proposed...
  7. 1) check the version of xercesImpl.jar in...

    1) check the version of xercesImpl.jar in tomcat/lib and also if there exists
    xercesImpl.jar in your application's WEB-INF/lib.
    Make sure they are latest ver >=2.9.1

    2)In your context you have:...
  8. Are you using standalone client?If yes,then you...

    Are you using standalone client?If yes,then you can refer:
    You can refer to:http://java.sun.com/javaee/5/docs/tutorial/doc/bnayn.html

    public class HelloClient {
    ...
  9. Do we really need to generate stubs for java client for a JAX-WS service

    I developed a Apache CXF[2.2.8] WS using Spring 3 and then the client [also in spring 3 and Apache CXF 2.2.8]. I am using Aegis databinding.

    I have 3 parts of my prioject.
    1)webservice API...
  10. 1)At server side: Make sure that your service...

    1)At server side:

    Make sure that your service impl and SEI[interface for webservice] both have @WebServicre annotation.

    Assuming that MyService is an SEI and it has @WebService exposed

    its...
  11. Check out booking-faces sample which comes with...

    Check out booking-faces sample which comes with spring webflow 2 distribution.
  12. SiteMesh not allowing Jquery Ajax requests with webflow 2

    [ Thread title should be SiteMesh not allowing Jquery Ajax requests with webflow 2: But I cant change thread title :eek: ]
    I am stuck at SiteMesh not allowing Jquery Ajax requests with webflow 2....
  13. Help required :How to handle Ajax JSON get/post from JSP in webflow application

    We are evaluating webflow to use Ajax Jquery with JSON and we are stuck. [We dont want to use default dojo springjavascript implemetation]
    We tried to refer mvc-ajax
    ...
  14. The issue is iwth confusing documentation.For...

    The issue is iwth confusing documentation.For programmtic validation,the syntax should be :
    validate<viewIdnamewithitsfirstLetterCaps>(YourModel yourmodel, MessageContext context){

    And I think...
  15. Issue with web flow Programmatic validation:External Validator

    Hi ,

    [Using Web flow 2.0.9 and spring 3 Release]

    I am seeing strange issue with binding and validation for external validator and I am not able to bind and validate despite having tried to...
  16. Issue with web flow Programmatic validation:External Validator

    Hi ,

    [Using Web flow 2.0.9 and spring 3 Release]

    I am seeing strange issue with binding and validation for external validator and I am not able to bind and validate despite having tried to...
  17. Yep it worked! Thanks jamestastic for posting...

    Yep it worked!
    Thanks jamestastic for posting sample . I figured that I did not autowire MyHandler in Test!
  18. Thanks jamestastic for putting it together.I am...

    Thanks jamestastic for putting it together.I am again going to try it after I gave up a week ago :).
    I see that I have the same codebase but the difference I see is in @ContextConfiguration...
  19. Here is my config:

    Here is my config:



    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    ...
  20. Solved BeanCreationException but now getting NullPointer

    I solved the BeanCreationException by fixing classpath.Basically , I had config directory under resources.


    @ContextConfiguration(locations =...
  21. Here is stack trace BeanCreationException:...

    Here is stack trace



    BeanCreationException: org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'x.y.z.TestAccountSelectionBizHandler': Autowiring of fields...
  22. I removed @Qualifier and still get same

    I have removed Qualifier from handler and Test and still getting same
    org.springframework.beans.factory.BeanCreationException: Error creating bean with name ....Autowiring of fields failed; ...
  23. BeanCreationException or NullPointerException Spring TestContext Framework

    I am writing unit test using Spring TestContext Framework. It seems I have missed something and I keep getting :


    BeanCreationException: org.springframework.beans.factory.BeanCreationException:...
  24. Bean property 'warnLogCategory' is not

    Sorry for late reply.Yes the stack trace now is correct.
    I was returning null for OnSubmit and so the stacktrace is correct in AbstractSimpleFormController.
    Thanks.
  25. log4j config seems to have %t

    I have %t in my log4j.xml config has




    <layout class="org.apache.log4j.PatternLayout">
    <param name="ConversionPattern"
    value="[%d{yyyy-MM-dd HH:mm:ss z}] [%t]...
Results 1 to 25 of 33
Page 1 of 2 1 2