Re: sample code: using java.util.Date instead of java.util.Calendar

2003-06-04 Thread jaccoud
e" and you still dont know the offset. Say "...T-04:00" and now the time is accurately expressed, and it doesn't matter if it is Summer or Winter, or in which city you are -- maybe it's Tokio. Again, stick to the JAX-RPC mapping. It is correct, and the safest way to go. =

Re: location for property files with axis...

2003-06-16 Thread jaccoud
let's (they are not necessarily equivalent). My dir/filed reside inside the WEB-INF/classes, but you can also put them inside WEB-INF/lib jars. Cheers. ===== Marcelo Jaccoud Amaral mailto:jaccoud [at] petrobras.com.br voice: +55 21 2534-3485 f

Re: MIME and DIME

2003-07-04 Thread jaccoud
imilar situation, but since my service is restricted to my intranet, I chose to provide only DIME responses. Both Java/Axis and .NET clients understand that, so there was no point in providing MIME attachments. ===== Marcelo Jaccoud Amaral mailto:jaccoud [at]

RE: Axis attachment file created in the Temp directory

2003-07-15 Thread jaccoud
java.io.FileOutputStream(myDestinationFileName)); no temp is created. Cheers. = Marcelo Jaccoud Amaral mailto:jaccoud [at] petrobras.com.br voice: +55 21 2534-3485 fax: +55 21 2534-1809 = There are only 10 kinds of

RE: Axis attachment file created in the Temp directory

2003-07-16 Thread jaccoud
("completeFilePath WherYouWantTheFileWrittenTo")); or force Axis to generate the temp file and move it around your file system: new java.io.File(dh.getName()).renameTo(TheFileYouReallyWant); = Marcelo Jaccoud Amaral mailto:jaccoud [at] petrobras.co

RE: Axis attachment file created in the Temp directory

2003-07-16 Thread jaccoud
? = Marcelo Jaccoud Amaral Petrobras - TI - Negócios Eletrônicos mailto:jaccoud [at] petrobras.com.br voice: +55 21 2534-3485 fax: +55 21 2534-1809 = There are only 10 kinds of people in the world: those who understand binary and those who don&#

Re: Can an element name begin with numbers?

2003-07-22 Thread jaccoud
r which namespace you use. QNAME (qyualified names) use the NAME production, so don't even try. ===== Marcelo Jaccoud Amaral Petrobras - TI - Negócios Eletrônicos mailto:jaccoud [at] petrobras.com.br voice: +55 21 2

How to map EJB exception tree to AxisFaults

2003-09-30 Thread jaccoud
past. Cheers. = Marcelo Jaccoud Amaral Petrobras - IT - e-business development mailto:jaccoud [at] petrobras.com.br = There are only 10 kinds of people in the world: those who understand binary and those who don't.

How to map EJB exception tree to AxisFaults

2003-10-01 Thread jaccoud
came across a similar problem in the past. Cheers. = Marcelo Jaccoud Amaral Petrobras - IT - e-business development mailto:jaccoud [at] petrobras.com.br = There are only 10 kinds of people in the world: thos

Autogenerated WSDL

2003-10-01 Thread jaccoud
't there a way to fix this through some deployment parameter? I tried providing the service with a namespace in the server-config.wsdd, but the result is the same. Or is this a bug? Thanks in advance. = Marcelo Jaccoud Amaral Petrobras - TI - Negóci

Re: generated wsdl has wrong date type

2003-10-17 Thread jaccoud
. When generatind clients from WSDL, a xsd:dateTime will probably be mapped to a Calendar, not a Date. (Calendar is Locale-sensitive, Date is not). = Marcelo Jaccoud Amaral Petrobras - TI - Negócios Eletrônicos mailto:jaccoud [at] petrobras.com.br voice: +55