facebook

Problem with Weblogic MDB Tutorial [Closed]

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

    I have gone through this tutorial on two different machines

    http://www.myeclipseide.com/images/tutorials/MDB/MDB_tutorial.htm

    Both times I get the follwoing error.

    weblogic.management.DeploymentException: Error while loading descriptors: Error processing file ‘META-INF/application.xml’. weblogic.xml.process.XMLProcessingException: XML document does not appear to contain a properly formed DOCTYPE header – with nested exception: [weblogic.xml.process.ProcessorFactoryException: XML document does not appear to contain a properly formed DOCTYPE header] – with nested exception: [weblogic.xml.process.ProcessorFactoryException: XML document does not appear to contain a properly formed DOCTYPE header]

    I have Eclipse 3.0.1 MyEclipse 3.8.3. I am using Java sdk 1.4.2_04. I am running Windows XP.

    Here are the contents of my application.xml

    <?xml version=”1.0″ encoding=”UTF-8″ ?>
    – <application xmlns=”http://java.sun.com/xml/ns/j2ee&#8221; xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance&#8221; version=”1.4″ xsi:schemaLocation=”http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd”&gt;
    <display-name>ExampleProject</display-name>
    – <module id=”myeclipse.1108062775617″>
    <ejb>ExampleProjectEJB</ejb>
    </module>
    </application>

    Thanks in Advance,
    Tom Henricksen

    #224941 Reply

    Riyad Kalla
    Member

    Tom,
    WebLogic 8 does not support the J2EE 1.4 spec, you will either need to upgrade to WebLogic 9 or downgrade your project to J2EE 1.3, then the tutorial will work as expected.

    #225082 Reply

    Thanks Riyad

Viewing 3 posts - 1 through 3 (of 3 total)
Reply To: Problem with Weblogic MDB Tutorial [Closed]

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