[jboss-jira] [JBoss JIRA] Created: (JBSEAM-346) Full <ejb-jar> declaration in examples' ejb-jar.xml files
Stephen Friedrich (JIRA)
jira-events at jboss.com
Thu Sep 7 03:19:28 EDT 2006
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
More information about the jboss-jira
mailing list