Bean Serialization

2003-08-14 Thread Balaji Thirugnanam
I am wondering, if the default BeanSerializer would add loop tag kinda elements if I have an array of custom objects inside a java bean. ex., class Bean1 { public CustomType[] getCustomType(); . . } For the above example, I thought the AXIS-BeanSerializer will have loop'd elements with

RE: Serializing Java types

2003-08-05 Thread Balaji Thirugnanam
instance name. Also, you should maintain the same namespace across related elements. Ian D. Stewart Open Systems Engineer II Enterprise Midrange - Bank One Infrastructure & Operations [EMAIL PROTECTED] (614) 213-6100 Balaji Thirugnanam <[EMAIL PROTECTED]> on 08/04/2003 06:14:49

RE: Serializing Java types

2003-08-04 Thread Balaji Thirugnanam
- Bank One Infrastructure & Operations [EMAIL PROTECTED] (614) 213-6100 Balaji Thirugnanam <[EMAIL PROTECTED]> on 08/04/2003 05:02:13 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: RE: Serializing Java

Composite Data Objects - beanMapping reg.

2003-08-04 Thread Balaji Thirugnanam
Infrastructure & Operations [EMAIL PROTECTED] (614) 213-6100 Balaji Thirugnanam <[EMAIL PROTECTED]> on 08/04/2003 04:37:52 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: Serializing Java types Hi,

RE: Serializing Java types

2003-08-04 Thread Balaji Thirugnanam
- Bank One Infrastructure & Operations [EMAIL PROTECTED] (614) 213-6100 Balaji Thirugnanam <[EMAIL PROTECTED]> on 08/04/2003 04:37:52 PM Please respond to [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]> cc: Subject: Serializing Java typ

Serializing Java types

2003-08-04 Thread Balaji Thirugnanam
Hi, does anyone know how to serialize a java.sql.Date/Timestamp, -Balaji .T -Original Message- From: Shantanu Sen [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2003 4:17 PM To: [EMAIL PROTECTED] Subject: WSDL2Java question Is there any way to programmatically specify the set of al

RE: Trouble connecting web service in Axis to Oracle DB

2003-07-02 Thread Balaji Thirugnanam
Hi, I have a response XML stuffed into an RPCElement object. How do I retrieve the XML on the clientside. I am going thro' the RPCElement API, so far I have nothing Thanks, -Balaji .T -Original Message- From: Chen, Li (Research, YOH) [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 0

RE: too much logging info on server side. Can I turn it off?

2003-07-02 Thread Balaji Thirugnanam
i think you should turn off or change the level of log messages at the package level. something like org.apache.axis  can have only FATAL errors,   -Balaji .T -Original Message-From: Praveen Peddi [mailto:[EMAIL PROTECTED]Sent: Wednesday, July 02, 2003 10:57 AMTo: [EMAIL PROTE

RE: About Message Style Service(new bie)

2003-07-01 Thread Balaji Thirugnanam
Seems like the information on the link is misleading, He uses a server side method that takes a Vector, whereas there is no Vector based API for the AXIS-MESSAGE service, -B -Original Message- From: Jim Poulsen [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 01, 2003 9:48 AM To: '[EMAIL PRO

RE: Creating message-style services

2003-07-01 Thread Balaji Thirugnanam
Title: RE: Creating message-style services try this link,   http://cass123.ast.cam.ac.uk/documents/AxisMsgParam.html -Original Message-From: Volkmann, Mark [mailto:[EMAIL PROTECTED]Sent: Tuesday, July 01, 2003 9:00 AMTo: '[EMAIL PROTECTED]'Subject: RE: Creating message-style

Linkage Error...

2003-06-30 Thread Balaji Thirugnanam
Hi,   When I try to deploy a WSDD file in JBoss 3.0.4, AXIS 1.1, I am getting the following error,   Error for /PublishWS/services/AdminService   java.lang.LinkageError: loader constraints violated when linking javax/xml/namespace/QName class   Has anybody ran into this issue. What is the s

RE: Axis vs Glue

2003-06-30 Thread Balaji Thirugnanam
Hi,   When I try to deploy a WSDD file in JBoss 3.0.4, AXIS 1.1, I am getting the following error,   Error for /PublishWS/services/AdminService   java.lang.LinkageError: loader constraints violated when linking javax/xml/namespace/QName class   Has anybody ran into this issue. What is the s

RE: Application/Web Servers supported by AXIS 1.1?

2003-06-30 Thread Balaji Thirugnanam
ramework to the application server.   Then we just deployed the Axis 1.1 application like normal (put the .war file into the deploy directory). Hope this helps,   Jim -----Original Message-From: Balaji Thirugnanam [mailto:[EMAIL PROTECTED]Sent: Monday, June 30

RE: Application/Web Servers supported by AXIS 1.1?

2003-06-30 Thread Balaji Thirugnanam
As long as the server supports servlets, AXIS 1.1 is a good kid. It should work with all these servers.   -Balaji.T -Original Message-From: Agarwal, Naresh [mailto:[EMAIL PROTECTED]Sent: Monday, June 30, 2003 3:34 AMTo: Axis (E-mail)Subject: Application/Web Servers support

JBoss wsdd file throws a SERVLET error

2003-06-27 Thread Balaji Thirugnanam
Hi, I have a message-style service implemented. When I try to deploy the WSDD using the AdminClient interface my JBOSS server throws a [EngineConfigurationFactoryServlet] Problem with servlet engine config file: /WEB-INF/server-config.wsdd I presume it could be because of the servlet engine, P