[XDoclet-JIRA] Created: (XDT-1646) When running xdoclet, the value of the property <ejb-class> generated by xdoclet in ejb-jar.xml is changing to xxxSession, ..i want it to be xxxBean
"chaithanya (JIRA)" <[email protected]> Wed, 19 Jul 2006 01:09:03 -0500 (CDT)
| Newsgroups | gmane.comp.java.xdoclet.devel |
|---|---|
| Message-ID | <113327814.1153289343869.JavaMail.j2ee@atlassian01.managed.contegix.com> |
When running xdoclet, the value of the property <ejb-class> generated by xdoclet in ejb-jar.xml is changing to xxxSession,..i want it to be xxxBean
----------------------------------------------------------------------------------------------------------------------------------------------------
Key: XDT-1646
URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1646
Project: XDoclet
Type: Bug
Components: XDoclet Module
Versions: 1.2.3
Environment: 1.)EJB files generated by xdoclet,..2.)AbstractStatelessSessionBean of Spring framework 3.)using maven and not ant build
Reporter: chaithanya
Assigned to: xdoclet-devel (Use for new issues)
Priority: Critical
Hi,
When i run xdoclet, the value of the property <ejb-class> generated by xdoclet in ejb-jar.xml is changing like the following...
<ejb-class>xyz.abc..xxxselection.XXXSelectionSession</ejb-class>
But i want it to be
<ejb-class>xyz.abc..xxxselection.XXXSelectionBean</ejb-class>
Every time , i'm manually changing it to Bean
Can any one tell me how to configure xdoclet so that i can avoid this everytime i run xdoclet
I use the following xdoclet tags in my XXXBean class
/**
*
*
* @ejb.bean name="XXXSelection" type="Stateless" view-type="both"
* transaction-type="Bean"
* @ejb.transaction type="NotSupported"
* @ejb.interface extends="javax.ejb.EJBObject"
* local-extends="javax.ejb.EJBLocalObject" remote-pattern="{0}"
* local-pattern="{0}Local"
* @ejb.home extends="javax.ejb.EJBHome" local-extends="javax.ejb.EJBLocalHome"
* remote-pattern="{0}Home" local-pattern="{0}LocalHome"
* @ejb:env-entry name="ejb/BeanFactoryPath" type="java.lang.String"
* value="applicationContext.xml"
*/
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV