[JBoss JIRA] (JBIDE-12383) BrowserSim: NPE and program exit when opening About menu from standalone BrowserSim
by Yahor Radtsevich (JIRA)
Yahor Radtsevich created JBIDE-12383:
----------------------------------------
Summary: BrowserSim: NPE and program exit when opening About menu from standalone BrowserSim
Key: JBIDE-12383
URL: https://issues.jboss.org/browse/JBIDE-12383
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: Visual Page Editor core
Affects Versions: 3.4.0.M1
Reporter: Yahor Radtsevich
Assignee: Yahor Radtsevich
Fix For: 3.4.0.M1
# Run browsersim.jar built [here|https://issues.jboss.org/browse/JBIDE-11493?focusedCommentId=1270869...].
# Try to open 'About' menu item
Program will exit with the following stack trace (printed to the console):
{code}
Exception in thread "main" java.lang.NullPointerException
at org.jboss.tools.vpe.browsersim.util.ManifestUtil.getManifestVersion(Unknown Source)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim.showAboutDialog(Unknown Source)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim$16.widgetSelected(Unknown Source)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:240)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4165)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3754)
at org.jboss.tools.vpe.browsersim.ui.BrowserSim.main(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.swtjar.SWTLoader.main(SWTLoader.java:38)
{code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-12590) Remove Extras site from p2.inf so JBDS OOTB does not reference the site (and therefore users only see Central for installing 3rd party extras)
by Nick Boldt (JIRA)
Nick Boldt created JBIDE-12590:
----------------------------------
Summary: Remove Extras site from p2.inf so JBDS OOTB does not reference the site (and therefore users only see Central for installing 3rd party extras)
Key: JBIDE-12590
URL: https://issues.jboss.org/browse/JBIDE-12590
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central, updatesite
Reporter: Nick Boldt
Assignee: Max Rydahl Andersen
Discussion has started regarding the removal of the Extras site URL from JBDS OOTB, so as to encourage users to get their 3rd party bits via Central instead of using the old p2 UI approach.
This would ensure:
a) a cleaner UI experience
b) controlled access to specific groupings of functionality (Central connectors) instead of users being able to pick&choose any feature they want (and therefore get an incomplete experience)
Note that advanced users can still add the Central site or the Extras site once again be able to cherry-pick what they want to install. This just obfuscates it a little.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (JBIDE-9563) AS7 does not pick hot-deployed jsp files
by Libor Zoubek (JIRA)
AS7 does not pick hot-deployed jsp files
----------------------------------------
Key: JBIDE-9563
URL: https://issues.jboss.org/browse/JBIDE-9563
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.3.0.M3
Environment: AS7 Final, JBDS 5.0 trunk build H737, JBossAS Tools 2.3.0.v20110817-1604-H645-M3
Reporter: Libor Zoubek
Assignee: Rob Stryker
Priority: Critical
Fix For: 3.3.0.M3
When saving jsp file, hotdeployment copies it over to server's deploy dir, but server does not notice that. Server should compile this jsp file and return new content via web browser.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] (JBIDE-12596) Project examples - Wizard metadata could not be loaded
by Rastislav Wagner (JIRA)
Rastislav Wagner created JBIDE-12596:
----------------------------------------
Summary: Project examples - Wizard metadata could not be loaded
Key: JBIDE-12596
URL: https://issues.jboss.org/browse/JBIDE-12596
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: central
Affects Versions: 4.0.0.Alpha1
Reporter: Rastislav Wagner
Assignee: Snjezana Peco
Priority: Blocker
Fix For: 4.0.0.Alpha1
Premature end of file
org.xml.sax.SAXParseException; Premature end of file.
at org.apache.xerces.parsers.DOMParser.parse(Unknown Source)
at org.apache.xerces.jaxp.DocumentBuilderImpl.parse(Unknown Source)
at javax.xml.parsers.DocumentBuilder.parse(DocumentBuilder.java:205)
at org.jboss.tools.project.examples.model.ProjectExampleUtil$FetchProjectExampleDocumentTask.call(ProjectExampleUtil.java:936)
at org.jboss.tools.project.examples.model.ProjectExampleUtil$FetchProjectExampleDocumentTask.call(ProjectExampleUtil.java:1)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:679)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 6 months
[JBoss JIRA] Created: (JBIDE-2183) Ctrl+shift+G binding causing warnings - can it be avoided ?
by Max Rydahl Andersen (JIRA)
Ctrl+shift+G binding causing warnings - can it be avoided ?
-----------------------------------------------------------
Key: JBIDE-2183
URL: http://jira.jboss.com/jira/browse/JBIDE-2183
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 2.1.0.CR1
Reporter: Max Rydahl Andersen
Fix For: 2.1.0.GA
in latest cr1 I get the following in the Error log at startup:
eclipse.buildId=1.1.0.CR1
java.version=1.6.0_04
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=da_DK
Command-line arguments: -os win32 -ws win32 -arch x86
Warning
Tue May 06 15:03:32 CEST 2008
Keybinding conflicts occurred. They may interfere with normal accelerator operation.
Warning
Tue May 06 15:03:32 CEST 2008
A conflict occurred for CTRL+SHIFT+G:
--
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
13 years, 6 months