[JBoss JIRA] Updated: (JBIDE-518) Open seam component/entity
by Daniel Azarov (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-518?page=all ]
Daniel Azarov updated JBIDE-518:
--------------------------------
Description:
Have Ctrl+shift+Y (?) to have an "Open Seam Component/Entity" similar to "Open Resource" and "Open Type"
should list @Name'd Seam components and Hibernate Entities
1. User select menu item "Navigate > Open Seam Component" or toolbar button or just press Ctrl+shift+Y
2. Dialog appears (dialog like "Open Type" eclipse dialog)
3. Dialog shows all components and entities from all opened projects in user's workspace (list from the seam component model)
4. When user selects particular component or enity we close dialog and open source of component or enity (class file, components.xml, e.t.c)
was:
Have Ctrl+shift+Y (?) to have an "Open Seam Component/Entity" similar to "Open Resource" and "Open Type"
should list @Name'd Seam components and Hibernate Entities
> Open seam component/entity
> --------------------------
>
> Key: JBIDE-518
> URL: http://jira.jboss.com/jira/browse/JBIDE-518
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Seam
> Reporter: Max Andersen
> Assigned To: Daniel Azarov
> Priority: Critical
> Fix For: 2.1
>
>
> Have Ctrl+shift+Y (?) to have an "Open Seam Component/Entity" similar to "Open Resource" and "Open Type"
> should list @Name'd Seam components and Hibernate Entities
> 1. User select menu item "Navigate > Open Seam Component" or toolbar button or just press Ctrl+shift+Y
> 2. Dialog appears (dialog like "Open Type" eclipse dialog)
> 3. Dialog shows all components and entities from all opened projects in user's workspace (list from the seam component model)
> 4. When user selects particular component or enity we close dialog and open source of component or enity (class file, components.xml, e.t.c)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months
[JBoss JIRA] Created: (JBIDE-1754) XULRunner initialization issue
by Snjezana Peco (JIRA)
XULRunner initialization issue
------------------------------
Key: JBIDE-1754
URL: http://jira.jboss.com/jira/browse/JBIDE-1754
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Linux
Reporter: Snjezana Peco
This is a Linux specific issue similar to JBIDE-1096.
Steps to reproduce:
1) activate the Javadoc view
2) close all editors (the editors that use XULRunner are important - VPE, ATF...)
3) restart Eclipse
4) try to open the VPE editor
You will get the following exception :
org.jboss.tools.vpe.xulrunner.XulRunnerException: nsIWebBrowser is not available
at org.jboss.tools.vpe.xulrunner.browser.XulRunnerBrowser.<init>(XulRunnerBrowser.java:91)
at org.jboss.tools.vpe.xulrunner.editor.XulRunnerEditor.<init>(XulRunnerEditor.java:109)
at org.jboss.tools.vpe.editor.mozilla.MozillaEditor$4.<init>(MozillaEditor.java:214)
at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.createPartControl(MozillaEditor.java:214)
at org.jboss.tools.vpe.editor.VpeEditorPart.createPartControl(VpeEditorPart.java:518)
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorPart.addPage(JSPMultiPageEditorPart.java:82)
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.createPagesForWindows(JSPMultiPageEditor.java:399)
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.createPages(JSPMultiPageEditor.java:375)
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorPart.createPartControl(JSPMultiPageEditorPart.java:124)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:426)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:299)
...
The problem is that Eclipse restores editors/views before executing early startup code.
We can't do anything within Eclipse to solve this issue except setting the org.eclipse.swt.browser.XULRunnerPath VM argument or advising users to deactivate the Javadoc view.
I think that the best solution would be that the SWT team implements ATF's xulrunner extension point.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months
[JBoss JIRA] Updated: (JBIDE-719) Hibernate Tools should be able to use a named Eclipse provided connection
by Vitali Yemialyanchyk (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-719?page=all ]
Vitali Yemialyanchyk updated JBIDE-719:
---------------------------------------
Attachment: patch.zip
> Hibernate Tools should be able to use a named Eclipse provided connection
> -------------------------------------------------------------------------
>
> Key: JBIDE-719
> URL: http://jira.jboss.com/jira/browse/JBIDE-719
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Hibernate
> Reporter: Max Andersen
> Assigned To: Vitali Yemialyanchyk
> Priority: Optional
> Fix For: 2.1
>
> Attachments: ConsoleConfiguration_patch.txt, EclipseConsoleConfigurationPreferences_patch.txt, EclipseLaunchConsoleConfigurationPreferences_patch.txt, EditConsolleConfig.JPG, EditConsolleConfigNew2.JPG, NewSeamProj.JPG, org.hibernate.console.preferences_patch.txt, org.hibernate.eclipse.console_MANIFEST.MF_patch.txt, patch.zip
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> currently we use the settings specified in hibernate.properties/cfg.xml/persistence.xml
> Users should be able to say to use a named WTP provided database connection.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months
[JBoss JIRA] Updated: (JBIDE-719) Hibernate Tools should be able to use a named Eclipse provided connection
by Vitali Yemialyanchyk (JIRA)
[ http://jira.jboss.com/jira/browse/JBIDE-719?page=all ]
Vitali Yemialyanchyk updated JBIDE-719:
---------------------------------------
Attachment: (was: org.hibernate.eclipse_MANIFEST.MF_patch.txt)
> Hibernate Tools should be able to use a named Eclipse provided connection
> -------------------------------------------------------------------------
>
> Key: JBIDE-719
> URL: http://jira.jboss.com/jira/browse/JBIDE-719
> Project: Tools (JBoss Tools)
> Issue Type: Feature Request
> Components: Hibernate
> Reporter: Max Andersen
> Assigned To: Vitali Yemialyanchyk
> Priority: Optional
> Fix For: 2.1
>
> Attachments: ConsoleConfiguration_patch.txt, EclipseConsoleConfigurationPreferences_patch.txt, EclipseLaunchConsoleConfigurationPreferences_patch.txt, EditConsolleConfig.JPG, EditConsolleConfigNew2.JPG, NewSeamProj.JPG, org.hibernate.console.preferences_patch.txt, org.hibernate.eclipse.console_MANIFEST.MF_patch.txt, patch.zip
>
> Original Estimate: 4 days
> Remaining Estimate: 4 days
>
> currently we use the settings specified in hibernate.properties/cfg.xml/persistence.xml
> Users should be able to say to use a named WTP provided database connection.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
18 years, 2 months