- 浏览: 17280 次
- 性别:
- 来自: 深圳
最新评论
-
guji528:
发现用java可以直接启动tomcat:
java -serv ...
Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If -
guji528:
在servers view里,双击你要设置的server,会打 ...
Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If -
liuchaono1:
连自己都没有试的东西不要发到网上丢人现眼!
异常:Unable to instantiate default tuplizer [org.hibernate.tuple.entity.PojoEntity
文章列表
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: C:\Tomcat%206.0\webapps\books-web\WEB-INF\lib\books-integration-1.0.0-SNAPSHOT.jar (系统找不到指定的路径。)
it seems that you're using an old Hibernate EntityManager version... Please upgrade to Hibernate EntityManager 3.3.2 or higher, wher ...
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'sessionfactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is org.hibernate.HibernateException: Unable to instantiate default tuplizer ...
现将自己在看Maven2认为概念性重要的东西记录下来吧,有空再补充和完善:)
一:
The Project Object Model
1.POM definition:The POM is where a project’s identity and structure are declared, builds are configured, and projects are related to one another. The presence of a pom.xml file defines a Maven project.
2.The POM contains four cat ...
错误
Server Tomcat v6.0 Server at localhost was unable to start within 45 seconds. If the server requires more time, try increasing the timeout in the server editor.
修改 workspace\.metadata\.plugins\org.eclipse.wst.server.core\servers.xml文件。
<servers>
<server hostname="localhost" i ...
原因:以前安装的tomcat目录改变
解决方法:Window->preferences->Server->Runtime Environment,改变tomcat的目录为你安装的目录,然后保存,这样就可以建立Tomcat server了。
出现这个问题提示:“不能执行已释放的Script代码”,原来没有这个提示,但是自从加入了fckeditor的标签后,点击完左边的相对应的包含fckeditor标签页面的treeitem后,点击几次别的treeitem后,便出现了这个提示。倘若一开始就不点击fckeditor标签页面,而直接点击别的页面,则不会出现类似提示。
我後來是把FCKEDITOR外面多包一層HBOX就可以了~
http://www.zkoss.org/smalltalks/fckupload/fckupload.dsp
Using Upload Feature in FCKeditor
一直在用.NET做项目,最近一个项目要用ZK+Spring+Hiberate来完成,于是开始了与Java的第一次亲密接触。因为是第一次,所以在一路的过程中遇到了不少的问题。打算借JavaEye的宝地,在我的Blog中记录下来,供自己以后总结。
今天主要遇到的问题是:我的项目分为前端(A)和后端(B)两个工程,前端工程主要是用ZK实现用户界面,spring secrutiy实现安全机制等。后端主要是用Spring与Hibernate实现主要的业务逻辑和数据的处理。项目开始的前一阶段一直用MyEclipse处理,后来因为种种原因换回了Eclipse,以前直接用MyEclipse自带的Deplo ...