[JBoss JIRA] (JBIDE-12033) New Seam Project Wizard - when AS7 runtime is set, seam config is not set properly after changing to EAP5.1.2 runtime
by Martin Malina (JIRA)
Martin Malina created JBIDE-12033:
-------------------------------------
Summary: New Seam Project Wizard - when AS7 runtime is set, seam config is not set properly after changing to EAP5.1.2 runtime
Key: JBIDE-12033
URL: https://issues.jboss.org/browse/JBIDE-12033
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam 2
Affects Versions: 3.3.0.CR1
Environment: jbdevstudio-product-universal-5.0.0.v201205272317M-H143-CR1.jar
Reporter: Martin Malina
Assignee: Alexey Kazakov
Fix For: 3.3.1
I guess this is not really so urgent, so targeting for 3.3.1.
While verifying JBIDE-11815, I noticed the following:
When you open the New Seam Project Wizard and select AS7/EAP6 runtime, both Dynamic web module and Configuration are set properly, to 3.0 and Dynamic Web Project with Seam 2.3, respectively.
But when you then change the runtime to EAP 5.1.2 the web module version is not changed (it stays empty) and the Configuration is set to <custom>. Even if set the web module to 2.5, Configuration is not set to Seam 2.2.
I would expect that after changing runtime to EAP 5.1, both web module version and configuration would be changed accordingly.
--
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-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, 7 months