I created the ejbdoclet in ant but the doclet does not create queues in
ejb-jar.xml and weblogic-ejb-jar
--------------------------------------------------------------------------------------------------------
Key: XDT-1553
URL: http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1553
Project: XDoclet
Type: Bug
Components: Build Process
Reporter: Piyush Srivastava
Assigned to: xdoclet-devel (Use for new issues)
I created the ejbdoclet in ant but the doclet does not create queues in
ejb-jar.xml and weblogic-ejb-jar. The doclet defines the queues as
* @ejbgen:resource-ref
* auth = Container
* jndi-name = siebel
* name = siebel
* type = javax.jms.QueueConnectionFactory
* sharing-scope = Shareable
*
When I ran ejbdoclet which is
<target name="ejbdoclet">
<echo message="ejb.dir=${ejb.dir}"/>
<taskdef name="ejbdoclet"
classname="xdoclet.modules.ejb.EjbDocletTask"/>
<ejbdoclet
destdir="${build.dir}/code"
ejbspec="2.0">
<fileset dir="${ejb.dir.connection}">
<include name="**/*.java" />
</fileset>
<localinterface pattern="{0}"/>
<localhomeinterface pattern="{0}Home"/>
<deploymentdescriptor
destdir="${build.dir}/build/descriptor"/>
<weblogic
destdir="${build.dir}/build/descriptor"
xmlencoding="UTF-8"
validatexml="true" />
</ejbdoclet>
It created the Ejbs but did not create the queue defined in doclet
Please help it very urgent
--
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
-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
xdoclet-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel