[
http://jira.jboss.com/jira/browse/JBSEAM-346?page=all ]
Gavin King closed JBSEAM-346.
-----------------------------
Resolution: Duplicate Issue
dupe
Full <ejb-jar> declaration in examples' ejb-jar.xml files
---------------------------------------------------------
Key: JBSEAM-346
URL:
http://jira.jboss.com/jira/browse/JBSEAM-346
Project: JBoss Seam
Issue Type: Task
Components: Examples
Affects Versions: 1.0.1
Reporter: Stephen Friedrich
Currently ejb-jar.xml files in seam examples (1.0.1 GA) use just
"<ejb-jar>".
Would be nicer if they used a full, standard compliant declaration:
{code}
<ejb-jar
xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee
http://java.sun.com/xml/ns/javaee/ejb-jar_3_0.xsd"
version="3.0">
{code}
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira