hi,
wild guess... have you specified the ejb version you are using?
here's what i m using

<ejbdoclet
           destDir="${project.build.directory}/generated-sources/xdoclet"
           excludedTags="@author,@version"
           ejbSpec="2.1">

<deploymentdescriptor
                       destDir="${project.build.outputDirectory}/META-INF"
                       useIDs="true"/>
<websphere

destDir="${project.build.outputDirectory}/META-INF"/>


 <jboss version="4.0"
                       destDir="${project.build.outputDirectory}/META-INF"
                       dataSource="${mw.dataSource}"
                       datasourceMapping="Hypersonic SQL"
                       createTable="true"
                       removeTable="true"/>


hth
marco



On 11/27/06, Manu <[EMAIL PROTECTED]> wrote:

Hi,

I'm experiencing trouble with the generation of ejb-jar.xml by ejbdoclet
(xdoclet).
It does not seem to include at the top of the file a DOCTYPE directive.
I don't know if this is strictly required by the standard, but my Weblogic
server tells me it is not valid for that reason.

Any idea of how to make ejbdoclet (subtag <deploymentdescriptor/>)
generate
it for me ?
Or tell Weblo bypass this validation ?

Thanks for your help.

--
Manu (:-Þ)


Reply via email to