Bug 218957 - Infopops for Session Bean and Message-Driven Bean wizards
Summary: Infopops for Session Bean and Message-Driven Bean wizards
Status: CLOSED FIXED
Alias: None
Product: WTP EJB Tools
Classification: WebTools
Component: jst.ejb (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: 3.0 M6   Edit
Assignee: Petya Sabeva CLA
QA Contact: Naci Dai CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-14 10:25 EST by Kaloyan Raev CLA
Modified: 2010-03-08 13:49 EST (History)
2 users (show)

See Also:


Attachments
org.eclipse.jst.ejb.ui.infopop plugin (5.87 KB, application/x-zip-compressed)
2008-03-11 12:21 EDT, Petya Sabeva CLA
no flags Details
org.eclipse.jst.ejb.ui patch (4.00 KB, patch)
2008-03-11 12:21 EDT, Petya Sabeva CLA
bjorn.freeman-benson: iplog+
Details | Diff
org.eclipse.jst.ejb.doc.user patch (46.53 KB, patch)
2008-03-11 12:22 EDT, Petya Sabeva CLA
bjorn.freeman-benson: iplog+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kaloyan Raev CLA 2008-02-14 10:25:21 EST
Infopops should be implemented for the Session and MDB wizards.
Comment 1 Petya Sabeva CLA 2008-03-11 12:21:07 EDT
Created attachment 92187 [details]
org.eclipse.jst.ejb.ui.infopop plugin
Comment 2 Petya Sabeva CLA 2008-03-11 12:21:38 EDT
Created attachment 92188 [details]
org.eclipse.jst.ejb.ui patch
Comment 3 Petya Sabeva CLA 2008-03-11 12:22:19 EDT
Created attachment 92189 [details]
org.eclipse.jst.ejb.doc.user patch
Comment 4 Kaloyan Raev CLA 2008-03-12 13:53:21 EDT
Patches are committed to HEAD.
org.eclipse.jst.ejb.ui.infopop plugin is created under /ejbtools/docs
Comment 5 Kaloyan Raev CLA 2008-03-12 13:57:01 EDT
Kate, we have committed some user docs related to creation of EJB 3.0 beans. 
There is a new plugin for the infopops for the EJB 3.0 beans wizards - org.eclipse.jst.ejb.ui.infopop. We need to add it to a feature and a map. Can you suggest which feature and map should we exactly use?
Comment 6 Kate Price CLA 2008-03-12 14:46:58 EDT
The rest of the J2EE infopops use the following, and I think it would work for EJB as well:
feature - org.eclipse.jst.enterprise_ui.feature
map - releng.jeetools>maps>jeetools-docs.map
Comment 7 Kaloyan Raev CLA 2008-03-12 15:06:04 EDT
Thanks Kate!
Suggested changes are made. Hopefully, everything will be OK in the next scheduled build. 
Comment 8 Kaloyan Raev CLA 2008-03-13 14:44:30 EDT
Verified with the I20080313113126 build. 
Comment 9 David Williams CLA 2008-04-24 00:44:28 EDT
mass change to add 'contributed' keyword based on bugzilla query, please correct if that's not accurate (by marking patches as obsolete and removing the 'contributed' keyword. 
Comment 10 Kaloyan Raev CLA 2008-05-29 12:55:53 EDT
Closing
Comment 11 Carl Anderson CLA 2010-03-08 13:49:11 EST
The org.eclipse.jst.ejb.ui.context.ids was not listed in org.eclipse.jst.ejb.ui's Export-Package.  The name indicates that this is supposed to be a public class, however, it would appear to mostly contain context ids that should not be made public.  Note that IJ2EEUIContextIDs is not public.  As such, I am adding it to the MANIFEST.MF, but marking it as internal.