mapping problem.
David
-Original Message-
From: Navneet Joneja [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 1:50 PM
To: '[EMAIL PROTECTED]'
Subject: RE: deserializing a bean wrapped array of beans
You could use your own beans, but then you'd either have to write
rom: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 11, 2003 12:47 PM
To: [EMAIL PROTECTED]
Subject: RE: deserializing a bean wrapped array of beans
Does this mean that I have to add XML specific code to my beans for them to
work with Axis deserializing? I was hoping to use hand-c
ECTED]]
Sent: Tuesday, February 11, 2003 11:44 AM
To: '[EMAIL PROTECTED]'
Subject: RE: deserializing a bean wrapped array of beans
Here's your problem:
field.setXmlType(new javax.xml.namespace.QName("http://util.regisproject";,
"Product"));
typeDesc.addF
that, your service should work.
Looks like the same bug to me :)
- Navneet
-Original Message-
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2003 10:14 PM
To: [EMAIL PROTECTED]
Subject: RE: deserializing a bean wrapped array of beans
Maybe we don't have th
eja [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2003 9:36 PM
To: 'David Gilbert '; '[EMAIL PROTECTED] '
Subject: RE: deserializing a bean wrapped array of beans
David,
I edited the metadata in the generated bean (the bean that contains the
array of other beans). In t
eet Joneja [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2003 6:19 PM
To: '[EMAIL PROTECTED]'
Cc: [EMAIL PROTECTED]
Subject: RE: deserializing a bean wrapped array of beans
Could this be related to the bug I just described?
= Navnett
-Original Message-
From: Marc Esher [mai
ng/";
namespace="urn:ProductDbHelper" use="encoded" />
-
-
http://schemas.xmlsoap.org/soap/encoding/";
namespace="urn:ProductDbHelper" use="encoded" />
-
http://schemas.xmlsoap.org/soap/encoding/";
namespace="urn:Produc
al Message-
From: Marc Esher [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2003 5:46 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: deserializing a bean wrapped array of beans
David,
Is this array coming from your client-side code that's callling the
servi
]]
Sent: Monday, February 10, 2003 6:19 PM
To: '[EMAIL PROTECTED]'
Cc: [EMAIL PROTECTED]
Subject: RE: deserializing a bean wrapped array of beans
Could this be related to the bug I just described?
= Navnett
-Original Message-
From: Marc Esher [mailto:[EMAIL PROTECTED]]
Se
[mailto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2003 5:46 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: deserializing a bean wrapped array of beans
David,
Is this array coming from your client-side code that's callling the
service? And can you successfully deploy the s
Could this be related to the bug I just described?
= Navnett
-Original Message-
From: Marc Esher [mailto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2003 4:46 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: deserializing a bean wrapped array of beans
David,
Is this array
lto:[EMAIL PROTECTED]]
Sent: Monday, February 10, 2003 5:39 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: deserializing a bean wrapped array of beans
Marc,
I have done as instructed below, but still have the same problem with a new
namespace. Conceptually I don't understand how Axis
og(Product[] prods)
{
products = prods;
}
public Catalog()
{
}
public static void main(String[] args)
{
Catalog catalog1 = new Catalog();
}
}
Is more needed here?
-Original Message-
From: Marc Esher [mailto:[EMAIL PROTECTED]]
Sent: Friday, February 07, 2003 6:20
;
/>
http://schemas.xmlsoap.org/soap/encoding/";
/>
http://schemas.xmlsoap.org/soap/encoding/";
/>
-Original Message-
From: David Gilbert [mailto:[EMAIL PROTECTED]]
Sent: Thursday, February 06, 2003 8:58 PM
To: [EMAIL PROTECTED]
: Re: deserializing a bean wrapped array of beans
Hi David,
I'm not sure your namespaces are well-formed.
Try to add "urn:" at the beginning of your namespaces
("urn:ProductDbHelper" instead of "ProductDbHelper", etc).
HTH,
Olivier
David Gilbert wrote:
>I
Has this question been answered? To me it looks like a fairly
significant Axis bug, as you really shouldn't have to do anything
special for ArrayTypes (I know that it works when passing back just an
Array of Bean Objects, but maybe it is broken for Arrays that are
members of other JavaBeans)?
---
Hi David,
I'm not sure your namespaces are well-formed.
Try to add "urn:" at the beginning of your namespaces
("urn:ProductDbHelper" instead of "ProductDbHelper", etc).
HTH,
Olivier
David Gilbert wrote:
I have seen postings about deserializing arrays from last
January, but didn't find an answ
17 matches
Mail list logo