Mantis Bugtracker
  

Viewing Issue Advanced Details Jump to Notes ] View Simple ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0005825 [Resin] block always 11-12-14 23:43 11-14-14 08:43
Reporter balaiitm View Status public  
Assigned To ferg
Priority normal Resolution fixed Platform
Status closed   OS
Projection none   OS Version
ETA none Fixed in Version 4.0.42 Product Version 4.0.41
  Product Build
Summary 0005825: Servlet mapping protocol soap, rest are throwing exception "Classnot found exception"
Description Exception details:

WEB-INF/resin-web.xml:13: com.caucho.config.cfg.BeanConfig.setType(): com.caucho.config.Config
RuntimeException: java.lang.ClassNotFoundException: soap (in EnvironmentClassLoader[web-app:production/webapp/default/HelloWe
bServiceTest,NEW])

                       11: <servlet-mapping url-pattern="/hello/hessian/*"
                       12: servlet-class="example.HelloServiceImpl">
                       13: <protocol type="soap"></protocol>
                       14:
                       15: </servlet-mapping>
Steps To Reproduce
Additional Information resin-web.xml


<web-app xmlns="http://caucho.com/ns/resin"> [^]
 <servlet-mapping url-pattern="/hello/soap/*"
                   jndi-name="service/HelloService"
                   servlet-class="example.HelloServiceImpl">
    <protocol type="soap"/>
  </servlet-mapping>
 
  <servlet-mapping url-pattern="/hello/hessian/*"
                   servlet-class="example.HelloServiceImpl">
                   <protocol type="soap"></protocol>
    
  </servlet-mapping>

  <servlet-mapping url-pattern="/hello/rest/*"
                   servlet-class="example.HelloServiceImpl">
    <protocol type="rest"/>
  </servlet-mapping>

  <web-service-client jndi-name="hessian/HelloService">
    <url>hessian:${webApp.url}/hello/hessian/</url>
    <interface>example.HelloService</interface>
  </web-service-client>
  
  <web-service-client jndi-name="rest/HelloService">
    <url>rest:${webApp.url}/hello/rest/</url>
    <interface>example.HelloService</interface>
  </web-service-client>
  
  <web-service-client jndi-name="soap/HelloService">
    <url>soap:${webApp.url}/hello/soap/</url>
    <interface>example.HelloService</interface>
  </web-service-client>
</web-app>
Attached Files

- Relationships

- Notes
(0006578)
ferg
11-14-14 08:43

com.caucho.remote.server.ProtocolServletFactory was missing for cxf plugin.
 

- Issue History
Date Modified Username Field Change
11-12-14 23:43 balaiitm New Issue
11-14-14 08:43 ferg Note Added: 0006578
11-14-14 08:43 ferg Assigned To  => ferg
11-14-14 08:43 ferg Status new => closed
11-14-14 08:43 ferg Resolution open => fixed
11-14-14 08:43 ferg Fixed in Version  => 4.0.42


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker