[jira] Resolved: (AXIS2-726) CallbackReceiver should not be a instance variable of the ServiceClient

2006-07-12 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-726?page=all ] Deepal Jayasinghe resolved AXIS2-726: - Resolution: Fixed Fixed > CallbackReceiver should not be a instance variable of the ServiceClient >

[jira] Resolved: (AXIS2-730) Deactivate does not call application destroy() method

2006-07-12 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-730?page=all ] Deepal Jayasinghe resolved AXIS2-730: - Resolution: Fixed Fixed in current SVN > Deactivate does not call application destroy() method >

[jira] Commented: (AXIS2-864) ServiceClient running inside a handler fails to receive response

2006-07-12 Thread Michele Mazzucco (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-864?page=comments#action_12420560 ] Michele Mazzucco commented on AXIS2-864: Deepal, I know, it should never get null. That's why it's a bug!. For what concerns the last part of your comment, I can't beca

Re: [Axis2] Problems with MessageContext

2006-07-12 Thread Carsten Ziegeler
Carsten Ziegeler schrieb: > Deepal Jayasinghe wrote: >> Hi Carsten; >> >> I went through your patch and realized that , you are giving read only >> access to the properties . So if someone want to change the value of >> property (properties) then he wont be able to do that. I think we need >> to pr

[Axis2]Google SoC - ADB Project

2006-07-12 Thread Maryam Moazeni
Hi All,   Regarding the implementation of complex content restriction,   I need to check each element that is going to be written with its correspondent in the base type. For each element in the complex content restriction I'm thinking of following these rules:   1) if an optional element is missin

[jira] Created: (AXIS2-888) RPCMessageReceiver complient WSDL always be elementFormDefault="qualified"

2006-07-12 Thread Saminda Wishwajith Abeyruwan (JIRA)
RPCMessageReceiver complient WSDL always be elementFormDefault="qualified" -- Key: AXIS2-888 URL: http://issues.apache.org/jira/browse/AXIS2-888 Project: Apache Axis 2.0 (Axis2) Type: Improvement

RE: AXIS2::Serialization of conplex type throws NPE

2006-07-12 Thread Pradeepta Bhattacharya
Do you mean that to use the Receiver class that is generated. But it will be internally making call to the ShoppingServiceSkeleton interface resulting in an NotSupportedException. Could you please explain a bit in brief the procedure what you meant in the solution. Thanks a lot. Pradeepta -Or

[jira] Updated: (AXIS2-871) Service created with WSDL2Code from a wsdl2 description fails to deploy in axis2.

2006-07-12 Thread Graham Turrell (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-871?page=all ] Graham Turrell updated AXIS2-871: - Attachment: HotelReservationService.wsdl reservationService.wsdl HotelReservationService.wsdl is the source wsdl2 doc for artifact generation b

[Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Bill Nagy
Hi folks, As I mentioned in one of my notes a while ago, we have an issue with some APIs (e.g. security, Tx) requiring that data be present on Thread Local Storage (TLS). I believe that we can work around (at least for now) needing to migrate information between threads, and can simply get away w

[jira] Resolved: (AXIS2-888) RPCMessageReceiver complient WSDL always be elementFormDefault="qualified"

2006-07-12 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-888?page=all ] Deepal Jayasinghe resolved AXIS2-888: - Resolution: Fixed Fixed pls add following element into your services.xml http://org.apache.axis2/xsd"; elementFormDefaultQualified="false"/>

Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Davanum Srinivas
Bill, Could you please flesh out a test case as well to show how the new interface should be used? I still can't figure out in my head..I don't remember seeing any TLS code in the current Axis2 svn. Am i missing something? thanks, dims On 7/12/06, Bill Nagy <[EMAIL PROTECTED]> wrote: Hi folks,

Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Bill Nagy
Hi dims, Sure. You are correct, there is no TLS code currently in Axis2. However we (IBM) have several cases (e.g. security) where we need to migrate information between the Axis2 contexts and TLS. For example, we have identity APIs that rely upon tokens being placed in TLS. While we can have t

Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Davanum Srinivas
makes sense :) next question, where does migrateContext and flowComplete get called from? do you have an idea? (any diffs i can review?) thx, dims On 7/12/06, Bill Nagy <[EMAIL PROTECTED]> wrote: Hi dims, Sure. You are correct, there is no TLS code currently in Axis2. However we (IBM) have s

[jira] Commented: (AXIS2-865) RPCMessageReceiver response NOT qualified well

2006-07-12 Thread Kinichiro Inoguchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-865?page=comments#action_12420619 ] Kinichiro Inoguchi commented on AXIS2-865: -- I could verify this issue was resolved with nightly build axis2.war 12-Jul-2006 05:28 . Thanks. > RPCMessageReceiver respo

[jira] Commented: (AXIS2-880) service method that returns array got Exception

2006-07-12 Thread Kinichiro Inoguchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-880?page=comments#action_12420617 ] Kinichiro Inoguchi commented on AXIS2-880: -- I could verify this issue was resolved with nightly build axis2.war 12-Jul-2006 05:28 . Thanks. > service method that retu

[jira] Commented: (AXIS2-879) invalid generated WSDL for method returns array

2006-07-12 Thread Kinichiro Inoguchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-879?page=comments#action_12420616 ] Kinichiro Inoguchi commented on AXIS2-879: -- I could verify this issue was resolved with nightly build axis2.war 12-Jul-2006 05:28 . Thanks. > invalid generated WSDL f

Urgent :Kindly verify whether the procedure is right or not

2006-07-12 Thread Pradeepta Bhattacharya
Hello All,       Kindly verify whether the procedure opted is right or not. I have an urgent delivery and need to get this clarified as soon as possible. I need to send a hierarchic object to a service as a parameter and get a hierarchic object as a response. The steps taken by me

Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Sanjiva Weerawarana
On Wed, 2006-07-12 at 09:40 -0400, Bill Nagy wrote: > Hi dims, > > Sure. You are correct, there is no TLS code currently in Axis2. > However we (IBM) have several cases (e.g. security) where we need to > migrate information between the Axis2 contexts and TLS. For example, we > have identity APIs

[jira] Created: (AXIS2-889) JAXWS: Minor tweaks to XMLSpineImpl and BlockFactoryImpl needed

2006-07-12 Thread Nick Gallardo (JIRA)
JAXWS: Minor tweaks to XMLSpineImpl and BlockFactoryImpl needed --- Key: AXIS2-889 URL: http://issues.apache.org/jira/browse/AXIS2-889 Project: Apache Axis 2.0 (Axis2) Type: Bug Components: jaxws Re

[jira] Updated: (AXIS2-889) JAXWS: Minor tweaks to XMLSpineImpl and BlockFactoryImpl needed

2006-07-12 Thread Nick Gallardo (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-889?page=all ] Nick Gallardo updated AXIS2-889: Attachment: patch.txt Here's a patch with the fixes mentioned. > JAXWS: Minor tweaks to XMLSpineImpl and BlockFactoryImpl needed > -

Re: [Axis2] Plugpoint to allow for migration between context and TLS

2006-07-12 Thread Bill Nagy
Hi Sanjiva, Logically, you can think of them as an extension to the handler mechanism that runs at the border between the core Axis2 code and the programming model layer (e.g. in the JAX-WS case they'll be run inside of the JAXWSMessageReceiver, the jaxws...AxisInvocationController, and the jaxws.

Re: AXIS2::Serialization of conplex type throws NPE

2006-07-12 Thread Anne Thomas Manes
One more note: I think you need to use a later build. When using Document style, the definition in the WSDL binding must not specify a namespace attribute. I believe this problem is fixed in the latest build. Anne On 7/12/06, Pradeepta Bhattacharya <[EMAIL PROTECTED]> wrote: Do you mean tha

[jira] Commented: (AXIS2-822) Axis2 cannot load services from within EAR/WAR when deployed in WebLogic

2006-07-12 Thread Jeff Peterson (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-822?page=comments#action_12420738 ] Jeff Peterson commented on AXIS2-822: - I believe this is a duplicate of AXIS2-701 > Axis2 cannot load services from within EAR/WAR when deployed in WebLogic > -

Accessing SOAP message within Axis

2006-07-12 Thread Ashish Pandit
Hi, Currently I am using SAAJ/Servlet to access SOAP message. I process it for myself and return the response appropriately. I would like to replace SAAJ with Axis so as to be able to use WS-* stack that Axis comes with.   Is it possible to access SOAP message within Axis? One way to do

[Axis2] MTOM Large file sending problem

2006-07-12 Thread Thilina Gunarathne
Hi all,After further investigating in to recent reports of MTOM not being able to send large files, I found out that the problem lies with the Async invocation. In the sync+file caching everything works fine and smoothly for server uploads, without giving any noticeable increase of memory usage. Bu

Re: [Axis2] MTOM Large file sending problem

2006-07-12 Thread Thilina Gunarathne
Forget the above mail... It worked.. :).. I was able to upload a  >160MB file succesfully. Service was in my local machine and the speed was above 350 KB/s..I have not enabled MTOM on async client and problem is with the base64 encoding. MTOM works fine.. But Base64encoding fails due to Axis2 tryin

Re: [Axis2] Problems with MessageContext

2006-07-12 Thread Deepal Jayasinghe
If you are happy with unmodifiable map then I have no objection , any way if some one want to modify property (or properties) he can easily do that no need to call the getProperties and then modify the map. So lets keep what we have now :) Carsten Ziegeler wrote: >Carsten Ziegeler schrieb: >

Re: [Axis2]Google SoC - ADB Project

2006-07-12 Thread Ajith Ranabahu
Hi Maryam, Please see my comments inline 1) if an optional element is missing from the base type, override the getter and setter corresponding to the element and throw appropriate exceptions. Yes. This seems appropriate 2) if the type of the element is a subtype of its corresponding typ