This content has been marked as final.
Show 1 reply
-
1. Re: who can help me about how to fix a bug?
sbrbot Jan 11, 2004 2:22 PM (in response to magicboy)Indeed, according to EJB 2.0 DTD:
<!ELEMENT env-entry (description?, env-entry-name, env-entry-type, env-entry-value?)>
env-entry-name and env-entry-type are mandatory fields of env-entry tag but env-entry-value is optional. It means that you can create a deployment descriptor file and it will be correctly validated by all XML parsers (SAX). So your question is hwether JBoss has its own additional constraints about these XML values of env-entry tag?