facebook

[Closed] xdoclet genreation for jonas

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #240644 Reply

    oschei
    Member

    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”&gt;
    <jonas-ejb-jar>

    to:
    <jonas-ejb-jar xmlns=”http://www.objectweb.org/jonas/ns&#8221;
    xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221;
    xsi:schemaLocation=”http://www.objectweb.org/jonas/ns
    http://www.objectweb.org/jonas/ns/jonas-ejb-jar_4_0.xsd&#8221; >

    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

    #240652

    Riyad Kalla
    Member

    Oliver,
    What tags are you using? I belive this is an issue of Xdocet neding to Support Jonas 4

    #240720

    oschei
    Member

    Hello,
    I use normal xdoclet tags and JONAS 4.6.1

    Regards

    Oliver

    #240739

    Greg
    Member

    Oliver,

    It seems that XDoclet 1.2.3 Objectweb module does not contain these 4.0 resources. So it looks like that the Jonas XDoclet module has not caught up yet with the latest Jonas version. Once XDoclet releases an updated module for objectweb, you can upgrade the module in MyEclipse to contain the new resources.

    #240766

    oschei
    Member

    ok thanks 😉

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: [Closed] xdoclet genreation for jonas

You must be logged in to post in the forum log in