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 148121 - V3:Package Archive Project feature is not working
Summary: V3:Package Archive Project feature is not working
Status: RESOLVED INCOMPLETE
Alias: None
Product: serverplugins
Classification: Unclassified
Component: GlassFish (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@serverplugins
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-23 23:50 UTC by davisn
Modified: 2009-06-06 00:09 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
server.log (61.95 KB, text/plain)
2008-09-23 23:51 UTC, davisn
Details
messages.log (58.23 KB, text/plain)
2008-09-23 23:52 UTC, davisn
Details
hello.war (4.01 KB, text/plain)
2008-09-24 18:44 UTC, davisn
Details

Note You need to log in before you can comment on or make changes to this bug.
Description davisn 2008-09-23 23:50:48 UTC
UnsupportedOperationException message occurs when deploy a package archive war project 

Steps To Reproduce:
1. Install NB 6.5 Trunk build (09/23/2008)
2. Download the attached hello.war file
3. Create a new project > select Java EE > Package Archive > select hello.war file as the archive file and Glassfish V3
as target server 
4. Select to run the Deployable0 project
BUG:
     Project failed to run 
     Server.log and messages.log files are attached
Comment 1 davisn 2008-09-23 23:51:24 UTC
Created attachment 70378 [details]
server.log
Comment 2 davisn 2008-09-23 23:52:06 UTC
Created attachment 70379 [details]
messages.log
Comment 3 Vince Kraemer 2008-09-24 05:39:12 UTC
where is the attached war file?
Comment 4 davisn 2008-09-24 18:44:30 UTC
Created attachment 70509 [details]
hello.war
Comment 5 davisn 2008-09-24 18:45:05 UTC
hello.war file is attached
Comment 6 _ pcw 2008-09-25 06:49:26 UTC
Ah, a code path that uses distribute().  I'd been looking for one a while back but couldn't find one.  Should be easy
enough to fix.