I think you're right, about the fact that is a problem
due to my bad knowledge of Xdoclet :-(
I'll try to get docu on Xdoclet (at the moment
I wrote the DAO Interface without using
Xdoclet tags).
However here is the example:
At Session Bean Level:
/**
* @ejb.dao class = "xxx.yyy....."
impl_class = "xxx.yyy....."
At Session Bean's method level:
/**
* @param ....
* @ejb.interface-method view = "remote"
* @dao.call = "<DAO interface method>"
public void beanMethod(list of param ....) {
DAOClass dao = new DAOClass();
dao.<DAO interface method> ();
}
When I generate the DAOInterface
I get a result like this:
public interface DAOInterface {
public void beanMethod();
}
instead of :
public interface DAOInterface {
<DAO Interface method> //the one I put in dao.call = "...."
}
Moreno
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823111#3823111
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823111
-------------------------------------------------------
SF.Net is sponsored by: Speed Start Your Linux Apps Now.
Build and deploy apps & Web services for Linux with
a free DVD software kit from IBM. Click Now!
http://ads.osdn.com/?ad_id=1356&alloc_id=3438&op=click
_______________________________________________
JBoss-Development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development