[JBoss JIRA] Created: (JBIDE-2218) An internal error occurred during: "Reading saved version of file for quick diff"
by Anton Klimkovich (JIRA)
An internal error occurred during: "Reading saved version of file for quick diff"
---------------------------------------------------------------------------------
Key: JBIDE-2218
URL: http://jira.jboss.com/jira/browse/JBIDE-2218
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 2.1.0.GA
Reporter: Anton Klimkovich
EXECUTE: Seam web project
EXECUTE: Open login.xhtml and menu.xhtml
EXECUTE: Add <s:button value="button"></s:button> in menu.xhtml
EXECUTE: Save file.
EXECUTE: Add <h:commandButton value="button"/> and don't save file.
EXECUTE: Close Studia and on Resource Save wizard select "No" button.
EXECUTE: Open Studia in the same workspace.
EXECUTE: Add <h:commandButton value="button"/> to the same place where it was before closing studia and don't save file.
EXECUTE: Close menu.xhtml and on Resource Save wizard select "No" button.
FAILURE: An internal error occurred during: "Reading saved version of file for quick diff".
java.lang.NullPointerException
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorSite.getWorkbenchWindow(JSPMultiPageEditorSite.java:150)
at org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider.addElementStateListener(LastSaveReferenceProvider.java:339)
at org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider.readDocument(LastSaveReferenceProvider.java:272)
at org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider.access$0(LastSaveReferenceProvider.java:203)
at org.eclipse.ui.internal.editors.quickdiff.LastSaveReferenceProvider$ReadJob.run(LastSaveReferenceProvider.java:113)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
--
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
17 years, 5 months
[JBoss JIRA] Created: (JBIDE-2215) Unable to add User Library as Source Lookup Path to AS/EAP server.
by Galder Zamarreno (JIRA)
Unable to add User Library as Source Lookup Path to AS/EAP server.
------------------------------------------------------------------
Key: JBIDE-2215
URL: http://jira.jboss.com/jira/browse/JBIDE-2215
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 2.1.0.CR1
Reporter: Galder Zamarreno
Fix For: 2.1.0.GA
I'm wanna be debugging an AS/EAP instance using
the binaries and attach source code that I'm using for
my project but it's not working.
Example, I have a project called ejb3-beans that uses
a User Library called eap-4.3.0.ga and within it, I have
different jars and attached source code to them.
Now, if I go to the launch configuration of the EAP 4.3
server, I go to the source tab and try to add a new path
which points to a Java Library/User Library, which is
eap-4.3.0.ga, but it doesn't work. No source code is
pulled and trying to expand the user library in the source
lookup path is unable to do so. No error is reported.
--
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
17 years, 5 months