[
https://issues.jboss.org/browse/JBESB-3638?page=com.atlassian.jira.plugin...
]
Tom Cunningham resolved JBESB-3638.
-----------------------------------
Resolution: Done
Removed both ValueSetValidation and ValueSetCaching from the web.xml.
tcunning@localhost:rosetta]$ svn commit
Sending rosetta/war/resources/WEB-INF/web.xml
Transmitting file data .
Committed revision 37269.
jUDDI error on boot after installing CXF
----------------------------------------
Key: JBESB-3638
URL:
https://issues.jboss.org/browse/JBESB-3638
Project: JBoss ESB
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Registry and Repository
Affects Versions: 4.10
Reporter: Kevin Conner
Assignee: Tom Cunningham
Fix For: 4.10 CP1
There are two more websevices that need to be removed from the web.xml
<servlet>
<servlet-name>ValueSetCachingService</servlet-name>
<servlet-class>org.apache.juddi.api.impl.UDDIValueSetCachingImpl</servlet-class>
</servlet>
<servlet>
<servlet-name>ValueSetValidationService</servlet-name>
<servlet-class>org.apache.juddi.api.impl.ValueSetValidationImpl.java</servlet-class>
</servlet>
Neither of these have the WebService annotation, and the second is wrong in any case.
The only classes with the WebService annotation are
./org/apache/juddi/api/impl/JUDDIApiImpl.class
./org/apache/juddi/api/impl/UDDICustodyTransferImpl.class
./org/apache/juddi/api/impl/UDDIInquiryImpl.class
./org/apache/juddi/api/impl/UDDIPublicationImpl.class
./org/apache/juddi/api/impl/UDDISecurityImpl.class
./org/apache/juddi/api/impl/UDDISubscriptionImpl.class
./org/apache/juddi/api/impl/UDDISubscriptionListenerImpl.class
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira