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 102130 - Attempt to write the message destination resource file fails
Summary: Attempt to write the message destination resource file fails
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: JBoss (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Sherold Dev
URL:
Keywords:
Depends on: 102128
Blocks:
  Show dependency tree
 
Reported: 2007-04-23 12:11 UTC by Libor Kotouc
Modified: 2007-07-26 15:14 UTC (History)
2 users (show)

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 Libor Kotouc 2007-04-23 12:11:19 UTC
DOMException is thrown while writing a new message destination to the project
resource file.

More information may be found in the issue 102128. If the issue 102128 is fixed
addpcdata() call in MessageDestinationSupport must be uncommented to fix this issue.
Comment 1 Libor Kotouc 2007-04-23 12:31:53 UTC
To reproduce:

I. If the issue 102134 *is not* fixed:

1. run netbeans with -J-Dresource-api-redesign option
2. register JBoss 4/5 server
3. create an EJB project with target server set to the one registered in the 1st
step
4. run 'New Message-Driven Bean' wizard

-> DOMException is thrown

II. If the issue 102134 *is* fixed:

1. register JBoss 4/5 server
2. create an EJB project with target server set to the one registered in the 1st
step
3. run 'New Message-Driven Bean' wizard
4. run 'Add Message Destination' from the first wizard's step
5. fill in a name, click OK

-> DOMException is thrown
Comment 2 Sherold Dev 2007-07-26 15:05:12 UTC
Seems to be fixed now. Tested for both Java EE 4 and 5 projects.
Comment 3 Erno Mononen 2007-07-26 15:14:38 UTC
So issue 102128 doesn't block this anymore? If so, I'm going to downgrade it to P3 since it doesn't affect any other 
functionality than this (at least I'm not I'm aware of anything else).