[jira] Commented: (AXIS2-850) NullPointerException in AbstractHTTPSender

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-850?page=comments#action_12431479 ] Deepal Jayasinghe commented on AXIS2-850: - Hi Michele; Can you please attach a test case , it will be easier for me to fix this issue. > NullPointerExceptio

[jira] Resolved: (AXIS2-1084) Calling Document.serialize() or OMElement.serializeandConsume() throws a "org.apache.axiom.om.OMException: Unsupported Operation" Exception

2006-08-29 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1084?page=all ] Eran Chinthaka resolved AXIS2-1084. --- Resolution: Fixed Fixed. There was a problem in Null handling. Thanks for reporting this. BTW, please report Axiom bugs in http://issues.apache.org/jira/

[jira] Commented: (AXIS2-1087) CLONE -Problem with resolving imported schemas from WSDL11ToAxisServiceBuilder

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1087?page=comments#action_12431463 ] Deepal Jayasinghe commented on AXIS2-1087: -- Hi Lori; Can you please attach the service archive file , it will be easier for us to find out the problem and

[jira] Assigned: (AXIS2-1094) Throw NullPointerException when invoking a service and return a customer JavaBean.

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1094?page=all ] Deepal Jayasinghe reassigned AXIS2-1094: Assignee: Deepal Jayasinghe > Throw NullPointerException when invoking a service and return a customer > JavaBean. > --

[jira] Resolved: (AXIS2-743) Take service name from in services.xml, not from the name of the archive file containing the service

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-743?page=all ] Deepal Jayasinghe resolved AXIS2-743. - Resolution: Fixed fixed the issue > Take service name from in services.xml, not from the name of > the archive file containing the service > --

[jira] Commented: (AXIS2-1087) CLONE -Problem with resolving imported schemas from WSDL11ToAxisServiceBuilder

2006-08-29 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1087?page=comments#action_12431457 ] Eran Chinthaka commented on AXIS2-1087: --- Lori, If you can provide test cases for both the above cases, perhaps I also can help you a bit on this. > CLONE -

[jira] Resolved: (AXIS2-1091) Remove the extra question mark at the GET method of RESTSender

2006-08-29 Thread Eran Chinthaka (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1091?page=all ] Eran Chinthaka resolved AXIS2-1091. --- Resolution: Fixed Applied. Thanks Jun !! > Remove the extra question mark at the GET method of RESTSender > -

[jira] Commented: (AXIS2-1033) Load Web Service on Startup

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1033?page=comments#action_12431451 ] Deepal Jayasinghe commented on AXIS2-1033: -- Hi Robert; Rather than just passing configuration context I can pass both configuration context and AxisServi

[jira] Created: (AXIS2-1094) Throw NullPointerException when invoking a service and return a customer JavaBean.

2006-08-29 Thread Eric Chow (JIRA)
Throw NullPointerException when invoking a service and return a customer JavaBean. -- Key: AXIS2-1094 URL: http://issues.apache.org/jira/browse/AXIS2-1094 Project: Apache

[jira] Commented: (AXIS2-1033) Load Web Service on Startup

2006-08-29 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1033?page=comments#action_12431352 ] robert lazarski commented on AXIS2-1033: Deepal this does work, thanks! However, I have two concerns: 1) Getting the classloader via configCtx.getAxisCon

[jira] Updated: (AXIS2-1065) ADB / MTOM databinding is broken

2006-08-29 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1065?page=all ] robert lazarski updated AXIS2-1065: --- Attachment: ADBMTOMClient.java > ADB / MTOM databinding is broken > > > Key: AXIS2-1065 >

[jira] Updated: (AXIS2-1065) ADB / MTOM databinding is broken

2006-08-29 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1065?page=all ] robert lazarski updated AXIS2-1065: --- Attachment: ImageHandlerServiceSkeleton.java > ADB / MTOM databinding is broken > > > Key: AXIS2-1065 >

[jira] Reopened: (AXIS2-1065) ADB / MTOM databinding is broken

2006-08-29 Thread robert lazarski (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1065?page=all ] robert lazarski reopened AXIS2-1065: My testing the last few days have not confirmed the correct XOP format is being generated. Furthermore, the lastest svn now creates an NPE:

[jira] Reopened: (AXIS2-952) MTOM databinding NOT send raw binary data

2006-08-29 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-952?page=all ] Davanum Srinivas reopened AXIS2-952: Assignee: Thilina Gunarathne > MTOM databinding NOT send raw binary data > - > >

[jira] Commented: (AXIS2-952) MTOM databinding NOT send raw binary data

2006-08-29 Thread Francisco Fernandez (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-952?page=comments#action_12431249 ] Francisco Fernandez commented on AXIS2-952: --- Davanum, I have the next code: ... EndpointReference targetEPR = new EndpointReference("http://foo.com/XXXS

Re: Mtom Sample

2006-08-29 Thread robert lazarski
Now I remember ;-) . Try adding: true in your weblogic.xml HTH, Robert http://www.braziloutsource.com/ On 8/29/06, Pawnikar, Rajesh (Genworth, Contractor) <[EMAIL PROTECTED]> wrote: Yes. I downloaded the version on 24-Aug 2006 from nightly build. Not sure if the issue was fixed after this dat

RE: Mtom Sample

2006-08-29 Thread Pawnikar, Rajesh \(Genworth, Contractor\)
Yes. I downloaded the version on 24-Aug 2006 from nightly build. Not sure if the issue was fixed after this date. Thanks, Rajesh Pawnikar Mail ID: [EMAIL PROTECTED] From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Tue 8/29/2006 9:25 AM To: axis-dev@ws.apa

Re: Mtom Sample

2006-08-29 Thread robert lazarski
Are you running the latest nightly? IIRC this was fixed after the 1.0 release: http://people.apache.org/dist/axis2/nightly/ HTH, Robert http://www.braziloutsource.com/ On 8/29/06, Pawnikar, Rajesh (Genworth, Contractor) <[EMAIL PROTECTED]> wrote: Hi All, I am trying to run MTOM sample provided

Re: No deserializer error

2006-08-29 Thread Anne Thomas Manes
You must define a deserializer for your User type. Anne On 8/29/06, Rodrigo Faria <[EMAIL PROTECTED]> wrote: I am facing a "No deserializer" error coming from Apache Axis code. This is the installed version: Manifest-Version: 1.0 Ant-Version: Apache Ant 1.5.3 Created-By: 1.4.1_01-b01 (Sun Micr

[jira] Commented: (AXIS2-776) Make the AddressingBasedDispatcher a handler in the Addressing module

2006-08-29 Thread Brian DePradine (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-776?page=comments#action_12431233 ] Brian DePradine commented on AXIS2-776: --- I intend to put up a new patch for this by the end of the week. Brian > Make the AddressingBasedDispatcher a handler

Mtom Sample

2006-08-29 Thread Pawnikar, Rajesh \(Genworth, Contractor\)
Hi All, I am trying to run MTOM sample provided with the Axis2 on Weblogic App Server 8.1. I have exploded the WAR and deployed it and is working fine. When I click the List Services link, I could see Available services mtomSample Servic

Re: [Axis2] Re-setting of the Action

2006-08-29 Thread David Illsley
Hi Chamikara, I don't know why the code is trying to reuse the request side Options object, just that it is and that it is is marked in the code with: // This is a hack - Needs to change Which suggests that it's being done for a conscious reason but I can't work out what it is. If someone can exp

[jira] Assigned: (AXIS2-743) Take service name from in services.xml, not from the name of the archive file containing the service

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-743?page=all ] Deepal Jayasinghe reassigned AXIS2-743: --- Assignee: Deepal Jayasinghe > Take service name from in services.xml, not from the name of > the archive file containing the service > --

[jira] Commented: (AXIS2-776) Make the AddressingBasedDispatcher a handler in the Addressing module

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-776?page=comments#action_12431226 ] Deepal Jayasinghe commented on AXIS2-776: - what is the status of this issue ? > Make the AddressingBasedDispatcher a handler in the Addressing module >

[jira] Assigned: (AXIS2-944) Add security phase to out flow(s)

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-944?page=all ] Deepal Jayasinghe reassigned AXIS2-944: --- Assignee: Ruchith Udayanga Fernando > Add security phase to out flow(s) > - > > Key: AXIS2-944 >

[jira] Resolved: (AXIS2-994) web service stub generator populateAxisService() and populateFaults() should not be called from constructor

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-994?page=all ] Deepal Jayasinghe resolved AXIS2-994. - Resolution: Fixed We had the same procedure sometimes ago , but that gave us some problems. So I removed the static block and all the static variables

[jira] Updated: (AXIS2-1087) CLONE -Problem with resolving imported schemas from WSDL11ToAxisServiceBuilder

2006-08-29 Thread Davanum Srinivas (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1087?page=all ] Davanum Srinivas updated AXIS2-1087: Priority: Blocker (was: Major) > CLONE -Problem with resolving imported schemas from WSDL11ToAxisServiceBuilder > -

[jira] Created: (AXIS2-1093) Support for xs:union inside xs:simpleType

2006-08-29 Thread Davanum Srinivas (JIRA)
Support for xs:union inside xs:simpleType - Key: AXIS2-1093 URL: http://issues.apache.org/jira/browse/AXIS2-1093 Project: Apache Axis 2.0 (Axis2) Issue Type: New Feature Reporter: Davanum S

[jira] Created: (AXIS2-1092) Support for xs:list inside an xs:simpleType

2006-08-29 Thread Davanum Srinivas (JIRA)
Support for xs:list inside an xs:simpleType --- Key: AXIS2-1092 URL: http://issues.apache.org/jira/browse/AXIS2-1092 Project: Apache Axis 2.0 (Axis2) Issue Type: New Feature Components: datab

[jira] Resolved: (AXIS2-940) Ability to load/init services during container startup

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-940?page=all ] Deepal Jayasinghe resolved AXIS2-940. - Resolution: Fixed - need to add following parameter into services.xml true - and then need to add the following method into service impl class public

[jira] Resolved: (AXIS2-1033) Load Web Service on Startup

2006-08-29 Thread Deepal Jayasinghe (JIRA)
[ http://issues.apache.org/jira/browse/AXIS2-1033?page=all ] Deepal Jayasinghe resolved AXIS2-1033. -- Resolution: Fixed - need to add following parameter into services.xml true - and then need to add the following method into service impl class pub

[jira] Created: (AXIS2-1091) Remove the extra question mark at the GET method of RESTSender

2006-08-29 Thread Jun Futagawa (JIRA)
Remove the extra question mark at the GET method of RESTSender -- Key: AXIS2-1091 URL: http://issues.apache.org/jira/browse/AXIS2-1091 Project: Apache Axis 2.0 (Axis2) Issue Type: I