RE: Remoting object changes

2005-08-31 Thread Michael Oliver
put the employee object when doing a Retrieve. On Create and Update the employee object is fully populated by the client and on Retrieve the employee object is populated only with sample data and we use Hibernate to fetch the object from the database and to store the object to the database. Michael

RE: wsdl2java map long type names

2005-08-29 Thread Michael Oliver
Pardon the snide-ness, but it reminds me of the joke, where the guy goes into the doctor and complains, "doc, it hurts when I hit my head like this" and the doctor replies, "don't do that". Why may I ask do you need such long class names? Michael Oliver CTO Alarius Syst

RE: Axis with more than 4GB data transfer.

2005-08-24 Thread Michael Oliver
I would recommend Bit Torrent http://azureus.sourceforge.net/ Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED] -Original Message- From: Davanum Srinivas [mailto

RE: 1.2.1 autogen WSDL seems to be wrong

2005-08-24 Thread Michael Oliver
Your class should be more consistent with the JavaBeans standard with private members that are 'tall' and 'rich' with getters 'isTall' and 'isRich' and setters 'setTall' and 'setRich' and I wager the Java2WSDL will be more consistent a

RE: Ant, Java2WSDL NoClassDefFound

2005-08-22 Thread Michael Oliver
plain about not finding the superclass ValidatorActionForm? Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED] -Original Message- From: Michael Oliver [mailto:[

Ant, Java2WSDL NoClassDefFound

2005-08-22 Thread Michael Oliver
Stumped. I have tried both the targets below and both yield the following exception. http://alariussystemsllc.com/DataSourceServices/"; location= "http://localhost:8080/DataSource/services/"; output="${local.wsdl}"> http://localhost:8080/DataSour

RE: WSDL2Java http://util.java

2005-06-22 Thread Michael Oliver
port it when we generate the wsdl? Or another option would be to simplify the AlariusUserServices? Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED] -Original Message-

WSDL2Java http://util.java

2005-06-21 Thread Michael Oliver
I am trying to run WSDL2Java  I won’t post the WSDL file here unless someone thinks I should.  I don’t think the problem is with the WSDL file itself.   When I run WSDL2Java from ant, both with an ant task and with an ant Java task  I am getting an error similar to:     [axis-wsdl2java

client-config.wsdd revisited

2005-05-26 Thread Michael Oliver
log.debug("^^"); } } } public void undo(MessageContext msgContext) { } } So what else should I try? Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED]

RE: /services/ intermittent display

2005-05-25 Thread Michael Oliver
Great, what about more than one? We have a Component Framework where each Component is a stand alone webapp and each component has its own server-config.wsdd Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new

RE: /services/ intermittent display

2005-05-25 Thread Michael Oliver
Mike, WSAbi looks great, however it looks like it only works with axis installed as a stand alone application at /webapps/axis/ I have axis added to existing webapp at a different path, can WSAbi be configured for that? Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las

/services/ intermittent display

2005-05-25 Thread Michael Oliver
audience for the demo.   Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED]  

RE: HttpSession argument

2005-05-24 Thread Michael Oliver
l the target methods needed from the session. Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED] -Original Message- From: Michael Oliver [mailto:[EMAIL PROTECTED]

HttpSession argument

2005-05-24 Thread Michael Oliver
the implementation, right? Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED] -Original Message- From: Kumar [mailto:[EMAIL PROTECTED] Sent: Monday, May 23, 2005 9:34

RE: tcpmon client side activity

2005-05-23 Thread Michael Oliver
.  What’s odd is that it seems to work but in tcpmon I don’t see any other messages.  Of course I WANT to see all the traffic.   What’s next?   Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email

tcpmon client side activity

2005-05-23 Thread Michael Oliver
regenerate (I hope not)?  Which of the myriad of generated classes should I check?   Michael Oliver

Java2WSDL LogFactory classloader problem

2005-05-20 Thread Michael Oliver
d LogFactory and the other way it has a classloader sequence problem? Conversely if ant needs to load them and the ant axis task also needs to load them, how do I ensure they are loaded in the proper sequence to avoid the conflict? Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #10

Java2WSDL for multiple java classes

2005-05-20 Thread Michael Oliver
Can Java2WSDL generate a wsdl file that includes methods for more than one java class? Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd, #1096 Las Vegas, NV 89156 Phone:(702)643-7425 Fax:(702)974-0341 *Note new email changed from [EMAIL PROTECTED]

Best Practice for providing Web Services for existing classes

2005-05-20 Thread Michael Oliver
Is it better/easier to just do a Java2WSDL from this class? 3.    Or… refactor the meat of this class into a separate class and call this new refactored class from from it and then run Java2WSDL from the new refactored class?     Michael Oliver CTO Alarius Systems LLC 6800 E. Lake Mead Blvd,

RE: problem integrating the client in another web application: AxisServlet threw exception

2005-05-12 Thread Michael Oliver
Sri, Its hard to tell what you are doing because we don't see any of the source, but I can tell you that I use commons HttpClient to access one servlet from another servlet all day long with no problems so you can at least know that should work. Michael Oliver CTO Alarius Systems LLC 6

Shared Session Attributes

2005-05-12 Thread Michael Oliver
I have a Java class I want to generate a web service implementation for. Java2WSDL works, but this class is a client intoa content server and I need to intanciate the class and connect and preserve it in the session for all methods accept the first connect.   Does anyone have a similar e