Back Forum Reply New

Converter problem with 1.1.1

mon.ExpressionUt  ils.convertTypedValue(ExpressionUtils.java:67)
at org..expression.spel.standard.SpelE  xpression.getValue(SpelExpression.java:98)
at org..web.servlet.tags.EvalTag.doEnd  Tag(EvalTag.java:113)
at org.apache.jsp.tag.web.form.fields.display_tagx._j  spx_meth_spring_eval_0(org.apache.jsp.tag.web.form  .fields.display_tagx:653)
at org.apache.jsp.tag.web.form.fields.display_tagx._j  spx_meth_c_otherwise_0(org.apache.jsp.tag.web.form  .fields.display_tagx:627)
at org.apache.jsp.tag.web.form.fields.display_tagx._j  spx_meth_c_choose_0(org.apache.jsp.tag.web.form.fi  elds.display_tagx:429)
at org.apache.jsp.tag.web.form.fields.display_tagx._j  spx_meth_c_if_0(org.apache.jsp.tag.web.form.fields  .display_tagx:248)
at org.apache.jsp.tag.web.form.fields.display_tagx.do  Tag(org.apache.jsp.tag.web.form.fields.display_tag  x:202)
... 121 more
Caused by: org..core.convert.ConverterNotFound  Exception: No converter found capable of converting from 'com.linguisys.pb.domain.users.Organisation' to 'java.lang.String'
at org..core.convert.support.GenericCo  nversionService.convert(GenericConversionService.j  ava:180)
at org..expression.spel.support.Standa  rdTypeConverter.convertValue(StandardTypeConverter  .java:70)
... 129 more

It seems as though the GenericConversionService used by the EL evaluator might not be picking up my custom converters.

Any ideas? Is this a bug or am I doing something wrong?

.apache.xerces.internal.util.ErrorHandl  erWrapper.createSAXParseException(ErrorHandlerWrap  per.java:236)       at com.sun.org.apache.xerces.internal.util.ErrorHandl  erWrapper.fatalError(ErrorHandlerWrapper.java:215)       at com.sun.org.apache.xerces.internal.impl.XMLErrorRe  porter.reportError(XMLErrorReporter.java:386)       at com.sun.org.apache.xerces.internal.impl.XMLErrorRe  porter.reportError(XMLErrorReporter.java:316)       at com.sun.org.apache.xerces.internal.impl.XMLScanner  .reportFatalError(XMLScanner.java:1438)       at com.sun.org.apache.xerces.internal.impl.XMLDocumen  tScannerImpl$PrologDispatcher.dispatch(XMLDocument  ScannerImpl.java:899)       at com.sun.org.apache.xerces.internal.impl.XMLDocumen  tFragmentScannerImpl.scanDocument(XMLDocumentFragm  entScannerImpl.java:368)       at com.sun.org.apache.xerces.internal.parsers.XML11Co  nfiguration.parse(XML11Configuration.java:834)       at com.sun.org.apache.xerces.internal.parsers.XML11Co  nfiguration.parse(XML11Configuration.java:764)       at com.sun.org.apache.xerces.internal.parsers.XMLPars  er.parse(XMLParser.java:148)       at com.sun.org.apache.xerces.internal.parsers.Abstrac  tSAXParser.parse(AbstractSAXParser.java:1242)       at weblogic.xml.jaxp.WebLogicXMLReader.parse(WebLogic  XMLReader.java:133)       at weblogic.xml.jaxp.RegistryXMLReader.parse(Registry  XMLReader.java:153)       at com.sun.xml.bind.v2.runtime.unmarshaller.Unmarshal  lerImpl.unmarshal0(UnmarshallerImpl.java:211)       ... 18 moreI am stuggling with this problem from last 15 days, plz help..

Thanks in advance.

Regards,
Gangadhar

Erm... Gangadhar... That's not the same problem!

Adam, can you post the content of your webmvc-config.xml, ApplicationConversionServiceFactoryBean.java, and ApplicationConversionServiceFactoryBean_Roo_Conver  sionService.aj surrounded with [CODE] tags?

I update the Jira issue with the resources you asked for... thanks.
¥
Back Forum Reply New