The following issue has been updated:
Updater: Andrew Stevens (mailto:[EMAIL PROTECTED])
Date: Sun, 16 Nov 2003 6:21 PM
Changes:
Component changed to EJB Module
---------------------------------------------------------------------
For a full history of the issue, see:
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-689&page=history
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/xdoclet/secure/ViewIssue.jspa?key=XDT-689
Here is an overview of the issue:
---------------------------------------------------------------------
Key: XDT-689
Summary: local interfaces in ejb-jar.xml although not declared in build.xml
Type: Bug
Status: Assigned
Priority: Major
Time Spent: Unknown
Remaining: Unknown
Project: XDoclet
Components:
EJB Module
Versions:
1.2 Beta 3
Assignee: xdoclet-devel (Use for new issues)
Reporter: Marcin Mieszek
Created: Mon, 27 Oct 2003 7:36 PM
Updated: Sun, 16 Nov 2003 6:21 PM
Description:
I got following ejb-jar.xml (this is just a part):
<session >
<description><![CDATA[Description Bean]]></description>
<ejb-name>Stateful</ejb-name>
<home>pl.xi.StatefulHome</home>
<remote>pl.xi.Stateful</remote>
<local-home>pl.xi.StatefulLocalHome</local-home>
<local>pl.xi.StatefulLocal</local>
<ejb-class>pl.xi.StatefulBean</ejb-class>
<session-type>Stateful</session-type>
<transaction-type>Container</transaction-type>
</session>
..although in build.xml I ask only for remote interfacec:
<target name="ejbdoclet" depends="prepare">
<echo>+---------------------------------------------------+</echo>
<echo>| |</echo>
<echo>| R U N N I N G E J B D O C L E T |</echo>
<echo>| |</echo>
<echo>+---------------------------------------------------+</echo>
<ejbdoclet
destdir="${samples.gen-src.dir}"
mergedir="parent-fake-to-debug"
excludedtags="@version,@author,@todo"
addedtags="@xdoclet-generated at ${TODAY},@copyright The XDoclet
Team,@author Xi Systems,@version ${version}"
ejbspec="2.0"
force="${samples.xdoclet.force}"
verbose="false"
>
<fileset dir="src">
<include name="**/*Bean.java"/>
</fileset>
<remoteinterface/>
<homeinterface/>
<deploymentdescriptor
destdir="${samples.meta-inf.dir}"
validatexml="true"
mergedir="fake-to-debug"
description="Description"
>
</deploymentdescriptor>
<jboss
version="3.2"
xmlencoding="UTF-8"
destdir="${samples.meta-inf.dir}"
validatexml="true"
/>
</ejbdoclet>
</target>
I do not want to have:
<local-home>pl.xi.StatefulLocalHome</local-home>
<local>pl.xi.StatefulLocal</local>
in ejb-jar.xml
--
Marcin
---------------------------------------------------------------------
JIRA INFORMATION:
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
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
-------------------------------------------------------
This SF. Net email is sponsored by: GoToMyPC
GoToMyPC is the fast, easy and secure way to access your computer from
any Web browser or wireless device. Click here to Try it Free!
https://www.gotomypc.com/tr/OSDN/AW/Q4_2003/t/g22lp?Target=mm/g22lp.tmpl
_______________________________________________
xdoclet-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel