日期:2014-05-17  浏览次数:20727 次

SSH2+DWR框架问题求救~~~~~
如题工程启运时报错如下:
Java code

main - 2012-07-08 19:28:37,187 - DEBUG - org.directwebremoting.impl.DwrXmlConfigurator - Configuring from class resource: /org/directwebremoting/dwr.xml - 
main - 2012-07-08 19:28:37,218 - DEBUG - org.directwebremoting.util.LocalUtil - Skipping 'jsf' due to NoClassDefFoundError on org.directwebremoting.faces.JsfCreator. Cause: javax/faces/el/ValueBinding - 
main - 2012-07-08 19:28:37,218 - DEBUG - org.directwebremoting.impl.DefaultCreatorManager - - adding creator type: none = class org.directwebremoting.create.NullCreator - 
main - 2012-07-08 19:28:37,218 - DEBUG - org.directwebremoting.impl.DefaultCreatorManager - - adding creator type: new = class org.directwebremoting.create.NewCreator - 
main - 2012-07-08 19:28:37,218 - DEBUG - org.directwebremoting.util.LocalUtil - Skipping 'pageflow' due to ClassNotFoundException on org.directwebremoting.beehive.PageFlowCreator. Cause: Beehive/Weblogic jar file not available. - 
main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.impl.DefaultCreatorManager - - adding creator type: spring = class org.directwebremoting.spring.SpringCreator - 
main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.util.LocalUtil - Skipping 'script' due to NoClassDefFoundError on org.directwebremoting.create.ScriptedCreator. Cause: org/apache/bsf/BSFException - 
main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.struts.StrutsCreator - Failed to find Struts 1.2 ModuleUtils code. Falling back to 1.1 based code - 
main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.impl.DefaultCreatorManager - - adding creator type: struts = class org.directwebremoting.struts.StrutsCreator - 
main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.impl.DefaultCreatorManager - - adding creator type: ejb3 = class org.directwebremoting.create.Ejb3Creator - 
main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: null = org.directwebremoting.convert.NullConverter - 
main - 2012-07-08 19:28:37,234 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: enum = org.directwebremoting.convert.EnumConverter - 
main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: primitive = org.directwebremoting.convert.PrimitiveConverter - 
main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: bignumber = org.directwebremoting.convert.BigNumberConverter - 
main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: string = org.directwebremoting.convert.StringConverter - 
main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: array = org.directwebremoting.convert.ArrayConverter - 
main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: map = org.directwebremoting.convert.MapConverter - 
main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: collection = org.directwebremoting.convert.CollectionConverter - 
main - 2012-07-08 19:28:37,250 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: date = org.directwebremoting.convert.DateConverter - 
main - 2012-07-08 19:28:37,265 - DEBUG - org.directwebremoting.dwrp.DefaultConverterManager - - adding converter type: dom = org.directwebremoting.convert.DOMConverter - 
main - 2012-07-08 19:28:37,265 - DEBUG - org.di