2 Replies Latest reply on Jul 16, 2004 11:14 AM by cdog

    ObjectNameType in WSDL

    cdog

      Hi,
      Does anyone know why this appears in the wsdl for all the services I
      have deploy?

      <simpleType name="ObjectNameType">
      - <simpleContent>
       <extension base="xsd:string" />
       </simpleContent>
       </simpleType>


      I know that the mapping is defined in the jboss-net.sar, but should it be appearing in my wsdls?

      Cheers
      cdog


        • 1. Re: WSRs Inside EARs Do Not Deploy
          cdog

          Here's my application XML:

          <?xml version="1.0" encoding="UTF-8"?>
          
          <!DOCTYPE application PUBLIC
          '-//Sun Microsystems, Inc.//DTD J2EE Application 1.3//EN'
          'http://java.sun.com/dtd/application_1_3.dtd'>
          
          <application>
           <display-name>PhoneAppend</display-name>
           <description>A simple PhoneAppend app.</description>
           <module>
           <ejb>phoneappend.jar</ejb>
           </module>
           <module>
           <connector>pa21.rar</connector>
           </module>
          </application>
          


          Are you using JBoss 3.2.3?

          • 2. Re: ObjectNameType in WSDL
            schrouf

            Up to my knowledge this is a known bug within axis1.1 that already has been fixed in axis 1.2 beta. Axis 1.2 beta is currently included in JBoss 4.0, but not in 3.2.x. I don't know if or when it will also be included in the 3.2 branch. Has anybody more detailed information on that ? Please post :-)