Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Seam 的 component.xml 默认为 jndiPattern 配置@jndiPattern@。随机谷歌搜索表明这是一个真实价值的占位符。我怎样才能看到真正的价值?
@jndiPattern@
啊,我明白了。该值在 components.properties 中。这条线是
jndiPattern=\#{ejbName}/local
现在,我仍然不知道#{ejbName} 是什么意思,但我会明白的。