Hi,
I'm trying to make sun's ejb-tutorial work but in exercise 5, "Deploying Enterprise
Beans in the J2EE Reference Implementation", task 6 I am only getting a "Referenced
by" to ejb/MusicCD in the "JNDI names"-panel, using the deplooyment tool.
What I see is something like this:
---------------------------------------------
MusicCDBean ejb/MusicCD
InventoryBean ejb/Inventory
InventoryBean ejb/MusicCD ejb/MusicCD
---------------------------------------------
instead of this:
---------------------------------------------
MusicCDBean MusicCDBean ejb/MusicCD
InventoryBean InventoryBean ejb/Inventory
InventoryBean ejb/MusicCD ejb/MusicCD
---------------------------------------------
Why am I not getting references to MusicCDBean and InventoryBean? How do I fix that?
Thanks for any response, /Stefan Sabel
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".