【发布时间】:2012-02-09 20:40:11
【问题描述】:
Seam 的 component.xml 默认配置为 jndiPattern @jndiPattern@。随机谷歌搜索表明这是一个真实价值的占位符。怎样才能看到真正的价值?
【问题讨论】:
Seam 的 component.xml 默认配置为 jndiPattern @jndiPattern@。随机谷歌搜索表明这是一个真实价值的占位符。怎样才能看到真正的价值?
【问题讨论】:
啊,我明白了。该值在 components.properties 中。该行是
jndiPattern=\#{ejbName}/local
现在,我仍然不知道 #{ejbName} 是什么意思,但我会明白的。
【讨论】: