RE: deserializing a bean wrapped array of beans

2003-02-11 Thread David Gilbert
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

RE: deserializing a bean wrapped array of beans

2003-02-11 Thread Navneet Joneja
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

RE: deserializing a bean wrapped array of beans

2003-02-11 Thread David Gilbert
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

RE: deserializing a bean wrapped array of beans

2003-02-11 Thread Navneet Joneja
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

RE: deserializing a bean wrapped array of beans

2003-02-10 Thread David Gilbert
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

RE: deserializing a bean wrapped array of beans

2003-02-10 Thread Navneet Joneja
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

RE: deserializing a bean wrapped array of beans

2003-02-10 Thread David Gilbert
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

RE: deserializing a bean wrapped array of beans

2003-02-10 Thread Marc Esher
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

RE: deserializing a bean wrapped array of beans

2003-02-10 Thread David Gilbert
]] 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

RE: deserializing a bean wrapped array of beans

2003-02-10 Thread David Gilbert
[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

RE: deserializing a bean wrapped array of beans

2003-02-10 Thread Navneet Joneja
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

RE: deserializing a bean wrapped array of beans

2003-02-10 Thread Marc Esher
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

RE: deserializing a bean wrapped array of beans

2003-02-10 Thread David Gilbert
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

RE: deserializing a bean wrapped array of beans

2003-02-07 Thread Marc Esher
; /> 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

2003-02-06 Thread David Gilbert
: 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

Re: deserializing a bean wrapped array of beans

2003-02-05 Thread Jess Sightler
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)? ---

Re: deserializing a bean wrapped array of beans

2003-02-05 Thread Olivier Gauwin
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