Search:

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

Page 1 of 4 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    16
    Views
    4,128

    Which version of spring jar is compatable for...

    Which version of spring jar is compatable for this. Do you have any simple application regarding this. if available please PM me.
  2. Replies
    16
    Views
    4,128

    The web container i am using is Tomcat 6.0.32 and...

    The web container i am using is Tomcat 6.0.32 and the added jar's are here.....

    cglib-2.2.jar
    commons-logging.jar
    jstl.jar
    servlet-api.jar
    spring.jar
    spring-aop.jar
    spring-beans.jar...
  3. Replies
    16
    Views
    4,128

    any body help on this.............

    any body help on this.............
  4. Hi timshiu, Can you please share the code for...

    Hi timshiu,

    Can you please share the code for me. Still now i didnt received that.
  5. Thanks timshiu, I sent PM, if possible attach...

    Thanks timshiu,

    I sent PM, if possible attach the screen shots related this example.

    there are total 5 poms are there. do i need to run all the pom's. only one pom is enough from the staging...
  6. Thanks reply Timshiu, Actually I am using...

    Thanks reply Timshiu,

    Actually I am using Eclipse helios, Axis2 1.5.1, Tomcat 7. But i dont have maven plugin for eclipse. In my premises it is restricted to download.

    If u dont mind can you...
  7. Thanks Timshiu Actually I am new to Maven and...

    Thanks Timshiu
    Actually I am new to Maven and Spring Web Services. Is it possible to run the echo example without maven. If possible how to do that.
    If not possible then how to run with maven.

    I...
  8. how to run the echo example and what are all the file are needed for echo example.

    I have three source files EchoService, EchoServiceImpl, EchoEndpoint

    package echo.service;

    public interface EchoService {

    public String echo(java.lang.String name);

    }
  9. Replies
    6
    Views
    2,856

    Hi Can you please share complete code for me.....

    Hi

    Can you please share complete code for me..

    Can you please provice steps to run the above example.

    Thanks,
    Rams
  10. Replies
    1
    Views
    1,500

    can u please share the source....

    can u please share the source....
  11. Can anybody share simple spring webservice example

    I am new to spring webservice, can anybody share simple spring webservice example...
  12. Replies
    16
    Views
    4,128

    the error in webpage... is ...

    the error in webpage... is

    org.apache.jasper.JasperException: javax.servlet.ServletException: Servlet.init() for servlet spring threw exception

    javax.servlet.ServletException: Servlet.init()...
  13. Replies
    16
    Views
    4,128

    now i am getting the following error........... ...

    now i am getting the following error...........


    org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'guestController': Autowiring of fields failed; nested...
  14. Replies
    16
    Views
    4,128

    Any body can correct me on this...............tnx

    Any body can correct me on this...............tnx
  15. Replies
    16
    Views
    4,128

    Any body can correct me on this...............tnx

    Any body can correct me on this...............tnx
  16. Replies
    16
    Views
    4,128

    index.jsp

    index.jsp

    <jsp:forward page="guest.html" />
  17. Replies
    16
    Views
    4,128

    GuestDao.java package guest; import...

    GuestDao.java

    package guest;

    import java.util.List;
    import javax.persistence.EntityManager;
    import javax.persistence.PersistenceContext;
    //import javax.persistence.TypedQuery;
    import...
  18. Replies
    16
    Views
    4,128

    my java code is here... Guest.java package...

    my java code is here...
    Guest.java

    package guest;

    import java.io.Serializable;
    import java.sql.Date;
    import javax.persistence.Entity;
    import javax.persistence.GeneratedValue;
    import...
  19. Replies
    16
    Views
    4,128

    Hi, i had changed its not working..... here is...

    Hi,

    i had changed its not working..... here is my code..
    spring-servlet.xml

    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  20. Replies
    16
    Views
    4,128

    Hi Pompeii, Thanks for reply. But its not...

    Hi Pompeii,

    Thanks for reply. But its not working...
    can u please check my code.. here it is..
    Guest.java

    package guest;

    import java.io.Serializable;
    import java.sql.Date;
  21. Replies
    7
    Views
    1,844

    i have added and now i am getting the following...

    i have added and now i am getting the following error..


    org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 19 in XML document from ServletContext resource...
  22. Replies
    7
    Views
    1,844

    now i am getting the following error..... ...

    now i am getting the following error.....


    SEVERE: Error loading WebappClassLoader
    context: /RSpringMVC1
    delegate: false
    repositories:
    /WEB-INF/classes/
    ----------> Parent...
  23. Replies
    7
    Views
    1,844

    my code is here... spring-servlet.xml

    my code is here...
    spring-servlet.xml

    <?xml version="1.0" encoding="windows-1252"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
    ...
  24. Replies
    7
    Views
    1,844

    thanks for u r advise. actaully i tried spring...

    thanks for u r advise.
    actaully i tried spring mvc + jpa, but i am getting the error. And I am not able to get spring mvc + jpa + jta combination.

    i am getting the follwoing error for spring mvc...
  25. Replies
    16
    Views
    4,128

    Spring MVC + JPA integration is not working

    Hi,

    I am getting the following error while running the Spring MVC + JPA application.

    org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 19 in XML document from...
Results 1 to 25 of 84
Page 1 of 4 1 2 3 4