Statefull Session EJB and Axis

2002-11-14 Thread Ramon Arias
Hello there! What are the plans for statefull session bean support in axis? Thanks Ramon

RE: Reset Axis.

2002-11-14 Thread Ramon Arias
). Failing that edit the file server-config.wsdd in webapps\axis\WEB-INF . remove all services except Version and AdminService   Hope that helps   Russell -Original Message-From: Ramon Arias [mailto:[EMAIL PROTECTED]]Sent: 14 November 2002 14:22To: [EMAIL

RE: Reset Axis.

2002-11-14 Thread Ramon Arias
you mean that the list of deployed services disappears   Russell -Original Message-From: Ramon Arias [mailto:[EMAIL PROTECTED]]Sent: 14 November 2002 13:59To: [EMAIL PROTECTED]Subject: Reset Axis. I notice that after an unsuccessfull undeployment, my

Reset Axis.

2002-11-14 Thread Ramon Arias
I notice that after an unsuccessfull undeployment, my axis server stops working properly. Is there a quick and dirty way to reset axis to the original config.

To Soap or not to Soap!

2002-11-13 Thread Ramon Arias
the communication between the front and the back end if it has to go through internet firewalls and routers. Best Regards Ramon -Original Message- From: Ramon Arias Sent: Miércoles, 13 de Noviembre de 2002 01:34 p.m. To: [EMAIL PROTECTED] Subject: RE: Design Pattern I might have not

RE: Design Pattern

2002-11-13 Thread Ramon Arias
was wondering what would you people think about this aproach. Or whether there is a cleaner, smarter way to achieve the same goal. -Original Message- From: Ramon Arias Sent: Miércoles, 13 de Noviembre de 2002 01:34 p.m. To: [EMAIL PROTECTED] Subject: RE: Design Pattern I might have not

Design Pattern

2002-11-13 Thread Ramon Arias
Is there clean, simple and transparent way to move serializable java objects from server side to the client side using soap and still retain the objects behaviour (methods, inheritance, class names, package names, etc) I would greatly apreciate your help, Best Regards Ramon -Original Mess

Java Methods & Bean Mapping

2002-11-12 Thread Ramon Arias
Hello there! When doing bean mapping is there a way to force the creation of the source objects´s methods on the mapped object. Ex If a have a validate method that checks the values of the object´s properties, is there a way to migrate that method to the mapped object. Best Regards Ramon

Proxy Creation

2002-11-12 Thread Ramon Arias
Hello there! I have been doing some testing and I happen to notice the it takes about 3 seconds to instantiate a proxy object. I cant think of much work happening there. Does anybody know why it takes that long. Best Regards Ramon