《关于Spring的问题》的相关内容
相关讨论
介绍Hibernate中的NamingStrategy
在Java对象里面, 偶们知道一个良好的命名规范会采用大写单词的首字母, 比如订单项这个对象, 偶们会起名为OrderItem, 这样很容易就看出来这个对象是由Order和Item 2个单词组成的, 断词就很容易了, 而属性也是如此, 比如maxPrice, totalPrice等等.
但是如果按照同样的命名规范运到数据库的时候, 由于很多数据库对于表名, 字段名是大小写不敏感的, 所以最常见的 ...
by Readonly 2004-10-28 浏览 (10543) 回复 (10) 关键字:
websphere 5.1.2 到底要配成什么样才能让spring跑起来呢?
这几天正在作ejb改spring的工作由于老的系统还要保留。。。所以。。。
就在原系统加上了spring 的包并配好了xml写了个例子:
出错了:
[07-1-11 17:14:01:344 GMT+08:00] 3d053a37 ContextLoader I org.springframework.web.context.ContextLoader Root WebApplication ...
by 抛出异常的爱 2007-01-11 浏览 (2124) 回复 (7) 关键字: 技术
spring找不到applicationContext.xml问题
各位大大好:
我的目录结构如下:
src
|_org.ray
|_Test.java
|_User.java
|_applicationContext.xml
我的applicationContext.xml在src下.
错误提示:
Exception in thread "main" org.springframework.beans.factory.Be ...
by raykcn 2006-11-24 浏览 (1336) 回复 (5) 关键字: spring
Spring源代码解析(一):IOC容器
在认真学习Rod.Johnson的三部曲之一:<<Professional Java Development with the spring framework>>,顺便也看了看源代码想知道个究竟,抛砖引玉,有兴趣的同志一起讨论研究吧!
以下内容引自博客:http://jiwenke-spring.blogspot.com/,欢迎指导:)
在Spring中,IOC容器的重要地位我们就不 ...
by jiwenke 2007-06-03 浏览 (31730) 回复 (51) 关键字:
Spring Seam的集成问题
在做Spring Seam的集成中碰到的问题
我的配置文件如下
spring服务层配置如下
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:seam="http://jboss.com/products/seam/spring-seam"
xmlns:xsi="http://www.w3.org/2 ...
by he__bei 2008-03-13 浏览 (1038) 回复 (6) 关键字:
相关博客
class path resource [applicationContext.xml] cannot be opene
在做Hibernate+Spring的DAO测试时,(用到Junit) ,测试时找不到Spring的配置文件,applicationContext.xml。具体异常如下:
org.springframework.beans.factory.BeanDefinitionStoreException: IOException parsing XML document from class path r ...
by pshui 2007-06-20 浏览 (658) 回复 (0) 关键字:
Spring疑难杂症 - XML配置(1)-Unable to validate using XSD
问题:Unable to validate using XSD: Your JAXP provider [org.apache.crimson.jaxp.DocumentBuilderFactoryImpl@18aaa1e] does not support XML Schema. Are you running on Java 1.4 or below with Apache Cri ...
by jarchitect 2008-01-23 浏览 (1030) 回复 (1) 关键字:
Spring疑难杂症 - XML配置(3)-cvc-complex-type.2.4.c
问题: org.xml.sax.SAXParseException: cvc-complex-type.2.4.c: The matching wildcard is strict, but no declaration can be found for element 'ha:host-adapter' 解决方法:原来这个问题已有前人碰到过 ...
by jarchitect 2008-01-23 浏览 (561) 回复 (0) 关键字: spring
Spring疑难杂症 - XML配置(2)-cvc-complex-type.2.4.a
问题:org.xml.sax.SAXParseException: cvc-complex-type.2.4.a: Invalid content was found starting with element 'processor-ref'. 解决办法:未解决异常完整信息:
Jan 22, 2008 11:19:43 AM org.springfr ...
by jarchitect 2008-01-23 浏览 (386) 回复 (0) 关键字: spring
tomcat 5.5 启动时出错
开始使用JBOSS4做服务器,不会出任何错误。
不过后来换成TOMCAT5.5,启动的时候就会报这个错误。不过程序可以正常运行。请各位帮忙看看。2007-11-26 15:50:01 org.apache.coyote.http11.Http11AprProtocol init
信息: Initializing Coyote HTTP/1.1 on http-8088
2007-11-26 15: ...
by pypg 2007-11-26 浏览 (79) 回复 (0) 关键字:
相关圈子讨论
jbpm和Spring,Hibernate集成问题
集成的时候报以下 的错误,这是为啥呢?sessionFactory得到的时候报这错
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jbpmConfiguration' defined in class path resource [applicationContext. ...
by kayzhan 2007-12-21 浏览 (511) 回复 (0)
ec side启动错误
2008-4-7 13:38:28 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The Apache Tomcat Native library which allows optimal performance in production environments was not found on the jav ...
by hyzhangjun 2008-04-07 浏览 (375) 回复 (2)
Spring+ hibernate+ Jbpm 整合问题 晕了 求救!
在配置sessonFactory时提示如下错误:
[HelpPortal] ERROR [main] ContextLoader.initWebApplicationContext(203) | Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating ...
by zzb888 2007-07-17 浏览 (1118) 回复 (2)
求教h2数据库表找不到的问题
我用包里带的sql语句建表和记录出现下列问题,不知道什么原因,求教:
============ org.ecside.easyda.SqlUtil ============
select count(userid) from PUBLIC.USER_INFO
where 1=1
#{IF:USERNAME<>EMPTY} and username like #{USERNA ...
by lysmx 2007-03-06 浏览 (774) 回复 (6)
相关新闻
EJB 3.0和Spring 2.5 :在Spring中使用EJB 3.0
Meera Subbarao说道:EJB和Spring社区的开发者为什么总是贬低对方呢?我同时使用EJB和Spring,就像所有的开发者一样,我对于两者需要大量的XML设置非常头疼,但是从Java 5发布以来,XML配置已经用annotation来替代了。但是在使用了最新的Spring 2.5和EJB 3.0,我觉得它们是互相补充的关系,而非相互竞争关系。
许多开发者理解,Spring是由Spr ...
by QQbyte 2008-08-29 浏览 (1819) 回复 (6) 关键字: ejb 3.0 spring 2.5
迁移应用进入基于Annotation MVC的spring 2.5
Spring 2.5引入了基于Annotation配置的MVC controllers。这篇简短的文章介绍了需要如何迁移你的spring 2.0应用到spring 2.5,至少是需要迁移MVC相关的应用。首先保证你已经将spring-webmvc.jar放在你的classpath内,DispatcherServlet不再是spring.jar的一部分,现在是在一个单独的模块内。任何controll ...
by withyou 2008-02-27 浏览 (1778) 回复 (1) 关键字: spring annotation
NetBeans6.5 M1 众多期待的特性一览表!
NetBeans6.5 M1 众多期待的特性一览表!
Netbeans 6.5 M1 已经发布,最新版本的NetBeans 增强了许多功能,同时也引入了许多值得期待的新特性.
其中我比较喜欢的是DataBase 的改进,Eclipse 项目导入变得比以前更方便了,可以正确的区分Web项目
和普通项目,还有Spring Hibernate 增强. GUI 中新增了JD ...
by gml520 2008-06-25 浏览 (4273) 回复 (16) 关键字: netbeans 6.5 m1

