-
spring aop版本有关问题
springaop版本问题通过springaop创建一个拦截器,applicationContext.xml文件配置如下 <beanid="SpringAOPIntercepter"class="com.interceptor.SpringIntercepter"/> <beanname="springAOPAutoProxy...
386
热度 -
weblogic7 webservice 升级到 weblogic8 有关问题和解决方法
weblogic7webservice升级到weblogic8问题和解决办法 ??由于历史原因导致webservice开发时和weblogic7绑定了,就是当初流行的Jbuilder+weblogic7开发的。现在升级到weblogic8,直接发布webservice会出现异常:java.lang.AbstractMethodError:weblogic.xml.schema.binding.Be...
582
热度 -
hibernate联接sqlserver的一误信息
hibernate连接sqlserver的一误信息java.lang.AbstractMethodError:com.microsoft.jdbc.base.BaseDatabaseMetaData.supportsGetGeneratedKeys()Z从网上查阅得知需要用以下驱动jtds(下载地址:http://sourceforge.net/projects/jtds/files/)下载jtd...
73
热度 -
数据库关闭错误
数据库关闭异常请先看我的代码: publicVectorselect(Objectpojo,Stringcondition,StringconditionValue){ Vectorv=newVector(); GetConnectiongetConn=null; SQLFactorysf=newSQLFactory(pojo); Stringsql=sf.createSql(SQLFac...
8
热度 -
struts2.0配置有关问题,求大神帮助
struts2.0配置问题,求大神帮助问题如下:配置完成:出现如下错误:严重:Exceptionstartingfilterstruts2AbstractMethodError'>java.lang.AbstractMethodError:org.apache.xerces.dom.DocumentImpl.setXmlVersion(Ljava/lang/String;)V我的配置如下:用了5个...
6536
热度 -
51.Rxjava+RxAndroid+Retrofit组合有关问题
51.Rxjava+RxAndroid+Retrofit组合问题51.Rxjava+RxAndroid+Retrofit组合问题1.Causedby:java.lang.IllegalArgumentException:Unabletocreatecalladapterforrx.Observablefix:compile'com.squareup.retrofit:converter-gson:...
471
热度 -
ssh有关问题用spring管理action,配置后出现下面异常
ssh问题用spring管理action,配置后出现下面错误严重:action:nullorg.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'sessionFactory'definedinServletContextresource[/WEB-INF/applicationContext...
178
热度 -
spring bean 联接 sqlite失败(散分啦,回复就有分)
springbean连接sqlite失败(散分啦,回复就有分)本帖最后由imlmy于2012-11-2609:25:20编辑 我建立了一个javaweb工程,使用spring。创建了一个DBControl类,在服务器启动时加载,定义如下 <beanname="DBControl"class="com.shoes.control.DBControl"init-method="init"dest...
778
热度 -
jbpm 与ssh整合 无法创建processEngine-闹心中解决思路
jbpm与ssh整合无法创建processEngine---闹心中整合已经一天了上网找了各种资料怎么都不行各种问题步骤都一点一点的做就是不对各位高手指点一下tomcat启动时就出错org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'processEngine'definedinServl...
557
热度 -
.dom 转换 xml
在线等......dom转换xml需求,给order.xml中的节点RCPTNO赋值order.xml如下:<?xmlversion="1.0"encoding="UTF-8"?><TRANSACTIONS><TRANSACTION><RCPTNO></RCPTNO></TRANSACTION...
618
热度 -
获取node中的值用getTextContent()方法出错,紧急解决思路
获取node中的值用getTextContent()方法出错,紧急!!!xml文件内容:<?xmlversion="1.0"encoding="GB2312"?><employees> <employee> <name>丁宏亮</name> <sex>m</sex> &...
81
热度 -
配置hibernate有关问题
配置hibernate问题我配置hibernate其中hibernate.cfg.xml配置如下XMLcode<session-factory><!--配置数据库连接--><propertyname="connection.url">jdbc:oracle:thin:@localhost:1521:orcl</property>&...
8841
热度 -
jbpm 与ssh调整 无法创建processEngine-闹心中
jbpm与ssh整合无法创建processEngine---闹心中整合已经一天了上网找了各种资料怎么都不行各种问题步骤都一点一点的做就是不对各位高手指点一下tomcat启动时就出错org.springframework.beans.factory.BeanCreationException:Errorcreatingbeanwithname'processEngine'definedinServl...
9436
热度 -
为什么创建不了SessionFactory?解决办法
为什么创建不了SessionFactory?Student.javaimportjavax.persistence.Entity;importjavax.persistence.Id;@EntitypublicclassStudent{ privateintid; privateStringname; privateintage; @Id publicintgetId(){ returnid;...
7929
热度 -
JBPM4.0在tomcat5.5上运行时报错,该如何处理
JBPM4.0在tomcat5.5上运行时报错Configurationconfiguration=newConfiguration();调用这个时候报错typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptio...
5957
热度 -
jstl的异常总结与解决办法
jstl的错误总结与解决方法 哎,真他娘的无语了,jstl标签竟然还与tomcat的版本有关。一会报错:java.lang.AbstractMethodError:javax.servlet.jsp.PageContext.getELContext()Ljavax/el/ELContext;这个是你用的tomcat版本低,而jstl标签的版本高了。(我用的tomcat5.5,jstl1.2)goo...
347
热度 -
java axis2的有关问题
javaaxis2的问题当我请求http://172.16.33.66:8088/mdspf/services/listServices 选择FaultyServices报如下错误:请问是怎么回事? ThisWebaxisServicehasdeploymentfaults Error:java.lang.AbstractMethodError:weblogic.apache.xerces.do...
394
热度 -
JBPM4.0在tomcat5.5下运行时报错
JBPM4.0在tomcat5.5上运行时报错Configurationconfiguration=newConfiguration();调用这个时候报错typeExceptionreportmessagedescriptionTheserverencounteredaninternalerror()thatpreventeditfromfulfillingthisrequest.exceptio...
4345
热度 -
高手帮忙看看这又是什么东东啊tomcat.6.0.14一运行就抛这错
高手帮忙看看这又是什么错误啊!tomcat.6.0.14一运行就抛这错!May9,20119:41:05AMorg.apache.catalina.core.ApplicationContextlogINFO:InitializingSpringrootWebApplicationContextMay9,20119:41:09AMorg.apache.catalina.core.Applicati...
10346
热度 -
java axis2的有关问题
javaaxis2的问题当我请求http://172.16.33.66:8088/mdspf/services/listServices选择FaultyServices报如下错误:请问是怎么回事?ThisWebaxisServicehasdeploymentfaultsError:java.lang.AbstractMethodError:weblogic.apache.xerces.dom.De...
270
热度