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 151008 - JSR109 deployment must be disabled for GFv3 prelude
Summary: JSR109 deployment must be disabled for GFv3 prelude
Status: RESOLVED WONTFIX
Alias: None
Product: webservices
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Martin Grebac
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-22 13:23 UTC by Martin Matula
Modified: 2009-02-19 23:28 UTC (History)
3 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Glassfish v3 and Deploy logs (29.18 KB, text/plain)
2008-10-22 18:07 UTC, Jaroslav Pospisil
Details
messages.log (55.75 KB, text/plain)
2008-10-22 18:09 UTC, Jaroslav Pospisil
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matula 2008-10-22 13:23:51 UTC
Metro does not support JSR-109 deployment in GFv3 Prelude, so when GFv3 Prelude is used as the target server, JSR109
should not be used. Currently secured WS don't work at all with v3 prelude because of JSR109 being used.
Comment 1 Milan Kuchtiak 2008-10-22 14:08:59 UTC
Fixed in trunk:
http://hg.netbeans.org/main?cmd=changeset;node=f3bd7ae063f7

Now need to be tested.
Comment 2 Petr Blaha 2008-10-22 14:33:10 UTC
Jardo, please verify this fix in the continual build today. We need to push the fix in release65 today evening. Thanks, Petr
Comment 3 Petr Blaha 2008-10-22 14:35:29 UTC
Martine, the fix should be in this build http://deadlock.netbeans.org/hudson/job/trunk/4127/ Please, verify the bug as
well. Thanks.
Comment 4 Jaroslav Pospisil 2008-10-22 18:05:05 UTC
I've used hudson build 4127,JDK1.6.0_10,Win Vista.
I'm not able to deploy web service on Glassfish v3 with Metro installed (I can only deploy web service on Glassfish v3
without Metro). I've tried the same in latest RC1 daily build and it works(I used the same Glassfish v3 servers)
Attaching build log and messages.log .
I don't think it's wise to push this fix to release65 branch.
Comment 5 Jaroslav Pospisil 2008-10-22 18:07:14 UTC
Created attachment 72485 [details]
Glassfish v3 and Deploy logs
Comment 6 Martin Grebac 2008-10-22 18:09:27 UTC
We'll revert the fix from trunk as well. We decided to fix JSR109 in Metro, and put it to UC before NB6.5 gets out, so
no change will be required for NB wrt this issue. The problem causing the exception you saw with non-jsr109 is caused by
the fact that the web application descriptor is of version 2.5. With that, you need to put special attribute
'metadata-complete="true" in order to make the non-jsr109 deployment work correctly. If the attribute is not present,
metro expects JSR109 deployment.
Comment 7 Jaroslav Pospisil 2008-10-22 18:09:34 UTC
Created attachment 72486 [details]
messages.log
Comment 8 Quality Engineering 2008-10-23 04:50:55 UTC
Integrated into 'main-golden', will be available in build *200810230201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/f3bd7ae063f7
User: mkuchtiak@netbeans.org
Log: #151008: disable JSR109 deployment for GlassFish V3