You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Volkmann, Mark" <Ma...@AGEDWARDS.com> on 2002/09/16 19:42:04 UTC

RE: (de)serialization of an object which contains an array of ano ther custom object without building custom (de)serializer classes

> -----Original Message-----
> From: Sorin Pop [mailto:psorin@regens.hu]
> Sent: Monday, September 16, 2002 12:33 PM
> To: axis-user@xml.apache.org
> Cc: Pop Lucian Marius
> Subject: (de)serialization of an object which contains an array of
> another custom object without building custom (de)serializer classes
> 
> I don't know where that [L in front of the class name comes 
> from

That's part of the type signature of a Java class used in bytecode.  For
example, the type signature of a double is "D" and the type signature of the
String class is "Ljava/lang/String;".


***********************************************************************************
WARNING:  All e-mail sent to and from this address will be received or
otherwise recorded by the A.G. Edwards corporate e-mail system and is
subject to archival, monitoring or review by, and/or disclosure to,
someone other than the recipient.
************************************************************************************

server-config.wsdd

Posted by Sean <se...@emazing.com>.
RE: (de)serialization of an object which contains an array of another custom object without building custom (de)serializer
classesWhat is server-config.wsdd exactly?

Are there any good docs that cover the use of

org.apache.axis.handlers.SimpleAuthenticationHandler
org.apache.axis.handlers.SimpleAuthorizationHandler

and the users.lst and perms.list files that they utilize?


  ----- Original Message -----
  From: Volkmann, Mark
  To: 'axis-user@xml.apache.org'
  Cc: Pop Lucian Marius
  Sent: Monday, September 16, 2002 1:42 PM
  Subject: RE: (de)serialization of an object which contains an array of another custom object without building custom
(de)serializer classes


  > -----Original Message-----
  > From: Sorin Pop [mailto:psorin@regens.hu]
  > Sent: Monday, September 16, 2002 12:33 PM
  > To: axis-user@xml.apache.org
  > Cc: Pop Lucian Marius
  > Subject: (de)serialization of an object which contains an array of
  > another custom object without building custom (de)serializer classes
  >
  > I don't know where that [L in front of the class name comes
  > from

  That's part of the type signature of a Java class used in bytecode.  For example, the type signature of a double is "D" and the
type signature of the String class is "Ljava/lang/String;".



  ***********************************************************************************
  WARNING: All e-mail sent to and from this address will be received or
  otherwise recorded by the A.G. Edwards corporate e-mail system and is
  subject to archival, monitoring or review by, and/or disclosure to,
  someone other than the recipient.
  ************************************************************************************


Solved:Easy question:returned string too short

Posted by Gionata Gelati <ge...@sparc20.ing.unimo.it>.
It was only due to firewall settings. Thanks anyway.

On Tue, 17 Sep 2002, Gionata Gelati wrote:

> Hello,
>   I am experiencing problems with a returned string. It si returned, but
> the string does not hold all of the desired information. Is this because
> of an axis engine limitation or is it my app (I checked but human are
> prone to errors...)
> Many Thanks
> Jonathan
> 
> 


Easy question:returned string too short

Posted by Gionata Gelati <ge...@sparc20.ing.unimo.it>.
Hello,
  I am experiencing problems with a returned string. It si returned, but
the string does not hold all of the desired information. Is this because
of an axis engine limitation or is it my app (I checked but human are
prone to errors...)
Many Thanks
Jonathan


Re: (de)serialization of an object which contains an array of another custom object without building custom (de)serializer classes

Posted by Sorin Pop <ps...@regens.hu>.
RE: (de)serialization of an object which contains an array of another custom object without building custom (de)serializer classes

Thanks, Mark, for your answer, but the truth is that it doesn't help me much in solving my problem.

Could you be more specific, please, about how I can resolve this problem, if you know it?

Thanks again.
  ----- Original Message ----- 
  From: Volkmann, Mark 
  To: 'axis-user@xml.apache.org' 
  Cc: Pop Lucian Marius 
  Sent: Monday, September 16, 2002 7:42 PM
  Subject: RE: (de)serialization of an object which contains an array of another custom object without building custom (de)serializer classes


  > -----Original Message----- 
  > From: Sorin Pop [mailto:psorin@regens.hu] 
  > Sent: Monday, September 16, 2002 12:33 PM 
  > To: axis-user@xml.apache.org 
  > Cc: Pop Lucian Marius 
  > Subject: (de)serialization of an object which contains an array of 
  > another custom object without building custom (de)serializer classes 
  > 
  > I don't know where that [L in front of the class name comes 
  > from 

  That's part of the type signature of a Java class used in bytecode.  For example, the type signature of a double is "D" and the type signature of the String class is "Ljava/lang/String;".



  ***********************************************************************************
  WARNING: All e-mail sent to and from this address will be received or
  otherwise recorded by the A.G. Edwards corporate e-mail system and is
  subject to archival, monitoring or review by, and/or disclosure to,
  someone other than the recipient.
  ************************************************************************************