English 中文(简体)
通过JNDI 收集信息
原标题:Lookup a Message Driven Bean via JNDI

如果我打造一个电动灯——我通过日本国际日来信的其他部门吗? 如果是的话,我如何能够找到/指定名称来审视? 如果有的话,向玻璃鱼部署一米?

问题回答

Java EE规格(EJB3.0第21.2.3章)并不要求为多边开发银行指定一个联合国家清单:

At the minimum, the EJB container must provide a JNDI API name space to the enterprise bean instances. The EJB container must make the name space available to an instance when the instance invokes the javax.naming.InitialContext default (no-arg) constructor.

  • The business interfaces of other enterprise beans
  • [...]

多边开发银行没有资格,因为它们没有业务接口。 此外,由于连接另一个欧洲渔业局/MDB的MDB没有什么意义(就你们的使用情况而言,BTW? ),很可能在玻璃鱼中ski。

I ve see that Weblogic, . 允许在其专有的部署记录员中这样做,但我从未使用过。





相关问题
Webspehere 6.1 and JNDI for something other than a Datasource

I was wondering: how does one go about configuring WAS if they want to store some confidential information that is not datasource, JMS or Mail related? I m looking more for an adhoc JNDI resource (a ...

JBoss JNDI Binding Manager - maximum length of value?

I m using the technique described here to register string values on the JNDI tree via an XML file deployed to JBoss. This is working fine for my system constants (URLs and the like). However I am ...

How to configure JPA to use JNDI?

I have a working persistence definition that works on java level tests. Now I want to incorporate that into a web application which defines the database connection as JNDI in the context.xml. What do ...

Jetty JNDI Java Mail

I am using Jetty 7 with JBoss Seam and have 2 Java Mail Sessions configured, one for support notifications and another for general notifications. The problem I am having appears to be from JBoss Seam ...

Using JNDI for Database connections

This might sound like a noob question but this is the first time I m treading into Database territory. From here I got the info that The most efficient way to implement communication between the ...

JNDI Names -- Is Prefix "jdbc/" needed?

What s up with JNDI names? I m trying to get a javax.sql.DataSource using the new annotations feature of Java 5. It s not working for me, so I want to ask... I have a in my web.xml, inside of it is ...

热门标签