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 56298 - New beans not created in sun-ejb-jar.xml
Summary: New beans not created in sun-ejb-jar.xml
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Sun Appserver 8 (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: _ ludo
URL:
Keywords:
Depends on:
Blocks: 56008
  Show dependency tree
 
Reported: 2005-03-11 18:29 UTC by Vince Kraemer
Modified: 2006-03-24 13:02 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 Vince Kraemer 2005-03-11 18:29:33 UTC
20050311-1652
jdk 1.4.2_06

New userdir

start nb.
register app server.
create a new ejb module.
create a couple session beans.
press save all.
open the text view of sun-ejb-jar.xml.  
  It is "empty"  (it just has the default starting text 
<sun-ejb-jar>
<enterprise-beans/>
</sun-ejb-jar>

This blocks my investigation of 56008.
Comment 1 _ ludo 2005-03-11 19:33:10 UTC
I've asked also Vince and Rajeshwar to see if this would be plugin related...
Wierd...
same is happening for new web services in web app: nothing is added on sun-web.xml




Comment 2 _ ludo 2005-03-11 19:48:46 UTC
If I revert to the previous plugin, things work, so plugin p1 bug...
Comment 3 _ ludo 2005-03-11 20:16:53 UTC
Fix now...nbm integrated.


Now, to see entries for those beans, you need to pick a remote bean to see a
jndi name.

jndi name will not be generated anymore for local beans (we had a bug on that
and it is fixed now).

I also tested web services in a web app, and the sun-web.xml is correctly
updated with the endpoint entries. So I think the regression is fixed...

Let us know.
Comment 4 Petr Blaha 2005-03-31 13:57:22 UTC
[Build 20050330]