[esb-issues] [JBoss JIRA] Created: (JBESB-3638) jUDDI error on boot after installing CXF

Kevin Conner (JIRA) jira-events at lists.jboss.org
Tue Jul 19 06:12:23 EDT 2011


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

        


More information about the esb-issues mailing list