Hi,

I was checking Axis2 1.0RC1 a little bit.
I noticed 3 difference between with 0.95.

1. result of ?wsdl is changed.

  Say, http://localhost:8080/axis2/services/version?wsdl, 
  In wsdl:types, getVersionRequest(0.95) is changed to
getVersion(1.0RC1).
  In wsdl:message, getVersionRequestMessage(0.95) is changed to
getVersionMessage(1.0RC1).

  Is this correct ?

2. log4j warning has occured when executes WSDL2Java.

  WSDL2Java -uri http://localhost:8080/axis2/services/version?wsdl -o
src_dir -p sample
  Using AXIS2_HOME:   C:\axis2
  Using JAVA_HOME:    C:\j2sdk1.4.2_07
  log4j:WARN No appenders could be found for logger
(org.apache.axis2.wsdl.codegen.emitter.AxisServiceBasedMultiLanguageEmit
ter).
  log4j:WARN Please initialize the log4j system properly.

  With 0.95, I didn't see these warnings.

3. om import directive is changed.

  I think this will be done by Axiom team, though.
  0.95   org.apache.ws.commons.om.*;
  1.0RC1 org.apache.axiom.om.*;

these 3 changes remain in 1.0 ?

Thanks. / kinichiro.

Reply via email to