Hello everyone,

I am using the XDoclet supplied with JBoss-IDE 1.2.2.

When generating Home-Interfaces with the <homeinterface/> and <localhomeinterface/> task, XDoclet generates a default COMP_NAME:

java:comp/env/ejb/<ejbname> for Remote Home Interfaces
java:comp/env/ejb/<ejbname>Local for Local Home Interfaces

The problem is, I want to use a different naming scheme for these references:

java:comp/env/ejb/remote/<ejbname> for Remote Home Interfaces
java:comp/env/ejb/local/<ejbname> for Local Home Interfaces

or

java:comp/env/ejb/<ejbname> for either type of interface (provided that a bean client typically uses only the remote OR the local interface of another bean)

How can I customize the COMP_NAME?

Regards,

Andreas


------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _______________________________________________ xdoclet-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to