]
Carlo de Wolf edited comment on JBAS-7292 at 2/16/11 10:33 AM:
---------------------------------------------------------------
To use jboss.xml it should contain a namespace declaration:
{code:xml}
<?xml version="1.0" encoding="UTF-8"?>
<jboss
version="3.0">
...
</jboss>
{code}
was (Author: wolfc):
To use jboss.xml it should contain a namespace declaration:
<?xml version="1.0" encoding="UTF-8"?>
<jboss
jboss.dtd is missing definition for ignore-dependency
-----------------------------------------------------
Key: JBAS-7292
URL:
https://issues.jboss.org/browse/JBAS-7292
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: EJB3
Affects Versions: JBossAS-5.1.0.GA
Environment: jboss.xml with doctype definition of:
<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 4.2//EN"
"http://www.jboss.org/j2ee/dtd/jboss_4_2.dtd">
or
<!DOCTYPE jboss PUBLIC "-//JBoss//DTD JBOSS 5.0//EN"
"http://www.jboss.org/j2ee/dtd/jboss_5_0.dtd">
Reporter: Larry O'Leary
Assignee: Carlo de Wolf
When using <ignore-dependency /> in jboss.xml for an EJB3 and attempting to
validate the XML document against the DTD, an error is thrown indicating ignore-dependency
is not a valid element for <ejb-ref>. Looking through the DTD, the element does not
exist.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: