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} が何を意味するのかはまだわかりませんが、たどり着きます。