unregister

2007-05-07 Thread Johnson, Larry D \(LJOHNSON\)

Set Read Timeout Programatically

2007-03-01 Thread Johnson, Larry D \(LJOHNSON\)
All, Is there anyway to set a requests read timeout programmatically? I know it can be set within the axis2.xml file; however, the value there is fine for most requests. I need to extend this value for only one or two request types. Regards, Larry Johnson

RE: TimeZone Not Handled Properly In java.util.Date Conversions

2007-02-28 Thread Johnson, Larry D \(LJOHNSON\)
From: Johnson, Larry D (LJOHNSON) [mailto:[EMAIL PROTECTED] Sent: Thursday, February 22, 2007 11:50 AM To: axis-user@ws.apache.org Subject: RE: TimeZone Not Handled Properly In java.util.Date Conversions Amiila, We are deploying our service via POJOs. I copied a version of saaj

RE: TimeZone Not Handled Properly In java.util.Date Conversions

2007-02-28 Thread Johnson, Larry D \(LJOHNSON\)
Conversions Hi Larry, I had the same problem. And I was asked to open a JIRA few days ago: AXIS2-2239 regards, Jorge Fernandez Johnson, Larry D (LJOHNSON) [EMAIL PROTECTED] escribió: Amila, I finally got some time to test the java.util.Data issue. The SNAPSHOT that I downloaded seems

RE: TimeZone Not Handled Properly In java.util.Date Conversions

2007-02-22 Thread Johnson, Larry D \(LJOHNSON\)
@ws.apache.org Subject: Re: TimeZone Not Handled Properly In java.util.Date Conversions On 2/21/07, Johnson, Larry D (LJOHNSON) [EMAIL PROTECTED] wrote: Amila, I downloaded the axis2-SNAPSHOT.zip distribution and tried to rerun the test. When the server tries to return the SOAP message, I

RE: TimeZone Not Handled Properly In java.util.Date Conversions

2007-02-21 Thread Johnson, Larry D \(LJOHNSON\)
? Regards, Larry Johnson From: Amila Suriarachchi [mailto:[EMAIL PROTECTED] Sent: Tuesday, February 20, 2007 12:32 AM To: axis-user@ws.apache.org Subject: Re: TimeZone Not Handled Properly In java.util.Date Conversions On 2/20/07, Johnson, Larry D (LJOHNSON

RE: TimeZone Not Handled Properly In java.util.Date Conversions

2007-02-19 Thread Johnson, Larry D \(LJOHNSON\)
: TimeZone Not Handled Properly In java.util.Date Conversions On 2/16/07, Johnson, Larry D (LJOHNSON) [EMAIL PROTECTED] wrote: I did not specify what platform we are using. We are currently using Axis2 v1.1, Java v1.5 and Tomcat 5.5.20. I have also run a similar test using the .NET framework

RE: TimeZone Not Handled Properly In java.util.Date Conversions

2007-02-19 Thread Johnson, Larry D \(LJOHNSON\)
Johnson, Larry D (LJOHNSON) wrote: I did not specify what platform we are using. We are currently using Axis2 v1.1, Java v1.5 and Tomcat 5.5.20. I have also run a similar test using the .NET framework. The client receives

RE: Incorrect Mapping For java.sql.Date

2007-02-15 Thread Johnson, Larry D \(LJOHNSON\)
Deepal, I am new to Axis2, so could you guide me on where to create the JIRA? Also, I assume since the java.sql.Date class is not supported java.sql.Time is also not supported? Thanks, Larry -Original Message- From: Deepal Jayasinghe [mailto:[EMAIL PROTECTED] Sent: Thursday, February

RE: Incorrect Mapping For java.sql.Date

2007-02-15 Thread Johnson, Larry D \(LJOHNSON\)
://issues.apache.org/jira/browse/AXIS2 (You'll need to create an id for yourself first). thanks, dims On 2/15/07, Johnson, Larry D (LJOHNSON) [EMAIL PROTECTED] wrote: Deepal, I am new to Axis2, so could you guide me on where to create the JIRA? Also, I assume since the java.sql.Date class is not supported

TimeZone Not Handled Properly In java.util.Date Conversions

2007-02-15 Thread Johnson, Larry D \(LJOHNSON\)
It seems the conversions of the java.util.Date class are not being handled properly. I have defined a server return value of a java.util.Date. The WSDL automatically generated for that value is as follows: xs:element name=departureTime type=xs:dateTime/ The client stub is generated

RE: TimeZone Not Handled Properly In java.util.Date Conversions

2007-02-15 Thread Johnson, Larry D \(LJOHNSON\)
.databinding.utils.ConverterUtil.convertToDateTime(Conve rterUtil.java:499) at com.arinc.afd.clfengine.client.jl.JLCommandProcessorServiceStub$Flight$F actory.parse(Unknown Source) Any thoughts? Regards, Larry Johnson From: Johnson, Larry D (LJOHNSON) [mailto:[EMAIL PROTECTED] Sent

RE: Axis2 1.1.1 - Unexpected subelement and heritage

2007-02-14 Thread Johnson, Larry D \(LJOHNSON\)
I know all must be busy with continued development; however, this IMOHO is a big issue. Inheritance on the outbound side of the server is much needed for all the obvious reasons. Is there any timeline on when this issue may be resolved? We are specifically using ADB and see the same sort of

Incorrect Mapping For java.sql.Date

2007-02-14 Thread Johnson, Larry D \(LJOHNSON\)
It seems the WSDL java.sql.Date object is not being generated properly within Axis2 v1.1. The generate WSDL, viewed from the deployment of the service, shows a date definition as follows: xs:schema attributeFormDefault=qualified elementFormDefault=qualified

RE: Java 5 Enum Support

2006-12-07 Thread Johnson, Larry D \(LJOHNSON\)
response. From: Johnson, Larry D (LJOHNSON) [mailto:[EMAIL PROTECTED] Sent: Wednesday, December 06, 2006 9:40 AM To: axis-user@ws.apache.org Subject: Java 5 Enum Support I am new to Axis2 and am trying to develop a web service using Axis 2 v1.1, Java 1.5

Java 5 Enum Support

2006-12-06 Thread Johnson, Larry D \(LJOHNSON\)
I am new to Axis2 and am trying to develop a web service using Axis 2 v1.1, Java 1.5 and the POJO approach. The service POJO that I developed uses the keyword enum for many different attribute types. I am able to successfully generate WSDL from the POJO; however, when I try to create the client,