RE: Map contains no data when returned from remote call - Aegis databinding - empty Map?

2007-09-18 Thread kayteeem
n 2.1, which CXF doesn't do yet. We switched from a Map > to an explicit data structure to get around this. > >> -Original Message- >> From: kayteeem [mailto:[EMAIL PROTECTED] >> Sent: Tuesday, September 18, 2007 8:11 PM >> To: cxf-user@incubator.apache.org

RE: Map contains no data when returned from remote call - Aegis databinding - empty Map?

2007-09-18 Thread Benson Margulies
Sent: Tuesday, September 18, 2007 8:41 PM > To: cxf-user@incubator.apache.org > Subject: RE: Map contains no data when returned from remote call - Aegis > databinding - empty Map? > > > Thanks for the reply. > > Yes JaxB definitely has issues with returning java.util.Map type

RE: Map contains no data when returned from remote call - Aegis databinding - empty Map?

2007-09-18 Thread kayteeem
>> Sent: Tuesday, September 18, 2007 8:41 PM >> To: cxf-user@incubator.apache.org >> Subject: RE: Map contains no data when returned from remote call - > Aegis >> databinding - empty Map? >> >> >> Thanks for the reply. >> >> Yes JaxB definit

RE: Map contains no data when returned from remote call - Aegis databinding - empty Map?

2007-09-18 Thread kayteeem
hope. But this only helps if you are >> willing to supplement or replace all your @'s with .aegis.xml files. >> >>> -Original Message- >>> From: kayteeem [mailto:[EMAIL PROTECTED] >>> Sent: Tuesday, September 18, 2007 8:41 PM >>&g

RE: Map contains no data when returned from remote call - Aegis databinding - empty Map?

2007-09-18 Thread Benson Margulies
ptember 18, 2007 8:54 PM > To: cxf-user@incubator.apache.org > Subject: RE: Map contains no data when returned from remote call - Aegis > databinding - empty Map? > > > According to XFire Aegis docs (CXF doesn't contain the info yet, just a > reference to it) if you are using

RE: Map contains no data when returned from remote call - Aegis databinding - empty Map?

2007-09-18 Thread Benson Margulies
Hmm. Let me check the inventory of test cases. > -Original Message- > From: kayteeem [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 18, 2007 8:55 PM > To: cxf-user@incubator.apache.org > Subject: RE: Map contains no data when returned from remote call - Aegis > d

RE: Map contains no data when returned from remote call - Aegis databinding - empty Map?

2007-09-18 Thread Benson Margulies
- > From: kayteeem [mailto:[EMAIL PROTECTED] > Sent: Tuesday, September 18, 2007 8:11 PM > To: cxf-user@incubator.apache.org > Subject: Re: Map contains no data when returned from remote call - Aegis > databinding - empty Map? > > > Searching through the forum, it seem

Re: Map contains no data when returned from remote call - Aegis databinding - empty Map?

2007-09-18 Thread kayteeem
Searching through the forum, it seems that no-one else seems to have issues with returning java.util.Map. Is this true? Is anyone returning a Map from CXF with no issues? I think this is a known issue with BEA Weblogic 9.2 then, from there web site: "Weblogic Workshop 8.1 supported returning the

RE: Map contains no data when returned from remote call - Aegis databinding - empty Map?

2007-09-18 Thread Benson Margulies
ROTECTED] > Sent: Tuesday, September 18, 2007 9:01 PM > To: Benson Margulies > Subject: RE: Map contains no data when returned from remote call - Aegis > databinding - empty Map? > > Thanks, much appreciated as this is driving me nuts! > > bmargulies wrote: > > > > So