Unsubscribe

2009-08-10 Thread Chen, Jennifer



Hot update concerns

2008-10-21 Thread Chen, Jennifer
Hi, why is it not advisable to use hot update in a real-time system?
What are the concerns? I found the following paragraph online.

Thank you!

Jennifer

Hot update is the ability to make changes to an existing Web service
without shutting down the system. This is an important feature and
required in a testing environment. However, it's not advisable to use
hot update in a real-time system, because it could result in the system
leading into an unknown state. Additionally, there's the possibility of
loosening the existing service data of that service. To prevent this,
Axis2 comes with the hot update parameter set to FALSE by default. If
you want to have this feature, you can do this by changing the
configuration parameter like this: parameter
name=hotupdatetrue/parameter



RE: [axis2] Automatic schema validation

2008-10-02 Thread Chen, Jennifer
Hi Deepal,

I have the same question for both provisioning and consuming services,
and we are using ADB.

Thanks,

Jennifer 

-Original Message-
From: Jake Goulding [mailto:[EMAIL PROTECTED] 
Sent: Thursday, Oct 02, 2008 11:37 AM
To: axis-user@ws.apache.org
Subject: Re: [axis2] Automatic schema validation

Deepal:

Thanks for the quick answer (most of my other email to list seems to get

ignored ;-)).

I'm sure that schema validation would slow down the system, potentially 
a lot, but this would be invaluable for people operating with systems 
outside of their control. There is also a great quote that I cannot seem

to find now, but it goes along the lines of how important is it to get 
the wrong answer quickly?

Do you have any pointers to help me write the handler that you suggest? 
For further reference, I am writing a client based on JAXB, using Axis2 
1.4.1.

Thanks!

-Jake


Deepal jayasinghe wrote:
 Answers is no , because it slow down the system. However you can
 implement that your own. Just need to write a handler :)
 
 -Deepal
 Hey all:

 Is there any way to have Axis automatically check the incoming (and
 potentially the outgoing) XML against the schema(s) originally
 provided in the WSDL? I did a search online, but didn't see anything
 that seems too likely.

 Thanks!

 -Jake

 -
 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: [LIKELY JUNK]Re: [axis2] Automatic schema validation

2008-10-02 Thread Chen, Jennifer
I did some testing, for ADB beans, most of the validations are there,
but it's not complete.  At least decimal precision is NOT validated.  Do
you have an example of writing a handler to validate the xml message
against a WSDL file?
 
Thanks,
 
Jennifer



From: keith chapman [mailto:[EMAIL PROTECTED] 
Sent: Thursday, October 02, 2008 12:35 PM
To: axis-user@ws.apache.org
Subject: [LIKELY JUNK]Re: [axis2] Automatic schema validation


I think you would get some form of validation if you use generated code
on the server. i.e If a message is sent with a missing element the
MessageReceiver will detect this and throw a fault. Also this comes
without any additional cost. It will also check minoccurs and nillable
attributes.

Thanks,
Keith.


On Thu, Oct 2, 2008 at 8:45 PM, Jake Goulding [EMAIL PROTECTED]
wrote:


Hey all:

Is there any way to have Axis automatically check the incoming
(and potentially the outgoing) XML against the schema(s) originally
provided in the WSDL? I did a search online, but didn't see anything
that seems too likely.

Thanks!

-Jake


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






-- 
Keith Chapman
Senior Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org



Axis2.1.4 ADB known limitations

2008-07-18 Thread Chen, Jennifer
Hi, could you please send me some examples or documents that describe
the Axis2.1.4 ADB known limitations?  On your website, I only found the
following sentence:

ADB is meant to be a 'Simple' databinding framework and was not meant
to compile all types of schemas. The following limitations are the most
highlighted.

1.  Complex Type Extensions and Restrictions.  

Any explanation would be greatly appreciated! 

Thank you! 

Jennifer Chen 

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