Search:

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

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    1,128

    Any one? I wasnt able to verify flipping of ports...

    Any one? I wasnt able to verify flipping of ports using VCAP_APP_PORT when I have multiple instances
  2. Replies
    1
    Views
    1,128

    Mutiple instances of same web application

    Is there a way I can verify multiple instances of the same web app "ABC" deployed to CloudFoundry?

    I mean is there any environment specific parameter I can query (eg. port) to query which...
  3. Replies
    13
    Views
    28,182

    How do you plan to do that in the production...

    How do you plan to do that in the production environment?
  4. How did you solve this?

    How did you solve this?
  5. Anyone having this issue?

    Anyone having this issue?
  6. How did you fix this?

    How did you fix this?
  7. same error:- Field [2009-08-20] isn't an enum...

    same error:-

    Field [2009-08-20] isn't an enum value
    java.lang.NoSuchFieldException: 2009-08-20
  8. IllegalArgumentException: Cannot convert value of type [java.lang.String] to required

    I have a Date data type in form and when I try to input this
    dateChanged is of data type Date which resides in input.processParameters.dateChanged. How do I fix this? I read something about...
  9. Replies
    5
    Views
    2,311

    My question is simple : What is the difference...

    My question is simple :

    What is the difference between

    this.jdbcTemplate.update(
    "call SUPPORT.REFRESH_ACTORS_SUMMARY(?)",
    new Object[]{Long.valueOf(unionId)});

    and
  10. Replies
    5
    Views
    2,311

    Calling Stored Procedure

    http://static.springsource.org/spring/docs/2.5.6/reference/jdbc.html

    What is the difference between simple and sophisticated ?? :confused:

    I want to call a stored procedure from my DAO but not...
  11. Replies
    6
    Views
    1,256

    I will try that but this is getting too...

    I will try that but this is getting too confusing. What is the best practice to handle global errors?
  12. Replies
    6
    Views
    1,256

    Thanks a million Martin. That works ...

    Thanks a million Martin. That works



    <spring:hasBindErrors name="input">
    <c:forEach items="${errors.globalErrors}" var="errorMessage">
    <div id="errors" class="errors">...
  13. Replies
    6
    Views
    1,256

    Does not work.

    Does not work.

    <spring:hasBindErrors name="command"> does not evaluate to true. It does not enter into the tag clause
  14. Replies
    6
    Views
    1,256

    Handle Global errors in controller

    I am trying to handle basic errors in service class (not form validation errors). Below is my controller



    @RequestMapping(value = "/editPidProcessParams.do")
    public ModelMap...
  15. Replies
    0
    Views
    588

    Two xmlns in response

    This is very strange I get two xmlns:recipe in the response. This is for Spring JDOM web service

    Response:

    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"...
  16. No adapter for endpoint-Does your endpoint implement a supported interface like Messa

    I am trying to use Annotations with my Endpoint but I do not want to use Marshalling. My input and output are both parsed in the method as JDOM objects. Why do I get the following exception

    ...
  17. Replies
    4
    Views
    2,291

    There is no reference to what you have said in...

    There is no reference to what you have said in the tutorial listed on the spring website : http://static.springframework.org/spring-ws/sites/1.5/reference/html/tutorial.html

    I am following all the...
  18. Replies
    4
    Views
    2,291

    check the classpath for what? I have the same pom...

    check the classpath for what? I have the same pom as in the example but it does not work. Am I missing something?
  19. Replies
    4
    Views
    2,291

    holidayService example - TreeWalker error

    I receive the following error even after I have TreeWalker in the lib directory for the holidayService tutorial that is explianed for Spring web service. Please help me get started with this..

    ...
  20. Replies
    4
    Views
    1,244

    I am talking more on the server end. But I can...

    I am talking more on the server end. But I can give it a shot. Not that it has not been tried earlier. I am just not able to kick off OXM. Looks like I am missing some fundamental step
  21. Replies
    4
    Views
    1,244

    I have followed all steps but it does not work...

    I have followed all steps but it does not work with just the 2 lines of code as explained in the documentation. I do not find a complete running example in any books/ website

    I have wasted a lot...
  22. Replies
    4
    Views
    1,244

    Spring web services with OXM

    What is the OXM recommended or best used with Spring web services. Is there any officially supported?

    Based on the experience of the developers of Spring what is the easiest to configure?
  23. anyone having an example of OXM?

    anyone having an example of OXM?
  24. JAXB marshalling: java.lang.NoClassDefFoundError:org/apache/xml/serializer/TreeWalker

    I have been trying out since a long time to get the OXM to work with Spring webservices in vain. I think I am close now but I get the following error even when I have xalan 2.6 and serializer 2.7.1...
  25. Replies
    5
    Views
    4,731

    How did you deal with it? Please explain in...

    How did you deal with it? Please explain in common terms. I am new !
Results 1 to 25 of 37
Page 1 of 2 1 2