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 79575 - Deployed EJB module is under Web apps in Runtime tab
Summary: Deployed EJB module is under Web apps in Runtime tab
Status: RESOLVED WONTFIX
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Libor Kotouc
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-03 10:21 UTC by Jaroslav Pospisil
Modified: 2006-08-02 14:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (16.16 KB, image/png)
2006-07-03 10:22 UTC, Jaroslav Pospisil
Details
results page (4.37 KB, text/html)
2006-07-04 07:34 UTC, Jaroslav Pospisil
Details
JMX view (5.82 KB, text/html)
2006-07-04 09:37 UTC, Jaroslav Pospisil
Details
JMX console (49.10 KB, text/html)
2006-07-04 10:14 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Pospisil 2006-07-03 10:21:29 UTC
build 200607030200, JBoss 4.0.4GA, installed with EJB3 option

1)Run IDE with new userdir
2)Add JBoss
3)Create EJB module on JBoss,Java EE5
4)Deploy module and switch to Runtime tab
5)ERROR: EJB module node is not only under EJB Modules, but also under Web
Applications,although Undeploy works only from first one.
Attaching screenshot.
Comment 1 Jaroslav Pospisil 2006-07-03 10:22:28 UTC
Created attachment 31573 [details]
screenshot
Comment 2 Libor Kotouc 2006-07-03 18:29:00 UTC
Please reproduce the situation and then follow the link:
http://localhost:8080/jmx-console/HtmlAdaptor?action=inspectMBean&name=jboss%3Aservice%3DJNDIView

and invoke list() operation (click on the first 'Invoke' button).

Please attach the resulting page.

Anyway I don't think that this is P2 - I cannot reproduce it and all
functionality is still accessible and correctly working -> P3.
Comment 3 Jaroslav Pospisil 2006-07-04 07:31:32 UTC
I'm afraid I've done one mistake - in steps to reproduce is missing,that you
must create web service inside the EJB module,before you deploy it.Then it's
100% reproducible.I agree it's not P2 now, but still it should be fixed in 5.5,
so I'm marking it as fix-in-55.
Attaching html list you required.
Comment 4 Jaroslav Pospisil 2006-07-04 07:34:35 UTC
Created attachment 31610 [details]
results page
Comment 5 Libor Kotouc 2006-07-04 08:14:30 UTC
Can you please also attach the JMX console content, please? Thanks.
Comment 6 Jaroslav Pospisil 2006-07-04 09:37:56 UTC
Created attachment 31613 [details]
JMX view
Comment 7 Jaroslav Pospisil 2006-07-04 10:14:59 UTC
Created attachment 31616 [details]
JMX console
Comment 8 Libor Kotouc 2006-08-02 14:50:32 UTC
The problem is that JBoss creates new web module for the web service. Its URL is
written into the server log. We are not able to detect which web module is
deployed by the user and which one is bound with the ws by the server.