I checked the web.xml file in wsrp4j-producer, there are two isteners:

   <listener>
<listener-class>org.apache.wsrp4j.producer.provider.pluto.driver.ProviderImpl</listener-class> </listener>
   <listener>
<listener-class>org.springframework.web.context.ContextLoaderListener</listener-class>
   </listener>

It seems to me that the ProviderImpl works, but the ContextLoaderListener never starts.

Any idea to fix?

-Henry

Reply via email to