Announcement: Judy 1.0.0 alpha release is ready

2003-08-30 Thread R. Dale Asberry
I'm pleased to announce that Judy 1.0.0 is ready for release to the community. Significant effort has been put into making Judy as easy to use as possible, however, the focus has been on feature completeness. Judy is a bridge between web service technology and Jini technology. The initial Judy r

Re: Using built-in BeanSerializer with getPort()

2003-08-30 Thread Jeffrey Hood
- Original Message - From: "Torsten Schlabach" <[EMAIL PROTECTED]> Newsgroups: gmane.text.xml.axis.user Sent: Thursday, August 21, 2003 9:24 AM Subject: Using built-in BeanSerializer with getPort() > Dear List, > > I am not sure if I mix up anything but for what I am trying to do the mo

Re: Specifying Bean namespace in WSDL

2003-08-30 Thread Jeffrey Hood
Did you ever figure out how to use the stubs to get it to work...?  I have been trying (unsuccessfully) to do the same thing... using the client stubs is much less code on the client side, and should work...   Thanks, JH - Original Message - From: Yuvraj Waswani Newsgroups

Re: Serialization / Using WSDL2Java stubs on client...

2003-08-30 Thread Jeffrey Hood
Oops... I found that the url http://my.domain.com:8080/axis/services/ServiceName?method=findAll actually doesn't return the values correctly... I was accessing an old service that I hand-coded the wsdd files for that did... the axis url returns the following error: AXIS error Sorry, something s

Serialization / Using WSDL2Java stubs on client...

2003-08-30 Thread Jeffrey Hood
I have an axis service that is working fine... the Java2WSDL and WSDL2Java both work correctly, and using the http://my.domain.com:8080/axis/services/ServiceName?method=findAll returns the proper data... however, I am having probems with using the client side stubs which work correctly for servic

Re: Out of Memory

2003-08-30 Thread Benedick Mark Chan
Hello, I'm sorry about my previous question with regards to the 500 internal server error, I have already fixed to problem - I wasn't able to jar my classes properly.. I have followed Sebastien's suggestion. But, still, it generates a broken pipe and an out of memory exception. =( For additional

Re: Out of Memory

2003-08-30 Thread Benedick Mark Chan
Hello Sebastien, Thanks for your reply. I have tried modifying the axis source code particularly Message.java and SOAPPart.java, but I got a 500 Internal Server Error. Do you have any solution with regards to this problem? Any help will be greatly appreciated. Best regards, Benedick - Ori

How to specify skeleton implementation?

2003-08-30 Thread David Fry
Hi all, The axis 1.1 user's guide states ( Bindings- Skeleton Description (for Skeleton Deployment) ): "The skeleton contains an implementation of the AddressBook service. This implementation is either passed into the skeleton on construction, or an instance of the generated implementation

RE: samples for ArrayList

2003-08-30 Thread Sashith Kumar
If u are so perticular to write a serializer/Deserializer for ArrayList, u can refer the code of vector serailization/deserialization which is already supported by AXIS sash Sashith k Mascot Systems Ltd. Chennai - India. & +91-44-230 1236-7-8 X 3328 Live And Let Live > -Original Message-

Sending a JAAS Subject

2003-08-30 Thread Alireza Taherkordi
Hi, Does Axis provide any way of sending a JAAS Subject ? I saw the following description from JAX-RPC API doc about Call.setProperty() method: "Sets the value for a named property. JAX-RPC 1.0 specification specifies a standard set of properties that may be passed to the Call.setProperty met

AxisFault logging and recursive logging with Log4j [workaround]

2003-08-30 Thread oleg shteynbuk
Hi, Search in archives did not reveal anything on the issue. in my case log4j is configured with XMLLayout and Debug level. i have a service implementation that throws an exception. test case could be as simple as public String[] getItems() throws RemoteException { logger.info("Enteri

RE: samples for ArrayList

2003-08-30 Thread Bruce Ho
I think it is not quite so easy to write a deserializer for the ArrayList. The custom Deserializer can only feeding children deserializers (of the Arraylist) back to the DeserializerContext, who seems to be tacking child objects onto the Parent Object as class attributes. In case the parent is the