[jboss-jira] [JBoss JIRA] Moved: (JBMETA-1) Handling merging of JBossGenericBeanMetaData and JBossSessionBeanMetaData
Scott M Stark (JIRA)
jira-events at lists.jboss.org
Sat Jan 12 01:23:29 EST 2008
[ http://jira.jboss.com/jira/browse/JBMETA-1?page=all ]
Scott M Stark moved JBAS-5124 to JBMETA-1:
------------------------------------------
Project: JBoss Metadata (was: JBoss Application Server)
Key: JBMETA-1 (was: JBAS-5124)
Component/s: (was: Deployment services)
Fix Version/s: 1.0.0.Beta5
(was: JBossAS-5.0.0.Beta4)
Affects Version/s: (was: JBossAS-5.0.0.Beta3)
> 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)
> 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
More information about the jboss-jira
mailing list