📄 deploymentdescriptor.txt
字号:
(EntityDescriptor
beanHomeName AccountHome
enterpriseBeanClassName com.wiley.compBooks.roman.entity.account.AccountBean
homeInterfaceClassName com.wiley.compBooks.roman.entity.account.AccountHome
remoteInterfaceClassName com.wiley.compBooks.roman.entity.account.Account
isReentrant false
(accessControlEntries
; DEFAULT [admin manager]
); end accessControlEntries
(controlDescriptors
(DEFAULT
isolationLevel TRANSACTION_SERIALIZABLE
transactionAttribute TX_REQUIRED
runAsMode CLIENT_IDENTITY
; runAsIdentity admin
); end isolationLevel
); end controlDescriptors
;application-specific properties
(environmentProperties
; for WebLogic to pool connections, use the following properties. Note that
; WebLogic must be initialized in the bean beforehand, and this is non-
; portable. JDBC 2.0 fixes this by providing portable connection pooling.
; Note that you must define your JDBC driver for your database in
; weblogic.properties.
; jdbc.drivers "weblogic.jdbc.jts.Driver"
; JDBC_URL "jdbc:weblogic:jts:ejbPool"
; for JDBC-Cloudscape (no pooling):
jdbc.drivers "com.cloudscape.core.JDBCDriver"
JDBC_URL "jdbc:cloudscape:ejbdatabase"
; for JDBC-ODBC (no pooling):
; jdbc.drivers "sun.jdbc.odbc.JdbcOdbcDriver"
; JDBC_URL "jdbc:odbc:ejbdatabase"
; realmName "my.realm"
; homeClassName
; ejbObjectClassName
maxBeansInFreePool 20
maxBeansInCache 1000
idleTimeoutSeconds 5
isModifiedMethodName isModified
); end environmentProperties
; Entity EJBean-specific properties:
primaryKeyClassName com.wiley.compBooks.roman.entity.account.AccountPK
; end entity EJBean-specific properties.
); end EntityDescriptor
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -