文章列表
nohup /u01/oracle/WLPortal/user_projects/domains/base_domain/startWebLogic.sh > startwlportal.log 2>&1 &
JPA @Cache缓存
- 博客分类:
- JPA @Cache缓存
先了解一下cache基础:
一级缓存
Hibernate 的一级缓存是由 Session
提供的,因此它只存在于 Session 的生命周期中,当程序调用 save(),update(),saveorupdate() 等方法
及调用查询接口 list,filter,iterate 时,如 session 缓存中还不存在相应的对象, Hibernate
会把该对象加入到一级缓存中,
当 Session 关闭的时候该 Session 所管理的一级缓存也会立即被清除
Hibernate 的一级缓存是 Session 所内置的,不能被卸载,也不能进行任何配置
...
ehcache参数配置
- 博客分类:
- ehcache
<
ehcache
xmlns:xsi
=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation
=
"ehcache.xsd"
>
<
diskStore
path
=
"java.io.tmpdir"
/>
& ...
select count(*) from v$session where username ='XZEIP'
select value from v$parameter where name = 'processes';
weblogic10.3 org.hibernate.hql.ast.HqlToken报错问题
文章分类:Java编程
因客户需求,将原来在tomcat 6的 struts2+hibernate3+spring2.5下的应用移植到weblogic10.3上,
在运行
weblogic10.3时发现
,原来在tomcat6运行妥妥的应用不好用了,在开发工具中发现抛异常:
org.springframework.orm.hibernate3.HibernateQueryException:
ClassNotFoun ...
http://www.oraclefmw.com/2011/03/26/userconfig%E4%B8%8Euserkey%E7%90%86%E8%A7%A3%E4%B8%8E%E5%BA%94%E7%94%A8/
←
WebLogic YouTube在线视频
扩展WebCenter Space原理解析 →
userconfig与userkey理解与应用
发表于
2011年03月26日
由
牛秀元
为什么需要userconfig与userkey?
举
例来说:如果我们想让某人去执行编写一些WLST管理脚本,但又不想告诉对 ...
D:\DedeAMPZ\WebRoot\Default\dojo>E:\bea3\jdk160_14_R27.6.5-32\bin\jar.exe cvf do
jo.war *
tar
tar命令可以用来压缩打包单文件、多个文件、单个目录、多个目录。
常用格式:
单个文件压缩打包 tar czvf my.tar file1
多个文件压缩打包 tar czvf my.tar file1 file2,...
单个目录压缩打包 tar czvf my.tar dir1
多个目录压缩打包 tar czvf my.tar dir1 dir2
解包至当前目 ...
<script
type
="dojo/method"
data-dojo-event
="getIconStyle"
data-dojo-args
="item,opened"
>
if(item && continentStore.getValue(item,"type") == "continent"){
return {
backgroundImage: "url('.. ...
安装后,起不来
Caused By: oracle.net.ns.NetException: Listener refused the connection with the following error:
ORA-12519, TNS:no appropriate service handler found
很可能是链接数的原因
1.select count(*) from v$process; 取得数据库目前的进程数。
2.select value from v$parameter where name = ...
启动weblogic时,遇到找不到jar或访问权限问题,UAC问题
可以使用管理员身份启动 也可以把UAC设置最低