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 93547 - Exception in output while deploy project with enabled security using liberty profile
Summary: Exception in output while deploy project with enabled security using liberty ...
Status: VERIFIED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-30 13:23 UTC by Andrey Yamkovoy
Modified: 2007-02-08 13:52 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
output of deployment task (3.79 KB, text/plain)
2007-01-30 13:24 UTC, Andrey Yamkovoy
Details
output of deployment task 2 (3.59 KB, text/plain)
2007-01-30 13:25 UTC, Andrey Yamkovoy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Yamkovoy 2007-01-30 13:23:59 UTC
Steps to reproduce:
- Create Web Application project using Java EE version 5.
- Create Web Service with some operation in it.
- Enable message level security for this web service (choose some Liberty profile).
- Deploy Web Application project.
- Build successful but exception appears in output (see attached output).
- Deploy it again.
- Build successful but another exception appears in output (see attached output2).
Comment 1 Andrey Yamkovoy 2007-01-30 13:24:52 UTC
Created attachment 37819 [details]
output of deployment task
Comment 2 Andrey Yamkovoy 2007-01-30 13:25:36 UTC
Created attachment 37820 [details]
output of deployment task 2
Comment 3 Peter Liu 2007-02-08 03:51:47 UTC
This issue is due to a change in the name of a dependent jar file.  In appserver
9.0, it is called appserv-ws.jar. In appserver 9.1, it is now called
webservices-rt.jar.  This issue has already been fixed in milestone 6.

Comment 4 Andrey Yamkovoy 2007-02-08 13:52:39 UTC
Verified.