how is it possible to change the ejb-jar tag of the xdoclet generation.
following warning appears in jonas:
/opt/JONAS_4_6_1/apps/autoload/RUBBoS.ear is using DTDs, WsGen needs Schema only : META-INF/jonas-ejb-jar.xml use a DTD. Only XML Schema are accepted for J2EE 1.4 webservices
when i edit jonas-ejb-jar.xml
<!DOCTYPE jonas-ejb-jar PUBLIC “-//ObjectWeb//DTD JOnAS 3.0//EN” “http://www.objectweb.org/jonas/dtds/jonas-ejb-jar_3_0.dtd”>
<jonas-ejb-jar>
to:
<jonas-ejb-jar xmlns=”http://www.objectweb.org/jonas/ns”
xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance”
xsi:schemaLocation=”http://www.objectweb.org/jonas/ns
http://www.objectweb.org/jonas/ns/jonas-ejb-jar_4_0.xsd” >
the warning disappears.
The same is with jonas-web.xml.
But i want that xdoclet makes the job.
How can I make this happen?
Thanks in advance
Oliver