I am not sure. Are you sure you got the syntax correct? Here is an example of mine
that works...
This is in the session bean.....
/**
* @ejb.interface-method
* view-type="remote"
* @dao.call name="loginUser"
**/
public String loginUser(String username, String password){
System.out.println("entering StoreAccessBean.loginUser");
return null;
}
In the Entity Bean, I have the
* @ejb.dao class="au.com.tusc.bmp.ManagerDAO"
* impl-class="au.com.tusc.dao.ManagerDAOImpl"
and everything seems to work. I am pretty new to this stuff myself. Maybe you want
to ask the xdoclet list though. I don't see this as a JBossIDE thing, plus the
xdoclet list is probably more active.
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3823426#3823426
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3823426
-------------------------------------------------------
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