Re: [jira] Commented: (AXIS2C-730) using wsdl2c with -d adb option, and element with minOccurs=0 results in lost nodes in the deserialize method

2007-10-23 Thread Dimuthu Gamage
Hi Antonio, I think the patch should be send to axis2/c project. (Although the tool is in the axis2/java project, the c templates are mostly maintained by the c project) Thanks Dimuthu On 10/23/07, Antonio Chiurla (JIRA) [EMAIL PROTECTED] wrote: [

[jira] Updated: (AXIS2C-622) When a service is loaded with a module ref in service.xml, but without that module deployed then axis2 engine start fail

2007-10-23 Thread Senaka Fernando (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-622?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Senaka Fernando updated AXIS2C-622: --- Attachment: diff.txt I have modified svc_builder.c, so that if a module that is specified as

Re: How to use WSDL to validate soap message?

2007-10-23 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please read a doc on data binding and please 1. do not cross post 2. do not use dev-list to ask non-architectural questions. Chinthaka Wenshuang Sun wrote: Hi, How to use WSDL to validate the soap message in axis2, is the API about the

Re: axis2: how to run a main class(or servlet) in my service pack right after axis2 server is started?

2007-10-23 Thread Eran Chinthaka
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why do you want to have a main class and start it up? I assume this is because you were exposing your app thru a java socket and for socket handling you wanted to make it a server. Why not just expose your APIs directly as operations in a Web service?

Re: axis2: how to run a main class(or servlet) in my service pack right after axis2 server is started?

2007-10-23 Thread Qil . Wong
Hi, Eran, Socket is one of many aspects why I need to start as a server. It is very convinient to initialize variables I need and share memery between different service calling. 2007/10/23, Eran Chinthaka [EMAIL PROTECTED]: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Why do you

[Axis2] No nightly builds since the 17th

2007-10-23 Thread keith chapman
Hi, Looks like the nightly builds have died. In http://people.apache.org/repo/m2-snapshot-repository/org/apache/axis2 the latest nightly was uploaded on the 17th. I took an update from the trunk and checked the build. There are no issues and builds fine. Does anybody know how to check what has

[jira] Commented: (AXIS2-3059) Date gets changed for xs:date types

2007-10-23 Thread Amila Chinthaka Suriarachchi (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536955 ] Amila Chinthaka Suriarachchi commented on AXIS2-3059: - fixed the issue now you can give a custom

Re: [Axis2] Understanding Axis2 dependencies

2007-10-23 Thread Lawrence Mandel
Hi Ajith, Without arguing for or against this change I'm wondering why you think it will be a long hard effort to make this change. With tools support from the likes of Eclipse it seems like it would be rather trivial to change from one logging call to another. What am I missing? Thanks,

[jira] Created: (AXIS2-3295) soapenv:Client is returned in the s

2007-10-23 Thread Vincent Brabant (JIRA)
soapenv:Client is returned in the s --- Key: AXIS2-3295 URL: https://issues.apache.org/jira/browse/AXIS2-3295 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: kernel Affects Versions: 1.3,

Re: [Axis2] Understanding Axis2 dependencies

2007-10-23 Thread Glen Daniels
Hi folks: Ajith Ranabahu wrote: On 10/22/07, Tom Jordahl [EMAIL PROTECTED] wrote: I actually think that the JDK 1.4 logging APIs would probably do the trick, not have jar hell problems, and be functional enough for most everyone. Agreed :) But if we are to change all the commons logging

Re: Axis2 and WebSphere Interoperability

2007-10-23 Thread Nicholas L Gallardo
I agree completely with those that have mentioned making this a non-automated/non-mandatory module. There shouldn't be anything in the tree that prevents building off-line. Andrew, what if anything is WebSphere specific about the samples that you want to integrate? Nothing? Deployment info?

[jira] Commented: (AXIS2-3295) soapenv:Client is returned in the s

2007-10-23 Thread Vincent Brabant (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3295?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536997 ] Vincent Brabant commented on AXIS2-3295: Seems that problem is caused by the checkPostConditions of the

[jira] Commented: (AXIS2-2675) maven java2wsdl and wsdl2code plugins do not work

2007-10-23 Thread Anders Hammar (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2675?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12536998 ] Anders Hammar commented on AXIS2-2675: -- Tested with Maven 2.0.7 and axis2 1.3 and it doesn't work. Same config

Axis problem in eclipse framework - class loading

2007-10-23 Thread Maciek Datka
Hello. I just would like to ask someone to have a look at the eclipse bug report and possibly comment if we diagnose problem correctly and confirm the role that axis plays in the bug. The bug report is here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=197819 Aternatively please search for bug

Re: [jira] Created: (AXIS2-3296) When I am creating a AxisFault by giving a SoapFault, the SoapFaultCode is ignored.

2007-10-23 Thread Nuwan Abeysiriwardana
i want to know whether axis2 support smtp protocol.let me know.if not ,i can work on it.

[jira] Created: (AXIS2-3296) When I am creating a AxisFault by giving a SoapFault, the SoapFaultCode is ignored.

2007-10-23 Thread Vincent Brabant (JIRA)
When I am creating a AxisFault by giving a SoapFault, the SoapFaultCode is ignored. --- Key: AXIS2-3296 URL: https://issues.apache.org/jira/browse/AXIS2-3296 Project:

[jira] Commented: (AXIS2-3296) When I am creating a AxisFault by giving a SoapFault, the SoapFaultCode is ignored.

2007-10-23 Thread Vincent Brabant (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3296?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537004 ] Vincent Brabant commented on AXIS2-3296: Here is a proposal to fix the issue. Problem is caused by a bug in

Re: Axis2 and WebSphere Interoperability

2007-10-23 Thread Andrew Das
Hi Sanjiva, Yes, I am an IBM employee in the WS-Interoperability group. On 10/22/07, Sanjiva Weerawarana [EMAIL PROTECTED] wrote: If you really want to have hardcoded endpoints etc. then the solution is to host those samples somewhere and have some automated execution of those against Axis2

[jira] Created: (AXIS2-3297) Service classloading issues when undeploying and redeploying a service with the same name.

2007-10-23 Thread Tony Dean (JIRA)
Service classloading issues when undeploying and redeploying a service with the same name. -- Key: AXIS2-3297 URL: https://issues.apache.org/jira/browse/AXIS2-3297

Re: Axis2 and WebSphere Interoperability

2007-10-23 Thread Andrew Das
The samples will not have any WebSphere specifics, so that should not be of concern. The primary goal is to demonstrate interoperability with WebSphere, using Axis2 API's and tools. My responses to Nick's comments [1] and [2] are below. 1. Making the samples generic and vendor neutral would be

[jira] Commented: (AXIS-2703) java.lang.reflect.InvocationTargetException

2007-10-23 Thread Javier A. Ortiz (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537045 ] Javier A. Ortiz commented on AXIS-2703: --- I think I found out the reason, or at least I narrowed it to 3

[jira] Resolved: (AXIS-2703) java.lang.reflect.InvocationTargetException

2007-10-23 Thread Javier A. Ortiz (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier A. Ortiz resolved AXIS-2703. --- Resolution: Fixed Fix Version/s: 1.4 I think I found out the reason, or at least I

[jira] Updated: (AXIS-2703) java.lang.reflect.InvocationTargetException

2007-10-23 Thread Javier A. Ortiz (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2703?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Javier A. Ortiz updated AXIS-2703: -- Comment: was deleted java.lang.reflect.InvocationTargetException

RE: [Axis2] Understanding Axis2 dependencies

2007-10-23 Thread Tom Jordahl
Of course if Axis2 switched to commons-logging 1.1 and the container it is running in uses 1.0.4 (for instance) then you are worse off than when you started. My feeling is that commons-logging is a great idea - as long as you are the only one in the pool using it. Once you try to integrate with

Re: [Axis2] Understanding Axis2 dependencies

2007-10-23 Thread robert lazarski
Um, Axis2 has been on commons-logging 1.1 since right after Axis2 1.0 . The most common JEE server is JBoss, and Axis2 and commons-logging plays nice there. IMHO, If it aint broke, don't fix it. Robert On 10/23/07, Tom Jordahl [EMAIL PROTECTED] wrote: Of course if Axis2 switched to

CustomBuilder Plugpoint for StAXBuilder (WSCOMMONS-263)

2007-10-23 Thread R J Scheuerle Jr
I am soliciting input for a proposed patch to StAXBuilder. The summary of the proposal is below. See https://issues.apache.org/jira/browse/WSCOMMONS-263 for the entire text. -- Problem: - During outbound processing, an OMSourcedElement may be added

AXIS2 + Error while downloading a large size file

2007-10-23 Thread Sushil Dodake
Hi all, I am trying to download a file with a size 28 Mb the size can go up to 100 MB I am facing following error on client side. I followed the instructions in the following link to set the MTOM and file caching.. i am using Axis 1.3, Please let me know in case i am missing anything here. My

[jira] Assigned: (AXIS2-3261) Scrub metadata module for NLS

2007-10-23 Thread Rich Scheuerle (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3261?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rich Scheuerle reassigned AXIS2-3261: - Assignee: Rich Scheuerle Scrub metadata module for NLS --

[jira] Assigned: (AXIS2-3212) UnsupportedOperationException due to usage of Arrays.asList

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3212?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3212: Assignee: Deepal Jayasinghe UnsupportedOperationException due to usage of

[jira] Assigned: (AXIS2-3141) Can't use SSL with scope=transportsession

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3141?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3141: Assignee: Deepal Jayasinghe Can't use SSL with scope=transportsession

[jira] Assigned: (AXIS2-2883) CLOSE_WAIT slowly building up over the period of time.

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-2883?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-2883: Assignee: Deepal Jayasinghe CLOSE_WAIT slowly building up over the period of

[jira] Assigned: (AXIS2-3229) NullPointerException in org.apache.axis2.schema.SchemaCompiler

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3229?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3229: Assignee: Amila Chinthaka Suriarachchi NullPointerException in

[jira] Assigned: (AXIS2-3138) Cannot throw same fault from multiple methods

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3138?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3138: Assignee: Amila Chinthaka Suriarachchi Cannot throw same fault from multiple

[jira] Assigned: (AXIS2-3146) Axis client fails if http.nonProxyHosts contains * as wildcard

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3146?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3146: Assignee: Saminda Wishwajith Abeyruwan Axis client fails if http.nonProxyHosts

[jira] Assigned: (AXIS2-3246) Deployment of embedded service causes IllegalArgumentException: Filename must not be null

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3246: Assignee: Deepal Jayasinghe Deployment of embedded service causes

[jira] Commented: (AXIS2-3233) How to enable Fast Infoset is not documented

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537198 ] Deepal Jayasinghe commented on AXIS2-3233: -- Hi Sanjaya It would be great if you create a small html

[jira] Assigned: (AXIS2-3262) WSDL2Java generates incorrect Exception stubs

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3262?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3262: Assignee: Amila Chinthaka Suriarachchi WSDL2Java generates incorrect Exception

[jira] Assigned: (AXIS2-3276) Null pointer exception while doing wsdl get using useOriginalWsdl option. Reason : underlying definitiion is not threadsafe

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3276?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3276: Assignee: Deepal Jayasinghe Null pointer exception while doing wsdl get using

[jira] Assigned: (AXIS2-3133) double call of the method populateAxisConfiguration() in the constructor of the class WarBasedAxisConfigurator

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3133?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3133: Assignee: Deepal Jayasinghe double call of the method populateAxisConfiguration()

[jira] Assigned: (AXIS2-3113) NullPointerException in RPCMessageReceiver.invokeBusinessLogic(RPCMessageReceiver.java:158)

2007-10-23 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3113?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Deepal Jayasinghe reassigned AXIS2-3113: Assignee: Deepal Jayasinghe NullPointerException in

[jira] Commented: (AXIS2-3233) How to enable Fast Infoset is not documented

2007-10-23 Thread Sanjaya Karunasena (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537202 ] Sanjaya Karunasena commented on AXIS2-3233: --- http://wso2.org/library/2686 /Sanjaya How to enable Fast

Re: [jira] Commented: (AXIS2-3233) How to enable Fast Infoset is not documented

2007-10-23 Thread Deepal jayasinghe
Wouldn't that be great if we can have a document in Axis2 site as well ? -Deepal [ https://issues.apache.org/jira/browse/AXIS2-3233?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12537202 ] Sanjaya Karunasena commented on AXIS2-3233:

Re: [jira] Commented: (AXIS2-3233) How to enable Fast Infoset is not documented

2007-10-23 Thread Sanjiva Weerawarana
Why? Duplicate docs are PITA to maintain. How about sticking a link somewhere? Sanjiva. Deepal jayasinghe wrote: Wouldn't that be great if we can have a document in Axis2 site as well ? -Deepal [