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

Handle getHomeJndiName check in JBossSessionBeanMetaData.determineJndiName

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 1.0.0.Beta8
    • 1.0.0.Beta7
    • None
    • None

      To avoid code like this below, we need to handle the handle the check for getHomeJndiName in determineJndiName

      else if( beanMD.isSession())

      { JBossSessionBeanMetaData md = (JBossSessionBeanMetaData) beanMD; jndiName = md.getHomeJndiName(); if(jndiName == null) jndiName = md.determineJndiName(); }

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

                Created:
                Updated:
                Resolved: