javax.xml.bind.UnmarshalException error when running Tomcat

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abhishek90
    New Member
    • Nov 2012
    • 2

    javax.xml.bind.UnmarshalException error when running Tomcat

    i get the following error when i rum my tomcat javax.xml.bind. UnmarshalExcept ion
  • abhishek90
    New Member
    • Nov 2012
    • 2

    #2
    im adding my xml details as well
    Code:
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://www.springframework.org/schema/beans"
        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:jaxws="http://cxf.apache.org/jaxws"
        xsi:schemaLocation="
    [url]http://www.springframework.org/schema/beans[/url] [url]http://www.springframework.org/schema/beans/spring-beans.xsd[/url]
    [url]http://cxf.apache.org/jaxws[/url] http://cxf.apache.org/schemas/jaxws.xsd">
    
        <import resource="classpath:META-INF/cxf/cxf.xml" />
        <import resource="classpath:META-INF/cxf/cxf-extension-soap.xml" />
        <import resource="classpath:META-INF/cxf/cxf-servlet.xml" />
    
        <jaxws:endpoint id="changeStudent"
            implementor="com.student.ChangeStudentDetailsImpl" address="/ChangeStudent" />
    
    </beans>
    Last edited by acoder; Nov 26 '12, 01:48 PM. Reason: Please use [code] tags

    Comment

    Working...