Re: [Axis2] Axis2 1.2 RC2 Released - SOAP problem

2007-05-09 Thread david2

Alistair,

I just encountered this, too.  My *.aar ran fine in Wondows XP, but gets the
same "First Element must contain the local name, Envelope" error when I
tried to run it under Linux.  However, I am only using a single WSDL with an
imported XSD file.  Is there any was around inserting the XSD into the WSDL?

-David

-- 
View this message in context: 
http://www.nabble.com/Re-%3A--Axis2--Axis2-1.2-RC2-Released-tf3531026.html#a10401246
Sent from the Axis - User mailing list archive at Nabble.com.


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] Axis2 1.2 RC2 Released

2007-04-17 Thread Michele Mazzucco
Hi axis2 guys,

any plan to fix bug 2328 [1] for the 1.2 release?


Thanks,
Michele

[1] https://issues.apache.org/jira/browse/AXIS2-2328

On Tue, 2007-04-03 at 16:29 +0530, Deepal Jayasinghe wrote:
> 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
> 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[Axis2] Axis2 1.2 RC2 Released - pom.xml in samples?

2007-04-08 Thread Vijesh A.V.
Hi,

I understand that Axis2 1.2 release is going to support maven2. But why
is the samples in Axis2 1.2 RC2 don't contain pom.xml files?. I have
checked the nightly build yesterday, same story there.

It would be nice if they can be provided. Preferably using WSDL2Code,
Java2WSDL and AAR plug-ins. Or simply using ant plug-in with maven will
do.

Regards,
Vijesh

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] Axis2 1.2 RC2 Released - SOAP problem

2007-04-06 Thread Alistair Young
sorted! was my fault (as usual!).

In the modular WSDL, the messages.wsdl file wasn't importing the
messages-types.xsd. It was imported in the root WSDL file but wasn't
making it's way down to the messages.wsdl file.

Removing the xsd import from the root WSDL and putting it in the
messages.wsdl solved the problem.

must blog that...

Alistair


-- 
mov eax,1
mov ebx,0
int 80h

> The problem only occurs if I split up the WSDL into modular parts:
>
> WSDL_1 includes types from two XSD files
> WSDL_1 imports bindings from WSDL_2
> bindings imports portTypes from WSDL_3
> portTypes imports messages from WSDL_4
>
> if I combine the whole lot into one WSDL file, it works.
>
> In both cases the SOAP on the wire is identical so it must be something to
> do with the generated classes in the service.
>
> Alistair
>
>
>
> --
> mov eax,1
> mov ebx,0
> int 80h
>
>> Using the nightly build.
>>
>> In my MessageReceiverInOut I get this error when invoking a web service:
>>
>> org.apache.axis2.AxisFault: First Element must contain the local name,
>> Envelope
>>
>> I've checked on the wire and this is what comes in:
>>
>> 
>> > xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
>>  
>>  > xmlns="uk:ac:ox:oucs:ask:repo:ws:collectionmanager:messages:types">
>>  
>>  
>>  
>>  
>> 
>>
>> the problem happens when the message receiver calls fromOM():
>>  
>> (GetBriefcaseInputDocument)fromOM(
>> msgContext.getEnvelope().getBody().getFirstElement(),
>> GetBriefcaseInputDocument.class,
>> getEnvelopeNamespaces(msgContext.getEnvelope()));
>>
>> why would it say that Envelope is missing?
>>
>> thanks,
>>
>> Alistair
>>
>>
>>
>>
>> --
>> mov eax,1
>> mov ebx,0
>> int 80h
>>
>>> Hi Deepal
>>>
>>> Let me suggest that the problem arises because Axis2 doesn't take the
>>> service namespace into account. In my opinion services should be
>>> differentiated by both name and namespace. This should be the "key"
>>> for any mapping. Imagine that I have many clients wanting to deploy
>>> services - then it will be guaranteed that there are collisions in
>>> names. If they would use their own company namespace, in addition to
>>> that, this problem would be certainly avoided. Thanks.
>>>
>>> Regards,
>>> Angel
>>>
>>> On 4/6/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote:
 Hi All;

 I think this a major issue AFAIK , if some one generate services for
 two
 wsdls then he will get two services with the same name . Then the
 issue
 is how do you differentiate the two ? you can not deploy the files
 with
 the same name to services directory (only one will be picked up).
 Therefore I think we need to fix this b4 the release and I think we
 should either pick WSDL file name as the service aar name or the one
 of
 the service name in the wsdl as the service aar file name.

 Thanks
 Deepal

 Alistair Young wrote:

 >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
 >
 >
 >
 >

 --
 Thanks,
 Deepal
 
 "The highest tower is built one brick at a time"



 -
 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]
>>>
>>>
>>
>>
>> -
>> 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]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] Axis2 1.2 RC2 Released - SOAP problem

2007-04-06 Thread Alistair Young
The problem only occurs if I split up the WSDL into modular parts:

WSDL_1 includes types from two XSD files
WSDL_1 imports bindings from WSDL_2
bindings imports portTypes from WSDL_3
portTypes imports messages from WSDL_4

if I combine the whole lot into one WSDL file, it works.

In both cases the SOAP on the wire is identical so it must be something to
do with the generated classes in the service.

Alistair



-- 
mov eax,1
mov ebx,0
int 80h

> Using the nightly build.
>
> In my MessageReceiverInOut I get this error when invoking a web service:
>
> org.apache.axis2.AxisFault: First Element must contain the local name,
> Envelope
>
> I've checked on the wire and this is what comes in:
>
> 
>  xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";>
>   
>xmlns="uk:ac:ox:oucs:ask:repo:ws:collectionmanager:messages:types">
>   
>   
>   
>   
> 
>
> the problem happens when the message receiver calls fromOM():
>  
> (GetBriefcaseInputDocument)fromOM(
> msgContext.getEnvelope().getBody().getFirstElement(),
> GetBriefcaseInputDocument.class,
> getEnvelopeNamespaces(msgContext.getEnvelope()));
>
> why would it say that Envelope is missing?
>
> thanks,
>
> Alistair
>
>
>
>
> --
> mov eax,1
> mov ebx,0
> int 80h
>
>> Hi Deepal
>>
>> Let me suggest that the problem arises because Axis2 doesn't take the
>> service namespace into account. In my opinion services should be
>> differentiated by both name and namespace. This should be the "key"
>> for any mapping. Imagine that I have many clients wanting to deploy
>> services - then it will be guaranteed that there are collisions in
>> names. If they would use their own company namespace, in addition to
>> that, this problem would be certainly avoided. Thanks.
>>
>> Regards,
>> Angel
>>
>> On 4/6/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote:
>>> Hi All;
>>>
>>> I think this a major issue AFAIK , if some one generate services for
>>> two
>>> wsdls then he will get two services with the same name . Then the issue
>>> is how do you differentiate the two ? you can not deploy the files with
>>> the same name to services directory (only one will be picked up).
>>> Therefore I think we need to fix this b4 the release and I think we
>>> should either pick WSDL file name as the service aar name or the one of
>>> the service name in the wsdl as the service aar file name.
>>>
>>> Thanks
>>> Deepal
>>>
>>> Alistair Young wrote:
>>>
>>> >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
>>> >
>>> >
>>> >
>>> >
>>>
>>> --
>>> Thanks,
>>> Deepal
>>> 
>>> "The highest tower is built one brick at a time"
>>>
>>>
>>>
>>> -
>>> 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]
>>
>>
>
>
> -
> 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]



Re: [Axis2] Axis2 1.2 RC2 Released - SOAP problem

2007-04-06 Thread Alistair Young
Using the nightly build.

In my MessageReceiverInOut I get this error when invoking a web service:

org.apache.axis2.AxisFault: First Element must contain the local name,
Envelope

I've checked on the wire and this is what comes in:


http://schemas.xmlsoap.org/soap/envelope/";>








the problem happens when the message receiver calls fromOM():
 
(GetBriefcaseInputDocument)fromOM(
msgContext.getEnvelope().getBody().getFirstElement(),
GetBriefcaseInputDocument.class,
getEnvelopeNamespaces(msgContext.getEnvelope()));

why would it say that Envelope is missing?

thanks,

Alistair




-- 
mov eax,1
mov ebx,0
int 80h

> Hi Deepal
>
> Let me suggest that the problem arises because Axis2 doesn't take the
> service namespace into account. In my opinion services should be
> differentiated by both name and namespace. This should be the "key"
> for any mapping. Imagine that I have many clients wanting to deploy
> services - then it will be guaranteed that there are collisions in
> names. If they would use their own company namespace, in addition to
> that, this problem would be certainly avoided. Thanks.
>
> Regards,
> Angel
>
> On 4/6/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote:
>> Hi All;
>>
>> I think this a major issue AFAIK , if some one generate services for two
>> wsdls then he will get two services with the same name . Then the issue
>> is how do you differentiate the two ? you can not deploy the files with
>> the same name to services directory (only one will be picked up).
>> Therefore I think we need to fix this b4 the release and I think we
>> should either pick WSDL file name as the service aar name or the one of
>> the service name in the wsdl as the service aar file name.
>>
>> Thanks
>> Deepal
>>
>> Alistair Young wrote:
>>
>> >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
>> >
>> >
>> >
>> >
>>
>> --
>> Thanks,
>> Deepal
>> 
>> "The highest tower is built one brick at a time"
>>
>>
>>
>> -
>> 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]
>
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re : Re : Re : Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-06 Thread Julien HENRY
Thanks for your consideration, but I'm looking for a Maven 2 repository.

++
Julien

- Message d'origine 
De : Deepal Jayasinghe <[EMAIL PROTECTED]>
À : axis-user@ws.apache.org
Envoyé le : Vendredi, 6 Avril 2007, 10h20mn 31s
Objet : Re: Re : Re : Re : [Axis2] Axis2 1.2 RC2 Released

http://people.apache.org/~deepal/axis2/1.2-RC2/

Thanks
Deepal

Julien HENRY wrote:

> In
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/
> I have :
> 1.2-SNAPSHOT
> SNAPSHOT
>
> In
> http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/axis2/axis2/
> I have :
> 1.1
>
> In http://repo1.maven.org/maven2/org/apache/axis2/axis2/ I have :
> 1.1
> 1.1.1
>
> Could you please help me to find 1.2-rc2?
>
> Thanks
>
> Julien
>
> - Message d'origine 
> De : Patrick Houbaux <[EMAIL PROTECTED]>
> À : axis-user@ws.apache.org
> Envoyé le : Jeudi, 5 Avril 2007, 18h31mn 21s
> Objet : Re: Re : Re : [Axis2] Axis2 1.2 RC2 Released
>
> Check links in this message below ;)
>
> Cheers,
> Patrick.
>
> Julien HENRY wrote:
>
>>Can't manage to find 1.2-rc2 in releases. The latest release seems to be 1.1.
>>
>>++
>>
>>Julien
>>
>>----- Message d'origine 
>>De : Thilina Gunarathne <[EMAIL PROTECTED]>
>>À : axis-user@ws.apache.org
>>Envoyé le : Jeudi, 5 Avril 2007, 14h00mn 59s
>>Objet : Re: Re : [Axis2] Axis2 1.2 RC2 Released
>>
>>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]>
>>>À : "axis-dev@ws.apache.org" ;
>>>"axis-user@ws.apache.org" 
>>>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.
>>>
>>>
>>  
>>
>
> -- 
> --
> | *Patrick Houbaux*
> | Senior Consultant
> | Eurostep ABEmail: [EMAIL PROTECTED]
> | Drottninggatan 68  Mobile: +33 611 192 943
>

Re : Re : Re : Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-06 Thread Julien HENRY
Thanks for the explanation about differences between 1.2-SNAPSHOT and SNAPSHOT 
versions. I suppose I will have to wait for 1.2 final, as I don't want to use a 
snapshot repository in order to keep reproducible builds.

For future RC (and even alpha, beta), perhaps Axis 2 team should try to 
"release" (Maven meaning) artifacts, to allow a maximum amount of people to 
test it in "real" production configuration (no snapshot). This could lead to 
discover some nasty dependency mistakes, like with 1.1.1, where 2 artifacts are 
not available on ibiblio (woden-1.0.0M6 et  wsdl4j-1.6.2).

++

Julien

- Message d'origine 
De : Asankha C. Perera <[EMAIL PROTECTED]>
À : axis-user@ws.apache.org
Envoyé le : Vendredi, 6 Avril 2007, 9h31mn 02s
Objet : Re: Re : Re : Re : [Axis2] Axis2 1.2 RC2 Released




  

Hi Julien



As far as I know, an artifacts for RC releases have not been uploaded
to the maven repos. What you would find in the m2-snapshot-repository
are nightly build snapshots created off the 1.2 branch (i.e. if you are
looking at version "1.2-SNAPSHOT") and the trunk (i.e. under "SNAPSHOT"
version). 



I understand your concern, as I have a project dependent on Axis2 1.2
as well - and hence would suggest you point your pom to the
1.2-SNAPSHOT as its what will go into the 1.2 final release in the next
few days.



asankha



Julien HENRY wrote:

  
  
  In
  http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/
I have :

1.2-SNAPSHOT

SNAPSHOT

  

  In 
http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/axis2/axis2/
I have :

1.1

  

  In http://repo1.maven.org/maven2/org/apache/axis2/axis2/
I have :

1.1

1.1.1

  

Could you please help me to find 1.2-rc2?

  

Thanks

  

Julien

  

  

  


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]











___ 
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 
http://fr.answers.yahoo.com

Re: Re : Re : Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-06 Thread Deepal Jayasinghe
http://people.apache.org/~deepal/axis2/1.2-RC2/

Thanks
Deepal

Julien HENRY wrote:

> In
> http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/
> I have :
> 1.2-SNAPSHOT
> SNAPSHOT
>
> In
> http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/axis2/axis2/
> I have :
> 1.1
>
> In http://repo1.maven.org/maven2/org/apache/axis2/axis2/ I have :
> 1.1
> 1.1.1
>
> Could you please help me to find 1.2-rc2?
>
> Thanks
>
> Julien
>
> - Message d'origine 
> De : Patrick Houbaux <[EMAIL PROTECTED]>
> À : axis-user@ws.apache.org
> Envoyé le : Jeudi, 5 Avril 2007, 18h31mn 21s
> Objet : Re: Re : Re : [Axis2] Axis2 1.2 RC2 Released
>
> Check links in this message below ;)
>
> Cheers,
> Patrick.
>
> Julien HENRY wrote:
>
>>Can't manage to find 1.2-rc2 in releases. The latest release seems to be 1.1.
>>
>>++
>>
>>Julien
>>
>>- Message d'origine ----
>>De : Thilina Gunarathne <[EMAIL PROTECTED]>
>>À : axis-user@ws.apache.org
>>Envoyé le : Jeudi, 5 Avril 2007, 14h00mn 59s
>>Objet : Re: Re : [Axis2] Axis2 1.2 RC2 Released
>>
>>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]>
>>>À : "axis-dev@ws.apache.org" ;
>>>"axis-user@ws.apache.org" 
>>>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.
>>>
>>>
>>  
>>
>
> -- 
> --
> | *Patrick Houbaux*
> | Senior Consultant
> | Eurostep ABEmail: [EMAIL PROTECTED]
> | Drottninggatan 68  Mobile: +33 611 192 943
> | SE-111 21 StockholmFax: +46 (0) 8-200 399
> | Sweden URL: http://www.eurostep.com
> |Skype name: phoubaux
> | Home address:
> | BAT A11
> | 12 Rue de Paris
> | F-78560 Le Port-Marly

Re: Re : Re : Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-06 Thread Asankha C. Perera




Hi Julien

As far as I know, an artifacts for RC releases have not been uploaded
to the maven repos. What you would find in the m2-snapshot-repository
are nightly build snapshots created off the 1.2 branch (i.e. if you are
looking at version "1.2-SNAPSHOT") and the trunk (i.e. under "SNAPSHOT"
version). 

I understand your concern, as I have a project dependent on Axis2 1.2
as well - and hence would suggest you point your pom to the
1.2-SNAPSHOT as its what will go into the 1.2 final release in the next
few days.

asankha

Julien HENRY wrote:

  
  
  In
  http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/
I have :
1.2-SNAPSHOT
SNAPSHOT
  
  In http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/axis2/axis2/
I have :
1.1
  
  In http://repo1.maven.org/maven2/org/apache/axis2/axis2/
I have :
1.1
1.1.1
  
Could you please help me to find 1.2-rc2?
  
Thanks
  
Julien
  
  
  




-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re : Re : Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-06 Thread Julien HENRY
In http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2/axis2/ 
I have :
1.2-SNAPSHOT
SNAPSHOT

In 
http://people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/axis2/axis2/
 I have :
1.1

In http://repo1.maven.org/maven2/org/apache/axis2/axis2/ I have :
1.1
1.1.1

Could you please help me to find 1.2-rc2?

Thanks

Julien

- Message d'origine 
De : Patrick Houbaux <[EMAIL PROTECTED]>
À : axis-user@ws.apache.org
Envoyé le : Jeudi, 5 Avril 2007, 18h31mn 21s
Objet : Re: Re : Re : [Axis2] Axis2 1.2 RC2 Released





  
  

Check links in this message below ;)



Cheers,

Patrick.



Julien HENRY wrote:

  Can't manage to find 1.2-rc2 in releases. The latest release seems to be 1.1.

++

Julien

- Message d'origine 
De : Thilina Gunarathne <[EMAIL PROTECTED]>
À : axis-user@ws.apache.org
Envoyé le : Jeudi, 5 Avril 2007, 14h00mn 59s
Objet : Re: Re : [Axis2] Axis2 1.2 RC2 Released

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]>
À : "axis-dev@ws.apache.org" ;
"axis-user@ws.apache.org" 
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.

  
  
  



-- 




--

| Patrick Houbaux

| Senior Consultant

| Eurostep ABEmail: [EMAIL PROTECTED]

| Drottninggatan 68  Mobile: +33 611 192 943

| SE-111 21 StockholmFax: +46 (0) 8-200 399

| Sweden URL: http://www.eurostep.com

|Skype name: phoubaux

| Home address: 

| BAT A11 

| 12 Rue de Paris 

| F-78560 Le Port-Marly

| France

---





This message contains information that may be privileged or confidential and is 
the property of Eurostep Group. It is intended only for the person to whom it 
is addressed. If you are not the intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any 
part thereof. If you receive this message in error, please notify the sender 
immediately and delete all copies of this message.
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]











___ 
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 
http://fr.answers.yahoo.com

Re: Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-05 Thread Angel Todorov

Hi Deepal

Let me suggest that the problem arises because Axis2 doesn't take the
service namespace into account. In my opinion services should be
differentiated by both name and namespace. This should be the "key"
for any mapping. Imagine that I have many clients wanting to deploy
services - then it will be guaranteed that there are collisions in
names. If they would use their own company namespace, in addition to
that, this problem would be certainly avoided. Thanks.

Regards,
Angel

On 4/6/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote:

Hi All;

I think this a major issue AFAIK , if some one generate services for two
wsdls then he will get two services with the same name . Then the issue
is how do you differentiate the two ? you can not deploy the files with
the same name to services directory (only one will be picked up).
Therefore I think we need to fix this b4 the release and I think we
should either pick WSDL file name as the service aar name or the one of
the service name in the wsdl as the service aar file name.

Thanks
Deepal

Alistair Young wrote:

>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
>
>
>
>

--
Thanks,
Deepal

"The highest tower is built one brick at a time"



-
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]



Re: Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-05 Thread Deepal Jayasinghe
Hi All;

I think this a major issue AFAIK , if some one generate services for two
wsdls then he will get two services with the same name . Then the issue
is how do you differentiate the two ? you can not deploy the files with
the same name to services directory (only one will be picked up).
Therefore I think we need to fix this b4 the release and I think we
should either pick WSDL file name as the service aar name or the one of
the service name in the wsdl as the service aar file name.

Thanks
Deepal

Alistair Young wrote:

>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
>
>
>  
>

-- 
Thanks,
Deepal

"The highest tower is built one brick at a time"



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re : Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-05 Thread Patrick Houbaux




Check links in this message below ;)

Cheers,
Patrick.

Julien HENRY wrote:

  Can't manage to find 1.2-rc2 in releases. The latest release seems to be 1.1.

++

Julien

- Message d'origine 
De : Thilina Gunarathne <[EMAIL PROTECTED]>
À : axis-user@ws.apache.org
Envoyé le : Jeudi, 5 Avril 2007, 14h00mn 59s
Objet : Re: Re : [Axis2] Axis2 1.2 RC2 Released

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]>
À : "axis-dev@ws.apache.org" ;
"axis-user@ws.apache.org" 
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.

  
  

  


-- 


--
| Patrick Houbaux
| Senior Consultant
| Eurostep ABEmail: [EMAIL PROTECTED]
| Drottninggatan 68  Mobile: +33 611 192 943
| SE-111 21 StockholmFax: +46 (0) 8-200 399
| Sweden URL: http://www.eurostep.com
|    Skype name: phoubaux
| Home address: 
| BAT A11 
| 12 Rue de Paris 
| F-78560 Le Port-Marly
| France
---



This message contains information that may be privileged or confidential and is the property of Eurostep Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re : Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-05 Thread Julien HENRY
Can't manage to find 1.2-rc2 in releases. The latest release seems to be 1.1.

++

Julien

- Message d'origine 
De : Thilina Gunarathne <[EMAIL PROTECTED]>
À : axis-user@ws.apache.org
Envoyé le : Jeudi, 5 Avril 2007, 14h00mn 59s
Objet : Re: Re : [Axis2] Axis2 1.2 RC2 Released

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]>
> À : "axis-dev@ws.apache.org" ;
> "axis-user@ws.apache.org" 
> 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]










___ 
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 
http://fr.answers.yahoo.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-05 Thread Alistair Young
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]>
>> À : "axis-dev@ws.apache.org" ;
>> "axis-user@ws.apache.org" 
>> 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]



Re: Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-05 Thread Thilina Gunarathne

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]>
À : "axis-dev@ws.apache.org" ;
"axis-user@ws.apache.org" 
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]



Re : [Axis2] Axis2 1.2 RC2 Released

2007-04-05 Thread Julien HENRY
Do you plan to provide a Maven 2 repository ?

++

Julien

- Message d'origine 
De : Deepal Jayasinghe <[EMAIL PROTECTED]>
À : "axis-dev@ws.apache.org" ; 
"axis-user@ws.apache.org" 
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 
http://fr.answers.yahoo.com

Re: [Axis2] Axis2 1.2 RC2 Released

2007-04-04 Thread José Antonio Sánchez

Also, for that feature:

- Multiple services support in code gen

What's the flag/ant parameter necessary to get this?

On 4/4/07, Eric Chow <[EMAIL PROTECTED]> wrote:

Hi Deepal,

Can you add an example to use POJO annotation in Axis2-1.2RC2 ?

Best regards,
Eric


On 4/3/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote:
> 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
>
>




--
Saludos.
José Antonio Sánchez

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] Axis2 1.2 RC2 Released

2007-04-04 Thread Eric Chow

Hi Deepal,

Can you add an example to use POJO annotation in Axis2-1.2RC2 ?

Best regards,
Eric


On 4/3/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote:

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




Re: [Axis2] Axis2 1.2 RC2 Released

2007-04-03 Thread Paul Fremantle

Thanks very much

Paul

On 4/3/07, FURTADO, Murray, GBM <[EMAIL PROTECTED]> wrote:

I have now ;-)


Murray Furtado
Currency Options Sales Technology
RBS Global Banking and Markets
280 Bishopsgate, London EC2M 4RB / 135 Bishopsgate, London EC2M 3TP
 ( +44 207 085 0748 | * [EMAIL PROTECTED]

-Original Message-
From: Paul Fremantle [mailto:[EMAIL PROTECTED]
Sent: 03 April 2007 13:40
To: axis-user@ws.apache.org
Subject: Re: [Axis2] Axis2 1.2 RC2 Released

Murray

JFI Did you raise JIRAs for these two bugs?

Paul

On 4/3/07, FURTADO, Murray, GBM <[EMAIL PROTECTED]> wrote:
>
>
> I have found 2 issues in Axis2-1.1.1 which aren't fixed in 1.2RC2
>
> 1) Subclasses using adb databindings are not generated by wsdl2java
> (see my previous posts for details)
>
> 2) when using xmlbeans databindings, the -ns2p switch on the wsdl2java
> compiler doesn't seem to be applied to the emitted implementation classes
>   (again, see my previous post for details.)
>
> :-(
>
>
>
> Murray Furtado
> Currency Options Sales Technology
> RBS Global Banking and Markets
> 280 Bishopsgate, London EC2M 4RB / 135 Bishopsgate, London EC2M 3TP  (
> +44 207 085 0748 | * [EMAIL PROTECTED]
>
>
>  
>  From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED]
> Sent: 03 April 2007 12:00
> To: axis-dev@ws.apache.org; axis-user@ws.apache.org
> Subject: [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
>
> **
> * The Royal Bank of Scotland plc. Registered in Scotland
> No 90312. Registered
> Office: 36 St Andrew Square, Edinburgh EH2 2YB.
> Authorised and regulated by the Financial Services Authority
>
> This e-mail message is confidential and for use by the addressee only.
> If the message is received by anyone other than the addressee, please
> return the message to the sender by replying to it and then delete the
> message from your computer. Internet e-mails are not necessarily
> secure. The Royal Bank of Scotland plc does not accept responsibility
> for changes made to this message after it was sent.
>
> Whilst all reasonable care has been taken to avoid the transmission of
> viruses, it is the responsibility of the recipient to ensure that the
> onward transmission, opening or use of this message and any
> attachments will not adversely affect its systems or data. No
> responsibility is accepted by The Royal Bank of Scotland plc in this
> regard and the recipient should carry out such virus and other checks
> as it considers appropriate.
> Visit our websites at:
> www.rbs.com
> www.rbsgc.com
> www.rbsmarkets.com
> **
> *
>
>


--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional comma

RE: [Axis2] Axis2 1.2 RC2 Released

2007-04-03 Thread FURTADO, Murray, GBM
I have now ;-) 


Murray Furtado
Currency Options Sales Technology
RBS Global Banking and Markets 
280 Bishopsgate, London EC2M 4RB / 135 Bishopsgate, London EC2M 3TP 
 ( +44 207 085 0748 | * [EMAIL PROTECTED]

-Original Message-
From: Paul Fremantle [mailto:[EMAIL PROTECTED] 
Sent: 03 April 2007 13:40
To: axis-user@ws.apache.org
Subject: Re: [Axis2] Axis2 1.2 RC2 Released

Murray

JFI Did you raise JIRAs for these two bugs?

Paul

On 4/3/07, FURTADO, Murray, GBM <[EMAIL PROTECTED]> wrote:
>
>
> I have found 2 issues in Axis2-1.1.1 which aren't fixed in 1.2RC2
>
> 1) Subclasses using adb databindings are not generated by wsdl2java 
> (see my previous posts for details)
>
> 2) when using xmlbeans databindings, the -ns2p switch on the wsdl2java 
> compiler doesn't seem to be applied to the emitted implementation classes
>   (again, see my previous post for details.)
>
> :-(
>
>
>
> Murray Furtado
> Currency Options Sales Technology
> RBS Global Banking and Markets
> 280 Bishopsgate, London EC2M 4RB / 135 Bishopsgate, London EC2M 3TP  ( 
> +44 207 085 0748 | * [EMAIL PROTECTED]
>
>
>  
>  From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED]
> Sent: 03 April 2007 12:00
> To: axis-dev@ws.apache.org; axis-user@ws.apache.org
> Subject: [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
>
> **
> * The Royal Bank of Scotland plc. Registered in Scotland 
> No 90312. Registered
> Office: 36 St Andrew Square, Edinburgh EH2 2YB.
> Authorised and regulated by the Financial Services Authority
>
> This e-mail message is confidential and for use by the addressee only. 
> If the message is received by anyone other than the addressee, please 
> return the message to the sender by replying to it and then delete the 
> message from your computer. Internet e-mails are not necessarily 
> secure. The Royal Bank of Scotland plc does not accept responsibility 
> for changes made to this message after it was sent.
>
> Whilst all reasonable care has been taken to avoid the transmission of 
> viruses, it is the responsibility of the recipient to ensure that the 
> onward transmission, opening or use of this message and any 
> attachments will not adversely affect its systems or data. No 
> responsibility is accepted by The Royal Bank of Scotland plc in this 
> regard and the recipient should carry out such virus and other checks 
> as it considers appropriate.
> Visit our websites at:
> www.rbs.com
> www.rbsgc.com
> www.rbsmarkets.com
> **
> *
>
>


--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.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]



Re: [Axis2] Axis2 1.2 RC2 Released

2007-04-03 Thread Paul Fremantle

Murray

JFI Did you raise JIRAs for these two bugs?

Paul

On 4/3/07, FURTADO, Murray, GBM <[EMAIL PROTECTED]> wrote:



I have found 2 issues in Axis2-1.1.1 which aren't fixed in 1.2RC2

1) Subclasses using adb databindings are not generated by wsdl2java (see my
previous posts for details)

2) when using xmlbeans databindings, the -ns2p switch on the wsdl2java
compiler doesn't seem to be applied to the emitted implementation classes
  (again, see my previous post for details.)

:-(



Murray Furtado
Currency Options Sales Technology
RBS Global Banking and Markets
280 Bishopsgate, London EC2M 4RB / 135 Bishopsgate, London EC2M 3TP
 ( +44 207 085 0748 | * [EMAIL PROTECTED]


 
 From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED]
Sent: 03 April 2007 12:00
To: axis-dev@ws.apache.org; axis-user@ws.apache.org
Subject: [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

***
The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered
Office: 36 St Andrew Square, Edinburgh EH2 2YB.
Authorised and regulated by the Financial Services Authority

This e-mail message is confidential and for use by the
addressee only. If the message is received by anyone other
than the addressee, please return the message to the sender
by replying to it and then delete the message from your
computer. Internet e-mails are not necessarily secure. The
Royal Bank of Scotland plc does not accept responsibility for
changes made to this message after it was sent.

Whilst all reasonable care has been taken to avoid the
transmission of viruses, it is the responsibility of the recipient to
ensure that the onward transmission, opening or use of this
message and any attachments will not adversely affect its
systems or data. No responsibility is accepted by The
Royal Bank of Scotland plc in this regard and the recipient should carry
out such virus and other checks as it considers appropriate.
Visit our websites at:
www.rbs.com
www.rbsgc.com
www.rbsmarkets.com
***





--
Paul Fremantle
VP/Technology, WSO2 and OASIS WS-RX TC Co-chair

http://bloglines.com/blog/paulfremantle
[EMAIL PROTECTED]

"Oxygenating the Web Service Platform", www.wso2.com

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: [Axis2] Axis2 1.2 RC2 Released

2007-04-03 Thread Alistair Young
when using xmlbeans databindings, the -ns2p switch on the wsdl2java  
compiler doesn't seem to be applied to the emitted implementation  
classes

you could use the new xsdconfig support ;)

Alistair


--
mov eax,1
mov ebx,0
int 80h




On 3 Apr 2007, at 13:31, FURTADO, Murray, GBM wrote:


I have found 2 issues in Axis2-1.1.1 which aren't fixed in 1.2RC2

1) Subclasses using adb databindings are not generated by wsdl2java  
(see my previous posts for details)


2) when using xmlbeans databindings, the -ns2p switch on the  
wsdl2java compiler doesn't seem to be applied to the emitted  
implementation classes

  (again, see my previous post for details.)

:-(


Murray Furtado
Currency Options Sales Technology
RBS Global Banking and Markets
280 Bishopsgate, London EC2M 4RB / 135 Bishopsgate, London EC2M 3TP
 ( +44 207 085 0748 | * [EMAIL PROTECTED]


From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED]
Sent: 03 April 2007 12:00
To: axis-dev@ws.apache.org; axis-user@ws.apache.org
Subject: [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

** 
*
The Royal Bank of Scotland plc. Registered in Scotland No 90312.  
Registered Office: 36 St Andrew Square, Edinburgh EH2 2YB.

Authorised and regulated by the Financial Services Authority

This e-mail message is confidential and for use by the
addressee only. If the message is received by anyone other
than the addressee, please return the message to the sender
by replying to it and then delete the message from your
computer. Internet e-mails are not necessarily secure. The
Royal Bank of Scotland plc does not accept responsibility for
changes made to this message after it was sent.

Whilst all reasonable care has been taken to avoid the
transmission of viruses, it is the responsibility of the recipient to
ensure that the onward transmission, opening or use of this
message and any attachments will not adversely affect its
systems or data. No responsibility is accepted by The
Royal Bank of Scotland plc in this regard and the recipient should  
carry

out such virus and other checks as it considers appropriate.
Visit our websites at:
www.rbs.com
www.rbsgc.com
www.rbsmarkets.com
** 
*




RE: [Axis2] Axis2 1.2 RC2 Released

2007-04-03 Thread FURTADO, Murray, GBM
I have found 2 issues in Axis2-1.1.1 which aren't fixed in 1.2RC2 
 
1) Subclasses using adb databindings are not generated by wsdl2java (see my
previous posts for details)
 
2) when using xmlbeans databindings, the -ns2p switch on the wsdl2java
compiler doesn't seem to be applied to the emitted implementation classes 
  (again, see my previous post for details.)  
 
:-(
 
 
Murray Furtado
Currency Options Sales Technology
RBS Global Banking and Markets 
280 Bishopsgate, London EC2M 4RB / 135 Bishopsgate, London EC2M 3TP 
 ( +44 207 085 0748 | * [EMAIL PROTECTED]
<mailto:[EMAIL PROTECTED]> 
 

  _  

From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] 
Sent: 03 April 2007 12:00
To: axis-dev@ws.apache.org; axis-user@ws.apache.org
Subject: [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
<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
<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
<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
<http://people.apache.org/~deepal/axis2/1.2-RC2/axis2.war> 

jars
http://people.apache.org/~deepal/maven/org.apache.axis2/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/
<http://people.apache.org/~deepal/maven/org.apache.axis2/mars/> 

poms
http://people.apache.org/~deepal/maven/org.apache.axis2/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



***
The Royal Bank of Scotland plc. Registered in Scotland No 90312. Registered 
Office: 36 St Andrew Square, Edinburgh EH2 2YB. 
Authorised and regulated by the Financial Services Authority 
 
This e-mail message is confidential and for use by the 
addressee only. If the message is received by anyone other 
than the addressee, please return the message to the sender 
by replying to it and then delete the message from your 
computer. Internet e-mails are not necessarily secure. The 
Royal Bank of Scotland plc does not accept responsibility for 
changes made to this message after it was sent. 

Whilst all reasonable care has been taken to avoid the 
transmission of viruses, it is the responsibility of the recipient to 
ensure that the onward transmission, opening or use of this 
message and any attachments will not adversely affect its 
systems or data. No responsibility is accepted by The 
Royal Bank of Scotland plc in this regard and the recipient should carry 
out such virus and other checks as it considers appropriate. 
Visit our websites at: 
www.rbs.com
www.rbsgc.com
www.rbsmarkets.com
***


[Axis2] Axis2 1.2 RC2 Released

2007-04-03 Thread Deepal Jayasinghe
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