RE: java to wsdl

2005-05-06 Thread Koney, Satish
You dont need to worry about the imports. But you could have easily tested it..why wait for reply? > -Original Message- > From: wsdl nerd [SMTP:[EMAIL PROTECTED] > Sent: Thursday, May 05, 2005 12:38 PM > To: axisgroup > Subject: java to wsdl > > Good Afternoon to all, > I'm happy

RE: Trouble wiyh my own serializer/deserializer

2005-04-22 Thread Koney, Satish
Hi Sebastien, I guess you started writing your own serializer/deserializer to get rid off the problems with Hibernate. Is there no other way we can fix this problem? I also have the same problem with Hibernate. Though I use lazy mode, because of Axis serializers/ deserializers it is execut

RE: Axis, Spring and Hibernate

2005-03-14 Thread Koney, Satish
ated stubs (which > contains arrays for collections - and this rules out the possibility of > lazy loading)... > > Arijit > > >-Original Message- > >From: Koney, Satish [mailto:[EMAIL PROTECTED] > >Sent: 14 March 2005 07:57 > >To: axis-user@ws.apach

RE: Axis, Spring and Hibernate

2005-03-13 Thread Koney, Satish
20 minutes for executing a queries it's not possible. My databases > contains 32 tables with so many relationships and so many tables are > full. My queries don't spend a lot of time as yours. > > > Sebastien > > > On Sat, 12 Mar 2005 10:52:28 -0500,

Axis, Spring and Hibernate

2005-03-12 Thread Koney, Satish
Hi, I have two modules in my application. The first one is a webservice. (Axis 1.1, spring 1.1.3 and Hibernate 2.1.6 ) This web service is responsible for fetching, updating, deleting the records in database. The second one is web application which is consuming this web

Using ant task to deploy services

2005-03-01 Thread Koney, Satish
Hi All, Can someone tell me what is the ideal way of deploying a web service using ant task? Following is how I am doing it now: (Each step is a separate task) 1. compile the project and build the war file 2. copy the war file into JBoss server/default/deploy/webapps directory (This is