This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 52158 - Session EJB with MD EJB together in one module doesn't have JNDI name on appserver
Summary: Session EJB with MD EJB together in one module doesn't have JNDI name on apps...
Status: RESOLVED INVALID
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Rajeshwar Patil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-07 14:03 UTC by Jan Horvath
Modified: 2005-07-21 09:04 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Horvath 2004-12-07 14:03:38 UTC
build 041207

1. create EJB Module
2. create Session EJB with Remote Interface
3. create MD EJB
5. build
6. deploy

Deplpyed Session EJB doesn't have JNDI name
Comment 1 Petr Blaha 2004-12-07 14:58:42 UTC
Please, check sun-ejb-jar.xml. In case there is session's bean entry
with correct jndi-name like this:
    <ejb>
      <ejb-name>TestSession</ejb-name>
      <jndi-name>ejb/TestSession</jndi-name>
    </ejb>
I guess, it is App Server bug.
Comment 2 Rajeshwar Patil 2005-01-11 08:19:59 UTC
Jndi names  does get created for both the beans in sun-ejb-jar.xml on
bean creation.
Jndi names does get registered for both the beans in the jndi store on
deployment

Verified this in the trunk build(050110) & also in qbuild.

I am marking this bug as invalid as its not reproducible in current
builds.

Please provide more information & reopen the bug if my perception is
not what you intend to report.