Trying to use a template jboss.xml in the <jboss> tag of the <ejbdoclet> Ant
task.

----
<ejbdoclet ejbSpec="2.0" destDir="${src.generated.dir}"
mergeDir="${src.dir}/xml">
      <deploymentdescriptor destdir="build/META-INF/"
xmlencoding="iso-8859-1" />
      <fileset dir="${src.generated.dir}" includes="**/*Bean.java" />
      <fileset dir="${src.custom.dir}" includes="**/*Bean.java"/>
  
      <jboss Version="3.2" destDir="build/META-INF/"
jbossTemplateFile="${src.dir}/xml/jboss_xml.xdt"/>
---

Tried the above which is a copy of the jboss_xml.xdt from the source distro
and an actual working jboss.xml file (originally generated by XDoclet and
very simple) and both give me this error (but with name of whatever file I
put in the tag of course):

<<can't find jboss.xml template:
D:\eclipse\workspace\MessageLayer\src/xml/jboss_xml.xdt>>

---------

Yes I tried with all the same path separators for Windows and yes I opened
the files via Explorer/DOS with exact path shown in error and yes the build
file and ejbdoclet task work and are in common use, just never with a
template jboss.xml file yet.  I've searched the archives, XDoclet site,
docs, distro, etc and don't see anyone having this problem or anything
saying what this file is supposed to look like.  Please point me to any such
info!

I have to put some invoker-proxy-bindings in for multiple remote messaging
providers and this seems like the right way to handle it.

Anyone have jbossTemplateFile working and if so, what does that file have to
look like for XDoclet to recognize it as a "jboss.xml template"?

Thanks,

Colin

CONFIDENTIALITY NOTICE: 
This message and any file attached or forwarded by the sender may contain
proprietary information and is intended for the sole use of the individual
or entity to whom the message was sent.  The authorized recipient of this
message (which includes content and attachments) is prohibited from
disclosing the information to any other party without the consent of the
sender unless required to do so by Federal or state law or regulation.  If
you are not the intended recipient, you are hereby notified that any
disclosure, copying, distribution or use of the information is prohibited.
If you have received this message in error, please notify us by telephone at
1-800-977-8191 or by return e-mail.



-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
xdoclet-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/xdoclet-user

Reply via email to