Ticket #281 (closed defect: fixed)

Opened 19 years ago

Last modified 19 years ago

Bean creation exception during init() of ModelGlue.unity.eventhandler.EventHandlerFactory

Reported by: Topher Owned by: somebody
Priority: highest Milestone:
Version: 2.0.304 Severity: critical
Keywords: Cc:

Description

I have applied fixes 193 and 115, but still get the following error.

Bean creation exception during init() of ModelGlue?.unity.eventhandler.EventHandlerFactory? Bean creation exception during init() of ModelGlue?.unity.orm.ReactorAdapter:Element DESCRIPTION is undefined in CFCATCH.: The error occurred in D:\inetpub\foobar\coldspring\beans\DefaultXmlBeanFactory?.cfc: line 539 Called from D:\inetpub\foobar\coldspring\beans\DefaultXmlBeanFactory?.cfc: line 332 Called from D:\inetpub\foobar\ModelGlue?\unity\loader\XmlConfigurationLoader?.cfc: line 16 Called from D:\inetpub\foobar\ModelGlue?\unity\loader\XmlConfigurationLoader?.cfc: line 317 Called from D:\inetpub\foobar\ModelGlue?\unity\loader\XmlConfigurationLoader?.cfc: line 47 Called from D:\inetpub\foobar\ModelGlue?\unity\loader\FrameworkLoader?.cfc: line 60 Called from D:\inetpub\foobar\ModelGlue?\unity\ModelGlue?.cfm: line 37 Called from D:\inetpub\foobar\emailcampaign\index.cfm: line 33 537 : <cfthrow type="coldspring.beanCreationException" 538 : message="Bean creation exception during init() of #beanDef.getBeanClass()#" 539 : detail="#cfcatch.message#:#cfcatch.detail#"> 540 : </cfcatch> 541 : </cftry>

Attachments

ColdSpring.xml (2.5 kB) - added by Topher 19 years ago.
ColdSpring?.xml
ModelGlue.xml (73.1 kB) - added by Topher 19 years ago.
Reactor.xml (3.3 kB) - added by Topher 19 years ago.

Change History

Changed 19 years ago by Topher

Changed 19 years ago by Topher

Changed 19 years ago by Topher

Changed 19 years ago by Topher

ModelGlue?, ColdSpring?, Reactor and Application are installed in the Root.

Changed 19 years ago by joe.rinehart

  • status changed from new to closed
  • resolution set to fixed

Fixed a while back - cfcatch.description appears nowhere in the current codebase nor do any improper uses of the string "description" (only appears in metadata for objects now).

Note: See TracTickets for help on using tickets.