I’m running Eclipse3 and MyEclipse3-beta2.
I’ve created a session bean and when I run xdoclet, the jboss.xml, ejb-jar.xml and etc. have the incorrect dtd reference, which results in invalid xml as far as Eclipse is concerned. The dtd reference is:
<!DOCTYPE jboss PUBLIC “-//JBoss//DTD JBOSS 2.4//EN” “http://www.jboss.org/j2ee/dtd/jboss_2_4.dtd”>
whereas it should be:
<!DOCTYPE jboss PUBLIC “-//JBoss//DTD JBOSS 3.2//EN” “http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd”>
Making the change in the generated file allows the xml to validate.
Is this a bug or have I not configured something correctly?
Thanks,
rshan