RE: Axis 1.4 and Java 1.6 - SOAPElement problem

2007-11-15 Thread Arijit Mukherjee
. NO (or Linux) is the answer. -- source unknown From: Arijit Mukherjee [mailto:[EMAIL PROTECTED] Sent: 14 November 2007 15:19 To: axis-user@ws.apache.org Cc: Hugo Hiden Subject: Axis 1.4 and Java 1.6 - SOAPElement

Axis 1.4 and Java 1.6 - SOAPElement problem

2007-11-14 Thread Arijit Mukherjee
Hi All So long I was using Axis 1.2.1 and Java 1.5, and was able to successfully add my custom XML document within a SOAPMessage. I create the XML document using castor-generated java bindings and combining them into a DOM, and then using the following routine to get a SOAPElement from the DOM: p

RE: Deserializer error

2005-07-08 Thread Arijit Mukherjee
I have seen this error several times - and it seems that it is only associated with services deployed using the AdminClient. The error is erratic in nature and goes away after one or two deployment attempts (after restarting the tomcat). The same service if packed as a WAR file does not generate th

RE: Problem running WSDL2Java

2005-06-29 Thread Arijit Mukherjee
Hi This is a warning - you can ignore it. WSDL2Java would still generate the stubs and skeletons... AM >-Original Message- >From: Miller, Janet [mailto:[EMAIL PROTECTED] >Sent: 29 June 2005 16:10 >To: axis-user@ws.apache.org >Subject: RE: Problem running WSDL2Java > >But I am not even

RE: WSDL2Java genertion bug?

2005-06-15 Thread Arijit Mukherjee
ation/deserialization, but I was trying to move away from Castor - seems like I still have to stick to it till Axis resolves these issues. Arijit _ From:   Arijit Mukherjee  Sent:   15 June 2005 15:21 To: 'axis-user@ws.apache.org' Subject:  

WSDL2Java genertion bug?

2005-06-15 Thread Arijit Mukherjee
Title: WSDL2Java genertion bug? Hi All I have a schema which contains a certain complexType such as:                                                                                        

RE: Axis, Spring and Hibernate

2005-03-14 Thread Arijit Mukherjee
I talked much about hibernate in Axis forum...but i >believe that >(De) serialzation is consuming time > >Thanks, >. > > >> -Original Message- >> From:Arijit Mukherjee [SMTP:[EMAIL PROTECTED] >> Sent:Monday, March 14, 2005 2:24 PM &g

RE: Axis, Spring and Hibernate

2005-03-14 Thread Arijit Mukherjee
If you are using hibernate-style beans (that is, collections are represented as sets/bags), you can set the option for "lazy loading" - in which case when you are retrieving one object, hibernate will not retrieve all the children unless asked to do so. This will reduce the time for mapping the rel