[jbossws-cxf-users] [JBoss Web Services CXF] - Re: javax.inject.DefinitionException: import not a Java type

suresh.korlapati do-not-reply at jboss.com
Mon Oct 12 18:24:00 EDT 2009


my beans.xml looks like

<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="
http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
http://cxf.apache.org/jaxws http://cxf.apache.org/schemas/jaxws.xsd">


        
        
        

        <jaxws:endpoint
          id="rpwsisService"
          implementor="com.prodeasystems.rsc.rpwsis.RPWSISPortTypeImpl"
          address="/RPWSIS" />




View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4259962#4259962

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4259962


More information about the jbossws-cxf-users mailing list