Search:

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

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. spring form:input javascript onchange not working

    All,



    %@ page language="java" contentType="text/html; charset=ISO-8859-1"
    pageEncoding="ISO-8859-1"%>
    <%@ include file="/WEB-INF/jsp/includes.jsp"%>
    <%@ include...
  2. Replies
    9
    Views
    3,220

    Yes. Value is trimed. I have written my own logic...

    Yes. Value is trimed. I have written my own logic to handle this.
  3. Replies
    9
    Views
    3,220

    I have registered Double.class still no luck...

    I have registered Double.class still no luck :confused:. And pmpmAmount is of float type.
  4. Replies
    9
    Views
    3,220

    I have similar problem where in i have to...

    I have similar problem where in i have to validate a float number againest the '999.9' format.

    InitBinder:

    @InitBinder
    public void initBinder(WebDataBinder binder) {
    SimpleDateFormat...
  5. FYI.. The above configuration is working fine...

    FYI..

    The above configuration is working fine on Linux too. We need not update the server.config file. Just specify the log location in log4j/env.properties.

    Cheers
  6. Replies
    0
    Views
    804

    SpringDm, Log4j on Linux

    http://forum.springsource.org/showthread.php?t=91229
  7. SpringDM 1.0.2 - SLF4j and log4j - PatternLayout Configuration

    Hi Gurus,

    Requiremnet: Deploy a non-osgi (war) bundle on springdm and use slf4j for logging.

    For the above i have added the required jars in my bundle war WEB-INF/lib...
  8. Problem publishing an Event using ApplicationContext

    Hello All,

    I need to publish events (Spring) when a row is added, updated or removed from the underlying database table.
    For this:
    1.Added EntityListener to the actual Entity bean


    @Entity...
  9. Replies
    0
    Views
    682

    org.hibernate.AnnotationException: @OneToOne or @ManyToOne : Mapping interfaces

    Hello All,
    I have two entities in two diffrent components (projects). Relation between them is '@ManyToOne'. And i am accessing the Entity (Attribute) defined in component 2 from component 1 Entity...
  10. Replies
    2
    Views
    787

    Sami, we need to change the order in web.xml...

    Sami, we need to change the order in web.xml like:

    <context-param>
    <param-name>contextConfigLocation</param-name>
    <param-value>
    classpath:com/abc/geocoderus/resource/spring-ws-servlet.xml,...
  11. Replies
    2
    Views
    787

    Problem with multiple applocationContexts

    All,
    I have two configuration files, applicationContext and spring-ws-servlet. I need to refer the bean ‘geocoderService ‘defined in spring-ws-servlet from applicationContext as shown below...
  12. yes, it should have a Capital 'S' in setter. Like...

    yes, it should have a Capital 'S' in setter. Like 'setMapServerUrl(String mapServerUrl)'

    thank you.
  13. yes it is: public void...

    yes it is:


    public void setMapserverUrl(String mapServerUrl)
    {
    this.mapServerUrl = mapServerUrl;
    }
  14. reading property from a properties file using PropertyPlaceholderConfigurer

    All,
    I want to read a property from a .properties file using PropertyPlaceholderConfigurer
    And this value must be present in spring-ws-servlet.xml.
    So i have confugured spring-ws-servlet.xml as...
  15. Replies
    3
    Views
    882

    There is no SOAP doc processing support in JDOM....

    There is no SOAP doc processing support in JDOM. Look at this thread
    http://www.jdom.org/pipermail/jdom-interest/2003-July/012622.html

    Looks like section 5.4.1 in...
  16. Replies
    3
    Views
    882

    Generating SOAP Response

    All,
    I need to generate the response in the following foramt.


    <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:sch="http://geocoderus.abc.com/schemas">
    ...
  17. Replies
    3
    Views
    4,934

    Post generated wsdl, also look at this thread...

    Post generated wsdl, also look at this thread http://forum.springframework.org/showthread.php?t=61807
  18. thanks a ton :). Now it works fine.

    thanks a ton :). Now it works fine.
  19. No endpoint mapping found for SaajSoapMessage

    All, i am testing my service with soapui. And endup with this exception after submitting the following request. I have searched the forum and couldn't find the root cause for the same. I am using...
  20. Replies
    0
    Views
    785

    Make EndPoint namespace aware - how?

    Hello All,
    I have an Endpoint which extends from AbstractJDomPayloadEndpoint. Which takes an raw address and returns latitude and longitude. Currently i have defined name space 'geocode' in XSD as...
  21. here it is: java.lang.IllegalStateException:...

    here it is:


    java.lang.IllegalStateException: missing behavior definition for the preceeding method call geocodeAddress("710, Madison, NewYork")
    at...
  22. java.lang.IllegalStateException: missing behavior definition for the preceeding

    All, i am new to spring ws. Just wrote a spring ws and after running a Junit test case end up with the following exception

    java.lang.IllegalStateException: missing behavior definition for the...
  23. http://www.myeclipseide.com/documentation/quicksta...

    http://www.myeclipseide.com/documentation/quickstarts/hibernateintroduction/
    http://www.myeclipseide.com/documentation/quickstarts/jpa/

    hope this will help you.
  24. thanks for the reply. yaa this code is working...

    thanks for the reply. yaa this code is working fine. The problem was in JUnit test case. As we know before any DB operation we need to begin transation and commit after the operation.
    For this i...
  25. javax.persistence.PersistenceException: org.hibernate.HibernateException: Hibernate D

    hello All,
    I am getting the following exception
    javax.persistence.PersistenceException: org.hibernate.HibernateException: Hibernate Dialect must be explicitly set when testing DAO impl.

    My...
Results 1 to 25 of 68
Page 1 of 3 1 2 3