当前位置: 首页 > 工具软件 > OpenEJB > 使用案例 >

openejb配置列表

微生毅
2023-12-01
名称默认值说明
openejb.nobannertrue为true时,则打印openejb版本信息
openejb.assembler用于组装EJB容器的类,默认值为org.apache.openejb.assembler.classic.Assembler
openejb.embedded.remotablefalse在嵌入模式下是否开启远程访问功能
openejb.embedded.initialcontext.closeLOGOUT在关闭context时的动作,可选值有LOGOUT(退出登录)、DESTROY(销毁容器)
openejb.authentication.realmName登录认证域
openejb.remotable.businessLocals为true时,允许客户端远程调用本地接口
openejb.jndiname.format用于定义部署的EJB的缺省的JNDI名称,默认值为{deploymentId}{interfaceType.annotationName}
openejb.deployments.classpath为true时,则扫描classpath中ejb,默认值为true
openejb.deployments.classpath.include扫描classpath时,用于匹配的正则表达式
openejb.deployments.classpath.exclude扫描classpath时,用于排除的正则表达式
openejb.deployments.classpath.require.descriptor扫描classpath时,被允许的应用类型
openejb.deployments.classpath.filter.descriptors
openejb.deployments.classpath.filter.systemapps

 

 

 

 类似资料: