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” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” version=”1.4″ xsi:schemaLocation=”http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/application_1_4.xsd”>
<display-name>ExampleProject</display-name>
– <module id=”myeclipse.1108062775617″>
<ejb>ExampleProjectEJB</ejb>
</module>
</application>
Thanks in Advance,
Tom Henricksen