Hi list,

Assuming that my build file is correct - and judging from others I've 
seen, it is - I'm wondering if it my class level tags that are the 
problem preventing XDoclet from generating the session facade 
interfaces.  This is how I have my class defined:

/**
* @ejb.bean name="Foo"
*               jndi-name="Foo"
*               type="CMP"
*               primkey-field="fooId"
*               cmp-version="2.x"
* 
* @ejb.persistence 
*               table-name="t_foo" 
* 
* @ejb.finder 
*               query="SELECT OBJECT(a) FROM t_foo as a"  
*               signature="java.util.Collection findAll()"  
*
* @ejb.facade
*               type = "Stateless"
*               view-type = "remote"
*/

The generated FooFacadeEJB has class level tags like this:

/**
* Session facade for Foo
* @xdoclet-generated at ${TODAY}
* @copyright The XDoclet Team
* @author XDoclet
* @version 2.2.D11

*  @ejb.bean name="FooFacade"
*       type="Stateless"
*       view-type="remote"
*       jndi-name="ejb/FooFacade"
*       local-jndi-name="FooFacadeLocal"
*
* @ejb.ejb-ref ejb-name="Foo" view-type="local"
* @ejb.util generate="physical"
* @ejb.remote-facade
*/

If I create a new session bean, copy the generated facade session class 
but remove the facade tags the interfaces are generated.

Could this be a symptom of anything?

TIA,

Richard

-- 


-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to