wsdl2java now creates the service as Service.aar instead of ServiceName.aar. e.g. previously, if your service was called MinervaService, you would get: build/lib/MinervaService.aar
now you get: build/lib/Service.aar so you have to rename before deploying (as they're all called Service.aar now) Alistair -- mov eax,1 mov ebx,0 int 80h > Snapshots, > http://people.apache.org/repo/m2-snapshot-repository/ > > Releases, > http://people.apache.org/repo/m2-ibiblio-rsync-repository/ > > ~Thilina > > On 4/5/07, Julien HENRY <[EMAIL PROTECTED]> wrote: >> >> Do you plan to provide a Maven 2 repository ? >> >> ++ >> >> Julien >> >> ----- Message d'origine ---- >> De : Deepal Jayasinghe <[EMAIL PROTECTED]> >> À : "[email protected]" <[email protected]>; >> "[email protected]" <[email protected]> >> Envoyé le : Mardi, 3 Avril 2007, 12h59mn 49s >> Objet : [Axis2] Axis2 1.2 RC2 Released >> >> >> Hi all, >> >> I uploaded Axis2 1.2 RC2 release artifacts. Please help us by >> downloading >> and reviewing them. >> >> Download locations : >> binary distributions- >> http://people.apache.org/~deepal/axis2/1.2-RC2/axis2-1.2-RC2.zip >> source distribution >> http://people.apache.org/~deepal/axis2/1.2-RC2/axis2-1.2-RC2-src.zip >> docs distribution >> http://people.apache.org/~deepal/axis2/1.2-RC2/axis2-1.2-RC2-docs.zip >> war distribution >> http://people.apache.org/~deepal/axis2/1.2-RC2/axis2.war >> >> jars >> http://people.apache.org/~deepal/maven/org.apache.axis2/jars/ >> >> mars (addressing and soapmonitor) >> http://people.apache.org/~deepal/maven/org.apache.axis2/mars/ >> >> poms >> http://people.apache.org/~deepal/maven/org.apache.axis2/poms/ >> >> >> According to the release plan, I'm expecting to release Axis2 1.2 on >> 6th April, 2007. >> >> >> Features included in the release : >> - WSDL 2.0 fully support >> (Reading , writing and codegen) >> - POJO annotation >> - JAX-WS integration >> - JAX-WS -annotation >> - Un-wrapping (Response) >> - ADB - missing schema support >> - Maven2 support >> - JSON support >> - Binary serialization (Fast Inforset) >> - Multiple services support in code gen >> - HTTP code generation (both WSDL 1.1 and 2.0) >> - Fix/update helper mode >> - Custom deployers support >> - Message formatters >> - Message Builders >> >> In addition to above major features we have fixed numerous JIRA issues. >> >> >> Thanks, >> Deepal >> >> >> >> ________________________________ >> Découvrez une nouvelle façon d'obtenir des réponses à toutes vos >> questions >> ! Profitez des connaissances, des opinions et des expériences des >> internautes sur Yahoo! Questions/Réponses. > > > -- > Thilina Gunarathne - http://www.wso2.com - http://thilinag.blogspot.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
