Problems with Serializers/Deserializers

2002-06-09 Thread Todd D. Johnson
retty identical) Could this be problem with implementing the serializer and deserializer in my class?? Thanks, Todd D. Johnson President Salar, Inc. 2400 Boston St. Suite 350 Baltimore, MD 21224 410.327.9153 x 3 PH 410.327.4086 FAX [EMAIL PROTECTED] www.salarinc.com

Problems with (De)Serializers w/ Code

2002-06-10 Thread Todd D. Johnson
pe Guide in the DeploymentDescriptor??? Thanks, Todd D. Johnson Implementing server class: public Guide getSampleGuide(int guideSeq){ System.out.println("Guide.getSampleGuide called"); setGuideName("Sample Tickler Guide"); //g.setGuideTy

RE: Problems with Serializers/Deserializers

2002-06-10 Thread Todd D. Johnson
Serializers/Deserializers Todd, If you can post the code to this list, someone may be able to track down the problem. Scott Nichol - Original Message - From: "Todd D. Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 09, 2002 8:06 PM

RE: Problems with Serializers/Deserializers

2002-06-10 Thread Todd D. Johnson
to track down the problem. Scott Nichol - Original Message - From: "Todd D. Johnson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, June 09, 2002 8:06 PM Subject: Problems with Serializers/Deserializers > I am using the following environment > ja

RE: Problems with Serializers/Deserializers

2002-06-10 Thread Todd D. Johnson
s loading the class that implements the serializer/deserializer? > > Thanks, > > Todd D. Johnson > Implementing server class: public Guide getSampleGuide(int guideSeq){ System.out.println("Guide.getSampleGuide called"); setGuideName("Sample

RE: Problems with (De)Serializers w/ Code

2002-06-10 Thread Todd D. Johnson
"com.salarinc.tickler.foundation.Guide" java2XMLClassName="com.salarinc.tickler.foundation.GuideSerializer" xml2JavaClassName="com.salarinc.tickler.foundation.GuideSerializer"/> Scott Nichol - Original Message - From: "Todd D. Johnson" <[EMAIL PROTECTED]> T

Serializer Questions

2002-06-11 Thread Todd D. Johnson
be able to request and submit instances of it using soap. Can anyone explain an approach to take? Should I write a Serializer for each member in my Class that is a Class itself? Also, I'm dealing with win32 clients and apache server. Thanks so much everyone! Todd D. Johnson President S