Uploaded image for project: 'JBoss Metadata'
  1. JBoss Metadata
  2. JBMETA-1

Handling merging of JBossGenericBeanMetaData and JBossSessionBeanMetaData

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Beta5
    • None
    • None
    • None

      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.

              starksm64 Scott Stark (Inactive)
              starksm64 Scott Stark (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: