On Tue, Nov 11, 2008 at 9:14 AM, Luciano Resende <[EMAIL PROTECTED]>wrote:
> Do you have a test case or sample that would allow me to reproduce the > error ? If so, I could take a quick look and try helping. > > On Mon, Nov 10, 2008 at 3:16 AM, Simon Laws <[EMAIL PROTECTED]> > wrote: > > Anyone know if we have an example where the jsonrpc binding receives a > > message containing a complex type and a class hint. I have a sample where > > this doesn't work (error = "class hint not found"). I suspect it's > because > > the JSONSerializer class doesn't have access to the classloader that > loaded > > the contribution which contains the POJO from the service interface. > Behind > > the scenes I imagine JSONSerlizer is just doing Class.forName(). It does > > work if the conversion relies on the class passed in from databinding on > the > > interface contract. > > > > Regards > > > > Simon > > > > > > -- > Luciano Resende > Apache Tuscany, Apache PhotArk > http://people.apache.org/~lresende <http://people.apache.org/%7Elresende> > http://lresende.blogspot.com/ > Hi Luciano I worked round it for what I needed to do but I'll make a simpler test case so we can try and isolate what's going on. Thanks Simon
