@jws:ejb Tag

Specifies the target EJB's home interface for an EJB control.

Syntax

@jws:ejb
	home-jndi-name="JNDInameOfTargetEJB"]

Attributes

home-jndi-name

Required. Specifies the JNDI name of the target EJB's home interface. Typically "EJBNameHome".

Remarks

The following rules apply to this tag's use:

The target EJB must be deployed in WebLogic Server in the same domain as WebLogic Workshop project containing the EJB control.

Related Topics

EJB Control: Using Enterprise Java Beans from a Web Service