Re: [Axis2] JAXB integration status

2008-02-29 Thread andreas netter
We tried the latest nightly build, but codegeneration with jaxbri still creates 
a faulty stub as the (released) axis2 versions before:
there is a problem with the generation of soap header elements. we use soap 
headers for our messages to pass meta information. but the headerpart of the 
wsdl doesn't result in a correct generated stub code.

i posted this problem some months ago in this thread:
http://marc.info/?l=axis-userm=118183234717386w=2

One of the problems described in that thread is fixed since axis2 1.3 (compile 
errors in generated stubs with jaxb), but the other one (creation of OMElements 
for soap headers) is still present.

Regards,
Andreas 

 Original-Nachricht 
Datum: Thu, 28 Feb 2008 17:07:17 +0530
Von: Amila Suriarachchi [EMAIL PROTECTED]
An: axis-user@ws.apache.org
Betreff: Re: [Axis2] JAXB integration status

On Wed, Feb 27, 2008 at 5:45 PM, andreas netter [EMAIL PROTECTED] wrote:

 Hi,

 is the JAXB-RI data binding support in the next Axis2 Version(s) intended
 to use in production environments?

 Starting with Axis 1.1.1 early 2007, we evaluated for a project all data
 binding frameworks, that were supported by Axis2. We decided to use JAXB,
 although it had an experimental status for 1.1.1, because it is most
 suitable for our demands.

 Currently we use JAXB-RI with Axis2 1.3 in our test environment, but we
 plan to go live in june 2008.

 So, if JAXB-RI support still remains experimental for the next Axis2
 version(s) we have to change the data binding framework.


Please have a look at with the a nightly build. Now it is in a production
level.

thanks,
Amila.



 Regards,
 Andreas
 --
 Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
 Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

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




-- 
Amila Suriarachchi,
WSO2 Inc.

-- 
GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]

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



Re: [Axis2] JAXB integration status

2008-02-29 Thread Davanum Srinivas
Andreas,

Please create a new JIRA issue and upload your WSDL/xsd's.

thanks,
dims

On Fri, Feb 29, 2008 at 8:50 AM, andreas netter [EMAIL PROTECTED] wrote:
 We tried the latest nightly build, but codegeneration with jaxbri still 
 creates a faulty stub as the (released) axis2 versions before:
  there is a problem with the generation of soap header elements. we use soap 
 headers for our messages to pass meta information. but the headerpart of the 
 wsdl doesn't result in a correct generated stub code.

  i posted this problem some months ago in this thread:
  http://marc.info/?l=axis-userm=118183234717386w=2

  One of the problems described in that thread is fixed since axis2 1.3 
 (compile errors in generated stubs with jaxb), but the other one (creation of 
 OMElements for soap headers) is still present.

  Regards,
  Andreas

   Original-Nachricht 
  Datum: Thu, 28 Feb 2008 17:07:17 +0530
  Von: Amila Suriarachchi [EMAIL PROTECTED]
  An: axis-user@ws.apache.org
  Betreff: Re: [Axis2] JAXB integration status



  On Wed, Feb 27, 2008 at 5:45 PM, andreas netter [EMAIL PROTECTED] wrote:

   Hi,
  
   is the JAXB-RI data binding support in the next Axis2 Version(s) intended
   to use in production environments?
  
   Starting with Axis 1.1.1 early 2007, we evaluated for a project all data
   binding frameworks, that were supported by Axis2. We decided to use JAXB,
   although it had an experimental status for 1.1.1, because it is most
   suitable for our demands.
  
   Currently we use JAXB-RI with Axis2 1.3 in our test environment, but we
   plan to go live in june 2008.
  
   So, if JAXB-RI support still remains experimental for the next Axis2
   version(s) we have to change the data binding framework.


  Please have a look at with the a nightly build. Now it is in a production
  level.

  thanks,
  Amila.

  
  
   Regards,
   Andreas
   --
   Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
   Browser-Versionen downloaden: http://www.gmx.net/de/go/browser
  
   -
   To unsubscribe, e-mail: [EMAIL PROTECTED]
   For additional commands, e-mail: [EMAIL PROTECTED]
  
  


  --
  Amila Suriarachchi,
  WSO2 Inc.

  --
  GMX startet ShortView.de. Hier findest Du Leute mit Deinen Interessen!
  Jetzt dabei sein: http://www.shortview.de/[EMAIL PROTECTED]



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





-- 
Davanum Srinivas :: http://davanum.wordpress.com

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



Re: [Axis2] JAXB integration status

2008-02-28 Thread Amila Suriarachchi
On Wed, Feb 27, 2008 at 5:45 PM, andreas netter [EMAIL PROTECTED] wrote:

 Hi,

 is the JAXB-RI data binding support in the next Axis2 Version(s) intended
 to use in production environments?

 Starting with Axis 1.1.1 early 2007, we evaluated for a project all data
 binding frameworks, that were supported by Axis2. We decided to use JAXB,
 although it had an experimental status for 1.1.1, because it is most
 suitable for our demands.

 Currently we use JAXB-RI with Axis2 1.3 in our test environment, but we
 plan to go live in june 2008.

 So, if JAXB-RI support still remains experimental for the next Axis2
 version(s) we have to change the data binding framework.


Please have a look at with the a nightly build. Now it is in a production
level.

thanks,
Amila.



 Regards,
 Andreas
 --
 Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten
 Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

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




-- 
Amila Suriarachchi,
WSO2 Inc.


[Axis2] JAXB integration status

2008-02-27 Thread andreas netter
Hi, 

is the JAXB-RI data binding support in the next Axis2 Version(s) intended to 
use in production environments?

Starting with Axis 1.1.1 early 2007, we evaluated for a project all data 
binding frameworks, that were supported by Axis2. We decided to use JAXB, 
although it had an experimental status for 1.1.1, because it is most suitable 
for our demands.

Currently we use JAXB-RI with Axis2 1.3 in our test environment, but we plan to 
go live in june 2008.

So, if JAXB-RI support still remains experimental for the next Axis2 version(s) 
we have to change the data binding framework.

Regards,
Andreas
-- 
Ist Ihr Browser Vista-kompatibel? Jetzt die neuesten 
Browser-Versionen downloaden: http://www.gmx.net/de/go/browser

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