Not sure if I completely understand what you're
saying, but...

There is no @jboss.ejb-local-ref-jndi because it is
not necessary. The jbossdoclet task uses the @ejb:bean
entires to define the remote and local jndi names.

For example:

 * @ejb:bean
 *   name="ClientManager"
 *   display-name="ClientManager Session Bean"
 *   description="ClientManager Session Bean"
 *   type="Stateless"
 *   view-type="both"
 *   local-jndi-name="ejb/ClientManagerLocal"
 *   jndi-name="ejb/ClientManager"


Cheers.

//Nicholas


--- COCKLE Timothy <[EMAIL PROTECTED]> wrote:
> Hi all,
> 
> Can someone tell me why there is a
> @web.ejb-local-ref but not a
> @jboss.ejb-local-ref-jndi?
> 
> I have tried to use the local refs with in the
> @jboss.ejb-ref-jndi but this gives the following
> error:
> 
> 14:48:10,324 WARN  [JettyService] Failed to parse
> descriptors for
>
war(file:/usr/local/jboss-3.2.1/server/default/tmp/deploy/server/default/deploy/WebDemo.war/37.WebDemo.war)
> org.jboss.deployment.DeploymentException: Failed to
> parse WEB-INF/jboss-web.xml; - nested throwable:
> (org.jboss.deployment.DeploymentException: ejb-ref
> ejb/DemoBeanLocal found in jboss-web.xml but not in
> web.xml)
> 
> As the the jboss-web.xml has a <ejb-ref> where as
> the the web.xml has a <ejb-local-ref>
> 
> Am I missing somthing here?
> 
> Cheers tim
> 

> ATTACHMENT part 2 application/ms-tnef
name=winmail.dat



=====
Nicholas Whitehead
Home: (973) 377 9335
Cell: (201) 615 2716
[EMAIL PROTECTED]
Get Your News From The Crowbar: http://crowbar.dnsalias.com:443/crowbar/


-------------------------------------------------------
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available now.
Download today and enter to win an XBOX or Visual Studio .NET.
http://aspnet.click-url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to