When i compile the files and creating the wsdl there are some warning messages


wsdl:
  |      [java] getBundle(org.jboss.axis,org.jboss.axis.i18n,resource,null,...)
  |      [java] loadBundle: Ignoring MissingResourceException: Can't find 
bundle for base name org.jboss.axis.resource, locale en_US
  |      [java] Created org.jboss.axis.i18n.resource, linked to parent null
  |      [java] getBundle(org.jboss.axis,org.jboss.axis.utils,resource,null,...)
  |      [java] loadBundle: Ignoring MissingResourceException: Can't find 
bundle for base name org.jboss.axis.utils.resource, locale en_US
  |      [java] loadBundle: Ignoring MissingResourceException: Can't find 
bundle for base name org.jboss.axis.resource, locale en_US
  |      [java] Root package not found, cross link to 
org.jboss.axis.i18n.resource
  |      [java] Root package not found, cross link to 
org.jboss.axis.i18n.resource
  |      [java] Attachment support is enabled?  true
  |      [java] Enter/Exit: JAFDataHandlerDeserializerFactory(class 
java.lang.String, {http://xml.apache.org/xml-soap}PlainText)
  |      [java] Enter/Exit: JAFDataHandlerDeserializerFactory(class 
java.lang.String, {http://xml.apache.org/xml-soap}PlainText)
  |      [java] Enter/Exit: JAFDataHandlerDeserializerFactory(class 
java.awt.Image, {http://xml.apache.org/xml-soap}Image)
  |      [java] Enter/Exit: JAFDataHandlerDeserializerFactory(class 
javax.mail.internet.MimeMultipart, {http://xml.apache.org/xml-soap}Multipart)
  |      [java] Enter/Exit: JAFDataHandlerDeserializerFactory(interface 
javax.xml.transform.Source, {http://xml.apache.org/xml-soap}Source)
  |      [java] Enter/Exit: JAFDataHandlerDeserializerFactory(class 
org.jboss.axis.attachments.OctetStream, 
{http://xml.apache.org/xml-soap}octetstream)
  |      [java] Enter/Exit: JAFDataHandlerDeserializerFactory()
  |      [java] @388993setReturnType(null)
  |      [java] @b8f82dsetReturnType(null)
  |      [java] @b8f82d added parameter >name:       
{http://ezyield.admin.org}in0
  |      [java] typeEntry:  null
  |      [java] mode:       IN
  |      [java] isReturn:   false
  |      [java] typeQName:  null
  |      [java] javaType:   class org.admin.ezyield.Hotel
  |      [java] inHeader:   false
  |      [java] outHeader:  false
  |      [java] @d2906a<total parameters:1


This is my build.xml 

  | <target name="wsdl" depends="compile">
  |             <mkdir dir="${build.classes.dir}/WEB-INF/wsdl" />
  |             <java classname="org.jboss.axis.wsdl.Java2WSDL" fork="yes" 
dir=".">
  |                     <classpath path="${classpath}" />
  |                     <arg value="-lhttp://tapthi:8080/availablewebsites/"; />
  |                     <arg value="-sAvailableWebsiteEndpoint" />
  |                     <arg value="-oWEB-INF/wsdl/AvailableWebsites.wsdl" />
  |                     <arg value="-uLITERAL" />
  |                     <arg value="org.admin.ezyield.AvailableWebsiteEndpoint" 
/>
  |             </java>
  |     </target>
  |     <target name="wsdltojava" depends="wsdl">
  |             <mkdir dir="${build.classes.dir}/WEB-INF/wsdl" />
  |             <java classname="org.jboss.axis.wsdl.WSDL2Java" fork="yes" 
dir="${src.dir}/main/src">
  |                     <classpath path="${classpath}" />
  |                         <arg value="-S true" />
  |                     <arg 
value="${build.classes.dir}/WEB-INF/wsdl/AvailableWebsites.wsdl" />
  |             </java>
  |     </target>


Pls help me out 

Thanks

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3883993#3883993

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3883993


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to