deploymentdescriptor_2.txt
来自「EJB_原代码多例-好好东西啊」· 文本 代码 · 共 45 行
TXT
45 行
(SessionDescriptor
beanHomeName MachineHome
enterpriseBeanClassName com.wiley.compBooks.roman.session.fazuul.MachineBean
homeInterfaceClassName com.wiley.compBooks.roman.session.fazuul.MachineHome
remoteInterfaceClassName com.wiley.compBooks.roman.session.fazuul.Machine
isReentrant false
; Session EJBean-specific properties:
stateManagementType STATELESS_SESSION
sessionTimeout 10; seconds
; end session EJBean-specific properties
(accessControlEntries
; DEFAULT [admin]
); end accessControlEntries
(controlDescriptors
(DEFAULT
isolationLevel TRANSACTION_SERIALIZABLE
transactionAttribute TX_REQUIRED
runAsMode SPECIFIED_IDENTITY
runAsIdentity creator
); end DEFAULT
); end controlDescriptors
(environmentProperties
; Application-specific environment properties
java.naming.factory.initial "weblogic.jndi.TengahInitialContextFactory"
java.naming.provider.url "t3://localhost:7001"
COMPONENT_LIST "Snarf,Vrommell,Rector"
; end Application-specific environment properties
; realmName "my.realm"
; homeClassName
; ejbObjectClassName
maxBeansInFreePool 100
maxBeansInCache 100
idleTimeoutSeconds 60
); end environmentProperties
); end SessionDescriptor
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?