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 86881 - Tracking bug for Liberty end to end on Java EE5
Summary: Tracking bug for Liberty end to end on Java EE5
Status: CLOSED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Identity (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P1 blocker (vote)
Assignee: Peter Liu
URL:
Keywords:
Depends on: 86626
Blocks:
  Show dependency tree
 
Reported: 2006-10-10 18:08 UTC by Srividhya Narayanan
Modified: 2006-10-18 07:25 UTC (History)
0 users

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 Srividhya Narayanan 2006-10-10 18:08:37 UTC
This is a tracking bug for 2 issues that prevent liberty from working end-to-end
on Java EE 5 projects.

1) The IDE registers the service with a different name than being used by the
client to look it up.
2) The appserver's jaxws stack works differently in oits invocations of client
side provider which makes the soap client to fail because of some mustunderstand
headers passed in the message as mandated by Liberty spec. Bugster bug 6478989.
Comment 1 Srividhya Narayanan 2006-10-11 00:57:23 UTC
The appserver bugster 6478989 has been decided to be waived for this release.
Can we just disable the Liberty support for Java EE 5 projects? That way we dont
need to document this. I am assigning this to Peter to make this change as we
discussed on the phone.
Comment 2 Peter Liu 2006-10-11 19:01:48 UTC
To disable liberty for 1.5 project, we simply check the version number for the
J2EEProjectHelper. If it 1.5, we exclude liberty security mechanisms from the
list of security mechanisms.

The changes are checked into release55_dev.

IDE:-------------------------------------------------
IDE: [10/11/06 12:32 AM] Committing "Identity Profile UI" started
Checking in WSPSecurityPanel.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/Attic/WSPSecurityPanel.java,v
 <--  WSPSecurityPanel.java
new revision: 1.1.2.16.2.1; previous revision: 1.1.2.16
done
Checking in WSCSecurityPanel.java;
/cvs/identity/profileui/src/org/netbeans/modules/identity/profile/ui/Attic/WSCSecurityPanel.java,v
 <--  WSCSecurityPanel.java
new revision: 1.1.2.26.2.2; previous revision: 1.1.2.26.2.1
done
IDE: [10/11/06 12:32 AM] Committing "Identity Profile UI" finished
Comment 3 Peter Liu 2006-10-11 23:34:27 UTC
changes reviewed and checked into release55 branch.
Comment 4 _ hlu 2006-10-18 07:25:41 UTC
verified that  1.5 project does not have liberty in the profile list.