Bugs item #533754, was opened at 2002-03-22 12:20
You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=533754&group_id=31602

Category: other
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: Apache Soap

Initial Comment:
Apache-Soap uses a JNDIName property class to figure 
out how to lookup a session bean using the 
StatelessEJBProvider class.  I added the following 
line to the template to make mine work...

***********

<isd:option key="JNDIName" value="<XDtEjbHome:jndiName 
type='remote'/>"/>

***********

This is only for Session and Entity Beans.
The entire section looks like this:

***********

<XDtType:ifIsOfType 
type="javax.ejb.EntityBean,javax.ejb.SessionBean">
      <isd:option key="FullHomeInterfaceName" 
value="<XDtEjbHome:homeInterface type='remote'/>" />
      <isd:option key="ContextProviderURL" 
value="<XDtConfig:configParameterValue 
paramName='ContextProviderUrl'/>" />
      <isd:option key="FullContextFactoryName" 
value="<XDtConfig:configParameterValue 
paramName='ContextFactoryName'/>" />
      <isd:option key="JNDIName" 
value="<XDtEjbHome:jndiName type='remote'/>"/>
</XDtType:ifIsOfType>

************



----------------------------------------------------------------------

You can respond by visiting: 
http://sourceforge.net/tracker/?func=detail&atid=402704&aid=533754&group_id=31602

_______________________________________________
Xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to