[jboss-jira] [JBoss JIRA] Commented: (JBMETA-4) AnnotationMergedView ignores annotated beans when xml does not define beans
Richard Kennard (JIRA)
jira-events at lists.jboss.org
Mon Jun 15 21:13:56 EDT 2009
[ https://jira.jboss.org/jira/browse/JBMETA-4?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12472245#action_12472245 ]
Richard Kennard commented on JBMETA-4:
--------------------------------------
Please note, as of the version of JBoss Metadata shipped with JBoss 5.1.0.GA:
You see this 'JBMETA-4' warning (and your annotated beans do not properly deploy) if you forget to put proper namespaces on the ejb-jar.xml. It should be...
<ejb-jar version="3.0"
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">
...not just...
<ejb-jar>
> AnnotationMergedView ignores annotated beans when xml does not define beans
> ---------------------------------------------------------------------------
>
> Key: JBMETA-4
> URL: https://jira.jboss.org/jira/browse/JBMETA-4
> Project: JBoss Metadata
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Affects Versions: 1.0.0.Beta5
> Reporter: Carlo de Wolf
> Assignee: Alexey Loubyansky
> Priority: Critical
> Fix For: 1.0.0.Beta6
>
>
> AnnotationMergedView.merge(EnterpriseBeansMetaData merged, EnterpriseBeansMetaData xml, EnterpriseBeansMetaData annotation)
> falls through without doing anything if xml is null.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list