Re: Axis2c, MS Windows

2006-09-18 Thread Nandika Jayawardana
Hi Krankurs,Due to some prefix replacements we did some time back, above file has axiom prefix instead of the axis2 prefix. It is an error and is now fixed in current svn code. If you are using .93 release above symbol should be in axis2_http_sender.lib. In attribute ordering problem, All

[jira] Commented: (AXIS2C-287) Port to MacOS X 10.4.7

2006-09-18 Thread Oisin Hurley (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2C-287?page=comments#action_12435502 ] Oisin Hurley commented on AXIS2C-287: - Thanks for applying the patch, Sanjaya, and apologies for the build breakage! Build works fine on MacOS X, *but* slight

Changing free function pointer in ops structs to free_fn

2006-09-18 Thread Nandika Jayawardana
Hi All,I have been developing a php exetension for axis2 , and when I use free macros of axis2 , I get the following error when comiling under debug mode.eg. '_free_dbg' : is not a member of 'axis2_conf_ctx_ops' e:\axis2\include\axis2_conf_ctx.h(58) : see declaration of 'axis2_conf_ctx_ops'This

[jira] Updated: (AXIS2-1174) Some changes to the Axis2 Architecture guide

2006-09-18 Thread Sameera Madushan Jayasoma (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1174?page=all ] Sameera Madushan Jayasoma updated AXIS2-1174: - Attachment: patch.txt Some changes to the Axis2 Architecture guide

[jira] Created: (AXIS2-1174) Some changes to the Axis2 Architecture guide

2006-09-18 Thread Sameera Madushan Jayasoma (JIRA)
Some changes to the Axis2 Architecture guide Key: AXIS2-1174 URL: http://issues.apache.org/jira/browse/AXIS2-1174 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: samples,

[jira] Created: (AXIS2-1176) Changes in Axis2 User's Guide page 2 and 5

2006-09-18 Thread Saliya Ekanayake (JIRA)
Changes in Axis2 User's Guide page 2 and 5 -- Key: AXIS2-1176 URL: http://issues.apache.org/jira/browse/AXIS2-1176 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: samples,

[jira] Updated: (AXIS2-1176) Changes in Axis2 User's Guide page 2 and 5

2006-09-18 Thread Saliya Ekanayake (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1176?page=all ] Saliya Ekanayake updated AXIS2-1176: Attachment: patch.txt Changes in Axis2 User's Guide page 2 and 5 -- Key: AXIS2-1176

[jira] Updated: (AXIS2-1175) Changes to the Axis2 userguide page 4

2006-09-18 Thread Isuru Eranga Suriarachchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1175?page=all ] Isuru Eranga Suriarachchi updated AXIS2-1175: - Attachment: patch.txt Changes to the Axis2 userguide page 4 - Key: AXIS2-1175

[AXIOM] Releasing Axiom 1.1.1

2006-09-18 Thread Eran Chinthaka
Hi all, The released version of Axiom 1.1 was compiled on jdk15. But we have a minimum requirement to support jdk14. We can not simply correct this error by replacing jars as the distributables are already reflected on mirrors and it is not allowed to replace jars in maven repos. So I will be

[jira] Commented: (AXIS2-805) namespace of generated WSDL

2006-09-18 Thread Kinichiro Inoguchi (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-805?page=comments#action_12435409 ] Kinichiro Inoguchi commented on AXIS2-805: -- This issue is about wrong namespace in generated WSDL when using RPCMessageReceiver. Test service returns

[jira] Assigned: (AXIS2-1176) Changes in Axis2 User's Guide page 2 and 5

2006-09-18 Thread Chatra Nakkawita (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1176?page=all ] Chatra Nakkawita reassigned AXIS2-1176: --- Assignee: Chatra Nakkawita Changes in Axis2 User's Guide page 2 and 5 -- Key:

[jira] Assigned: (AXIS2-1171) Access service context attributes

2006-09-18 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1171?page=all ] Deepal Jayasinghe reassigned AXIS2-1171: Assignee: Deepal Jayasinghe Access service context attributes - Key: AXIS2-1171

[jira] Assigned: (AXIS2-1175) Changes to the Axis2 userguide page 4

2006-09-18 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1175?page=all ] Deepal Jayasinghe reassigned AXIS2-1175: Assignee: Chatra Nakkawita Changes to the Axis2 userguide page 4 - Key: AXIS2-1175

Re: [AXIOM] Releasing Axiom 1.1.1

2006-09-18 Thread David Illsley
Hi, I noticed over the weekend that Axiom 1.1 has the woodstox dependency as: stax.impl.groupid=woodstox stax.impl.artifactid=wstx stax.impl.version=asl-3.0.0 and Axis2 head has: stax.impl.artifactid=wstx stax.impl.groupid=woodstox stax.impl.version=asl-3.0.1 Would it be

[jira] Created: (AXIS2-1177) I am getting OMException: Can't find datahandler when I try to execute render operation on MSRS 2005. It seems that the axis2 generated stub client is not able to handle

2006-09-18 Thread Satyajit Jha (JIRA)
I am getting OMException: Can't find datahandler when I try to execute render operation on MSRS 2005. It seems that the axis2 generated stub client is not able to handle Base64 enocded data.

Re: [axis2] Improvements to Service life cycle in handling

2006-09-18 Thread Deepal Jayasinghe
(Deepal you forgot the [axis2] on the subject! For others who missed the rest of the thread; please go look in your axis-dev folder.) oh , I am sorry for not putting [Axis2] I'm +1 for doing this. ServiceLifecycle is still not the right name IMO for the features it has- it should be

Re: [axis2] Improvements to Service life cycle in handling

2006-09-18 Thread Deepal Jayasinghe
Hi dims; This is what we have right now , I mean one can implement Service interface or just have session related method in the service impl class. - if he has implement the interface , then we check the instance of the service impl class , then call method accordingly - else we check to see

Re: [AXIOM] Releasing Axiom 1.1.1

2006-09-18 Thread Eran Chinthaka
Will do. but I have not tested wstx-3.0.1 -- Chinthaka Original Message Subject: [AXIOM] Releasing Axiom 1.1.1 Date: Mon, 18 Sep 2006 12:13:57 +0530 From: Eran Chinthaka [EMAIL PROTECTED] Reply-To: axis-dev@ws.apache.org, [EMAIL PROTECTED] To: [EMAIL PROTECTED],

[jira] Created: (AXIS2-1178) Some mistakes found in the Axis2 userguide - page 3

2006-09-18 Thread Sameera Madushan Jayasoma (JIRA)
Some mistakes found in the Axis2 userguide - page 3 --- Key: AXIS2-1178 URL: http://issues.apache.org/jira/browse/AXIS2-1178 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug

[jira] Updated: (AXIS2-1178) Some mistakes found in the Axis2 userguide - page 3

2006-09-18 Thread Sameera Madushan Jayasoma (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1178?page=all ] Sameera Madushan Jayasoma updated AXIS2-1178: - Attachment: patch.txt Some mistakes found in the Axis2 userguide - page 3 ---

[jira] Updated: (AXIS2-1175) Changes to the Axis2 userguide page 4

2006-09-18 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1175?page=all ] Deepal Jayasinghe updated AXIS2-1175: - Priority: Blocker (was: Minor) Changes to the Axis2 userguide page 4 - Key: AXIS2-1175

[jira] Updated: (AXIS2-1178) Some mistakes found in the Axis2 userguide - page 3

2006-09-18 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1178?page=all ] Deepal Jayasinghe updated AXIS2-1178: - Priority: Blocker (was: Major) I think it is good to improve the user guide issues before 1.1 Some mistakes found in the Axis2 userguide - page 3

[jira] Updated: (AXIS2-1176) Changes in Axis2 User's Guide page 2 and 5

2006-09-18 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1176?page=all ] Deepal Jayasinghe updated AXIS2-1176: - Priority: Blocker (was: Minor) Changes in Axis2 User's Guide page 2 and 5 -- Key:

[jira] Updated: (AXIS2-1174) Some changes to the Axis2 Architecture guide

2006-09-18 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1174?page=all ] Deepal Jayasinghe updated AXIS2-1174: - Description: There are some mistakes in the Axis2 Architecture document. 1. In the section Axis2 Default Processing Model There should be four

Re: [AXIOM][Axis2] Sharing experiences while releasing Axiom

2006-09-18 Thread Sanjiva Weerawarana
+1 for fixing things properly but let's please use Maven1 for the 1.1 release. When we're doing the m2 upgrade then we need to get everything working! Sanjiva. On Mon, 2006-09-18 at 10:26 +0530, Eran Chinthaka wrote: Seems every one is silent as you need to feel it to know the problem :).

[jira] Assigned: (AXIS2-1160) Error given when trying to edit parameters of activated services

2006-09-18 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1160?page=all ] Deepal Jayasinghe reassigned AXIS2-1160: Assignee: Deepal Jayasinghe Error given when trying to edit parameters of activated services

[jira] Assigned: (AXIS2-1155) Error given when accessing the site http://localhost:8080/axis2/index.jsp

2006-09-18 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1155?page=all ] Deepal Jayasinghe reassigned AXIS2-1155: Assignee: Deepal Jayasinghe Error given when accessing the site http://localhost:8080/axis2/index.jsp

[jira] Created: (AXIS2-1179) Changes done to the Service Archive Generator Wizard - eclipse Plug-in

2006-09-18 Thread Evanthika Amarasiri (JIRA)
Changes done to the Service Archive Generator Wizard - eclipse Plug-in Key: AXIS2-1179 URL: http://issues.apache.org/jira/browse/AXIS2-1179 Project: Apache Axis 2.0 (Axis2)

[jira] Updated: (AXIS2-1179) Changes done to the Service Archive Generator Wizard - eclipse Plug-in

2006-09-18 Thread Evanthika Amarasiri (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1179?page=all ] Evanthika Amarasiri updated AXIS2-1179: --- Attachment: AXIS2-1179-servicearchiver-plugin.patch AXIS2-1179-servicearchiver-plugin.patch attached with the changes Changes done to the

Re: [axis2] Improvements to Service life cycle in handling

2006-09-18 Thread Davanum Srinivas
Absolutely Deepal. I was suggesting that we should use the same pattern we have already set. thanks, dims On 9/18/06, Deepal Jayasinghe [EMAIL PROTECTED] wrote: Hi dims; This is what we have right now , I mean one can implement Service interface or just have session related method in the

[jira] Created: (AXIS2-1180) Changes done to the Code Generator Wizard - eclipse Plug-in page

2006-09-18 Thread Evanthika Amarasiri (JIRA)
Changes done to the Code Generator Wizard - eclipse Plug-in page -- Key: AXIS2-1180 URL: http://issues.apache.org/jira/browse/AXIS2-1180 Project: Apache Axis 2.0 (Axis2) Issue

[jira] Updated: (AXIS2-1180) Changes done to the Code Generator Wizard - eclipse Plug-in page

2006-09-18 Thread Evanthika Amarasiri (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1180?page=all ] Evanthika Amarasiri updated AXIS2-1180: --- Attachment: AXIS2-1180-wsdl2java-plugin.patch AXIS2-1180-wsdl2java-plugin.patch attached with changes Changes done to the Code Generator Wizard

Re: [AXIS2] Acces servlet context parameters

2006-09-18 Thread Jean-Michel PATER
Hi, I may missed something. I have implemented the setOperationContext method in my service implementation class (in the skeleton class). I have then a method like that in my skeleton : public void setOperationContext(OperationContext opContext){ log.info(Entering

[jira] Commented: (AXIS2-939) Client API does not remove OperationContext instances from configuration context after MEP completes

2006-09-18 Thread Thomas Eckoldt (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-939?page=comments#action_12435471 ] Thomas Eckoldt commented on AXIS2-939: -- Please re-open the issue (I don't seem to have the access-rights to do it), the problem still exists. The method call

[jira] Reopened: (AXIS2-939) Client API does not remove OperationContext instances from configuration context after MEP completes

2006-09-18 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-939?page=all ] Davanum Srinivas reopened AXIS2-939: Client API does not remove OperationContext instances from configuration context after MEP completes

[jira] Commented: (AXIS2-1171) Access service context attributes

2006-09-18 Thread Jean-Michel PATER (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1171?page=comments#action_12435482 ] Jean-Michel PATER commented on AXIS2-1171: -- Hi, I may have missed something. I have implemented the setOperationContext method in my service

[jira] Created: (AXIS2-1181) WS-Security and HTTPS compatibility

2006-09-18 Thread Dale Herrig (JIRA)
WS-Security and HTTPS compatibility --- Key: AXIS2-1181 URL: http://issues.apache.org/jira/browse/AXIS2-1181 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: core Affects Versions:

[jira] Commented: (AXIS2-1181) WS-Security and HTTPS compatibility

2006-09-18 Thread Oleg Kalnichevski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1181?page=comments#action_12435491 ] Oleg Kalnichevski commented on AXIS2-1181: -- Dale, This is really weird. Unconnected sockets are supported since Java 1.4. What is your default JSSE

Re: [AXIOM] Releasing Axiom 1.1.1

2006-09-18 Thread Davanum Srinivas
I have. It's ok to update. -- dims On 9/18/06, Eran Chinthaka [EMAIL PROTECTED] wrote: Will do. but I have not tested wstx-3.0.1 -- Chinthaka Original Message Subject: [AXIOM] Releasing Axiom 1.1.1 Date: Mon, 18 Sep 2006 12:13:57 +0530 From: Eran Chinthaka [EMAIL PROTECTED]

[jira] Created: (AXIS2-1182) service name clash for callback operation

2006-09-18 Thread Michele Mazzucco (JIRA)
service name clash for callback operation - Key: AXIS2-1182 URL: http://issues.apache.org/jira/browse/AXIS2-1182 Project: Apache Axis 2.0 (Axis2) Issue Type: Bug Components: client-api

[jira] Commented: (AXIS2-1076) Catchall documentation improvements

2006-09-18 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1076?page=comments#action_12435508 ] robert lazarski commented on AXIS2-1076: From http://marc.theaimsgroup.com/?l=axis-userm=115859390106189w=2 Question: Is the userguide example not

[axis2] latest svn - NoClassDefFoundError: javax/jms/BytesMessage

2006-09-18 Thread robert lazarski
java.lang.NoClassDefFoundError: javax/jms/BytesMessage at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:242) at org.apache.axis2.deployment.AxisConfigBuilder.processTransportSenders(AxisConfigBuilder.java:392) at

[jira] Created: (AXIS2-1183) Client-side metadata improvements to create service and use fully qualified service name

2006-09-18 Thread Jeff Barrett (JIRA)
Client-side metadata improvements to create service and use fully qualified service name Key: AXIS2-1183 URL: http://issues.apache.org/jira/browse/AXIS2-1183

[jira] Updated: (AXIS2-1184) Dispatch ClassCastException with DOMSource

2006-09-18 Thread Samuel Isokpunwu (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1184?page=all ] Samuel Isokpunwu updated AXIS2-1184: Attachment: d383139a-patch.txt A patch to fix the ClassCastException. Dispatch ClassCastException with DOMSource

[jira] Updated: (AXIS2-1183) Client-side metadata improvements to create service and use fully qualified service name

2006-09-18 Thread Jeff Barrett (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1183?page=all ] Jeff Barrett updated AXIS2-1183: Attachment: 1183_patch.txt Fixed per Description. Client-side metadata improvements to create service and use fully qualified service name

Re: [jira] Updated: (AXIS2-1183) Client-side metadata improvements to create service and use fully qualified service name

2006-09-18 Thread sandeep bhojwani
I was looking for this feature. I want to configure the services on the client side in the same way as is done on the server. I tried this. I put .aar files and loaded the configuration using the FileBasedConfiguration loader. The problem is that somewhere deep down, in the code that parses all

Re: [jira] Updated: (AXIS2-1183) Client-side metadata improvements to create service and use fully qualified service name

2006-09-18 Thread Davanum Srinivas
jira please with your sample code to recreate the problm. thx, dims On 9/18/06, sandeep bhojwani [EMAIL PROTECTED] wrote: I was looking for this feature. I want to configure the services on the client side in the same way as is done on the server. I tried this. I put .aar files and loaded the

trying to invoke a handler in the outflow phase after addressing modules

2006-09-18 Thread Mohammad N Fakhar
Hi, I am trying to invoke a handler in the outflow phase, AFTER the addressing moduels are done with the envelope; i.e. i want the outgoing addressing headers to be on the envelope when my handler is invoked. Here is what the outflow phaseOrder in axis2.xml looks like: phaseOrder

Re: [axis2] Improvements to Service life cycle in handling

2006-09-18 Thread Sanjiva Weerawarana
On Mon, 2006-09-18 at 13:49 +0530, Deepal Jayasinghe wrote: Hi dims; This is what we have right now , I mean one can implement Service interface or just have session related method in the service impl class. - if he has implement the interface , then we check the instance of the service impl

Re: [axis2] Improvements to Service life cycle in handling

2006-09-18 Thread Sanjiva Weerawarana
On Mon, 2006-09-18 at 13:45 +0530, Deepal Jayasinghe wrote: How about this- rather than putting these methods into an interface and asking people to implement them, let's have these methods documented and then reflectively call them if they're there. The advantage of this approach is that it

Re: [Axis2] ServiceClient questions

2006-09-18 Thread Sanjiva Weerawarana
On Fri, 2006-09-15 at 11:59 +0530, Deepal Jayasinghe wrote: That doesn't make any sense IMO .. the reason we use the anon ops is to make the simple case possible. If someone's getting at the operation client and doing stuff there better know the name of the operation. Yes , I understand

[jira] Updated: (AXIS2-1180) Changes done to the Code Generator Wizard - eclipse Plug-in page

2006-09-18 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1180?page=all ] Deepal Jayasinghe updated AXIS2-1180: - Assignee: Chatra Nakkawita Changes done to the Code Generator Wizard - eclipse Plug-in page

[jira] Updated: (AXIS2-1179) Changes done to the Service Archive Generator Wizard - eclipse Plug-in

2006-09-18 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1179?page=all ] Deepal Jayasinghe updated AXIS2-1179: - Assignee: Chatra Nakkawita Changes done to the Service Archive Generator Wizard - eclipse Plug-in

[Axis2]WSDL2Java - Code generation - boolean type variables

2006-09-18 Thread Sameera Madushan
Dear all,I developed a wsdl for two web service operations(mentioned below). Code generation process works fine.There is boolean variable called 'loginStatus' in the UserLoginReponse element. After the code generation I could see the following UserLoginResponse.getLoginStatus().As I know in java