Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. resolved

    found a similar issue
    the fix here worked for me.
    http://forum.springsource.org/showthread.php?t=32771
  2. java.lang.NoSuchMethodError: org.apache.commons.lang.ArrayUtils.isEmpty([Ljava/lang/O

    I am getting an error when i configure ldap with spring app



    mvn code


    <dependency>
    <groupId>org.springframework.ldap</groupId>
    <artifactId>spring-ldap-core</artifactId>
  3. Replies
    0
    Views
    474

    testing bind exceptions

    hi all

    i have been trying to get my test up and running to test bind exceptions

    Bean


    public class UserFolder {

    private Integer userId;
  4. has anyone successfully used JaxRpcPortProxyFactoryBean

    hi all
    i am using spring 2.5 and i am trying to create a web service client.

    i went through the documentation
    http://static.springframework.org/spring/docs/2.5.x/reference/remoting.html

    but...
  5. more errors.

    looks like this doesnt end the pain,.

    i am getting this error now.



    org.springframework.remoting.RemoteAccessException: Could not access remote service...
  6. got it.

    finally i figured it out.
    putting it here for someone else who gets the same error.

    I was looking at the wrong port name.
    check your WSDL , and the port name element should be something like...
  7. how to consume .net service

    just having another thought.
    since the service is created in .net. Does that change anything ?

    this is the wsdlUrl:
    http://dsemessage06:81/PollReportApi.asmx?WSDL

    Since this a .net...
  8. any ideas

    hey all i am working on this for past 2 days. not sure what I am missing
    its a very basic client , i am sure its something small i am overlooking.
  9. Incompatible service endpoint interface

    Hi,
    I am trying to build a client to consume a web service. I have the service definition through the WSDL.

    these are my configuration in my applicationConext.xml



    <bean...
  10. I am trying the same thing. can you put the...

    I am trying the same thing.

    can you put the steps, as in how to talk to an axis2 web serivce. i have the WSDL.
  11. Replies
    0
    Views
    1,076

    Reuse Spring MVC arch for Spring WS

    Hello Spring Users.

    I have a spring MVC application with all the *-servlet.xml and application context files, means I am not using annotations.

    Now I want to reuse the same architecture to...
  12. Replies
    1
    Views
    1,572

    found the way of doing it

    Ok
    I guess you cannot use JSTl tags with spring form tags

    And this the way I resovled my issue - putting the code here , in case anyone else is looking to do the similar thing.


    ...
  13. Replies
    1
    Views
    1,572

    how to use JSTl tags with spring tags

    Hi I wanted to know if there is a way to include the jstl tags within spring form tags.

    what I wanted to do is - based on a attribute i set, I want to disable or enable a input element.


    ...
  14. checkbox issue: value = true ( always )

    hi all
    I have looked in numerous checkbox issues in this forum.
    but I am unable to locate which highlights the simple issue that I am trying to figure out.

    the value of the checkbox seems to...
  15. anybody. I have tried many things , but nothing...

    anybody.
    I have tried many things , but nothing is working.

    I even tried removing the initBinder() and put this code in the handellerMethod.
    But still no good.



    ServletRequestDataBinder...
  16. Replies
    3
    Views
    1,349

    In your client class Initialize ContactInfo ...

    In your client class Initialize ContactInfo

    private ContactInfo contactInfo = new ContactInfo();
  17. not sure what I am missing in initBinder + multiactionController.

    hi

    I am having a similar problem . Not sure what I am missing.

    I have a multiactioncontroller



    @Override
    public void initBinder(HttpServletRequest request, ServletRequestDataBinder...
  18. User friendly error message

    THis looks like a very common thing.
    Is there a solution that spring has in its bag of goodies !
  19. Failed to convert property value of type [java.lang.String] to required type

    Hello Spring users,

    I am having a hard time in displaying a user friendly message when a binding errors occurs.

    Here is the code in my JSP



    <spring:hasBindErrors name="${commandName}" >...
  20. Replies
    5
    Views
    3,337

    add the property.

    Ok so i found the issue.

    Putting it here for completeness.

    I was missing the property



    <isNotNull prepend="and" property="criteria.url">
    Url =#criteria.url#
  21. Replies
    5
    Views
    3,337

    url is java.net.URL And I have a typeHandeller...

    url is java.net.URL
    And I have a typeHandeller for it. But for simplicity I changed to a String

    see code below for the UrlSearchCriteria

    [code]
    public class UrlSearchCriteria implements...
  22. Replies
    5
    Views
    3,337

    Thanks for the response. That makes sense, but...

    Thanks for the response.
    That makes sense, but I am still having trouble applying it.

    I have a domain object



    public class UrlSearchCriteria implements Serializable{

    private Integer...
  23. Replies
    5
    Views
    3,337

    dynamic ibatis data access question

    Hi,

    I am trying to use a basic level of ibatis dynamic query.
    And I am having trouble running it:

    Here is my sqlMap query :

    <select id="getUrlForAffiliateAndCriterion"...
  24. Great that solves my problem. Thank you.

    Great that solves my problem.
    Thank you.
  25. Logging error in the log files

    Thanks for the reply,

    The method you suggested will display the error stack trace on the jsp error page.
    But I am looking to log the error in a log file.
    Does that mean I have to catch the...
Results 1 to 25 of 55
Page 1 of 3 1 2 3