Which version of spring jar is compatable for this. Do you have any simple application regarding this. if available please PM me.
Type: Posts; User: Rams; Keyword(s):
Which version of spring jar is compatable for this. Do you have any simple application regarding this. if available please PM me.
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...
any body help on this.............
Hi timshiu,
Can you please share the code for me. Still now i didnt received that.
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...
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...
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...
I have three source files EchoService, EchoServiceImpl, EchoEndpoint
package echo.service;
public interface EchoService {
public String echo(java.lang.String name);
}
Hi
Can you please share complete code for me..
Can you please provice steps to run the above example.
Thanks,
Rams
can u please share the source....
I am new to spring webservice, can anybody share simple spring webservice example...
the error in webpage... is
org.apache.jasper.JasperException: javax.servlet.ServletException: Servlet.init() for servlet spring threw exception
javax.servlet.ServletException: Servlet.init()...
now i am getting the following error...........
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'guestController': Autowiring of fields failed; nested...
Any body can correct me on this...............tnx
Any body can correct me on this...............tnx
index.jsp
<jsp:forward page="guest.html" />
GuestDao.java
package guest;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
//import javax.persistence.TypedQuery;
import...
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...
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"
...
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;
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...
now i am getting the following error.....
SEVERE: Error loading WebappClassLoader
context: /RSpringMVC1
delegate: false
repositories:
/WEB-INF/classes/
----------> Parent...
my code is here...
spring-servlet.xml
<?xml version="1.0" encoding="windows-1252"?>
<beans xmlns="http://www.springframework.org/schema/beans"
...
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...
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...