[
http://jira.jboss.com/jira/browse/JBMETA-1?page=all ]
Scott M Stark resolved JBMETA-1.
--------------------------------
Resolution: Done
Handling merging of JBossGenericBeanMetaData and
JBossSessionBeanMetaData
-------------------------------------------------------------------------
Key: JBMETA-1
URL:
http://jira.jboss.com/jira/browse/JBMETA-1
Project: JBoss Metadata
Issue Type: Bug
Security Level: Public(Everyone can see)
Environment:
org.jboss.test.metadata.annotation.ejb3.AnnotationEjb3UnitTestCase.testMergeGenericMetaData
Reporter: Scott M Stark
Assigned To: Scott M Stark
Fix For: 1.0.0.Beta5
An annotation only deployment like:
@Stateful(name="Stateful3Bean")
@Remote({Stateful3IF.class})
public class Stateful3Bean implements Stateful3IF {
...
with a jboss.xml like:
<jboss
xmlns="http://www.jboss.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.jboss.com/xml/ns/javaee
http://www.jboss.org/j2ee/schema/jboss_5_0.xsd" version="3.0">
<unauthenticated-principal>guest</unauthenticated-principal>
<enterprise-beans>
<ejb>
<ejb-name>Stateful3Bean</ejb-name>
<jndi-name>com_sun_ts_tests_ejb30_pkg_scope_Stateful3Bean</jndi-name>
</ejb>
<ejb>
<ejb-name>Stateless3Bean</ejb-name>
<jndi-name>com_sun_ts_tests_ejb30_pkg_scope_Stateless3Bean</jndi-name>
</ejb>
</enterprise-beans>
</jboss>
has a JBossGenericBeanMetaData and JBossSessionBeanMetaData. The JBossGenericBeanMetaData
should be merged into the JBossSessionBeanMetaData in the merged view.
--
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