[
https://issues.jboss.org/browse/JBIDE-8127?page=com.atlassian.jira.plugin...
]
Brian Fitzpatrick commented on JBIDE-8127:
------------------------------------------
This patch tweaks a couple of things. Part of the issue was that the version wasn't
being passed along when an entry was being edited. This takes care of that and adds an
additional check to make sure that the null isn't a problem.
I'll have Grid take a gander at the patch so I have another set of eyes on it and
we'll go from there.
cannot edit wrong JBossWS runtime
---------------------------------
Key: JBIDE-8127
URL:
https://issues.jboss.org/browse/JBIDE-8127
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Webservices
Affects Versions: 3.2.0.CR1
Reporter: Lukas Jungmann
Assignee: Brian Fitzpatrick
Priority: Minor
Fix For: 3.2.1
Attachments: jbide8127.patch, mylyn-context.zip
Original Estimate: 0 minutes
Remaining Estimate: 0 minutes
-create new JBossWS runtime in Preferences->Web Services->JBossWS Preferences and
use $JBOSS_AS_6 as 'Home folder' and '2.0' as version
-select newly created runtime in Preferences->Web Services->JBossWS Preferences
tab
-click on 'Edit' button
=> nothing happens and in the error log, there is:
java.lang.NullPointerException
at
org.jboss.tools.ws.ui.preferences.JBossWSRuntimeListFieldEditor$JBossWSRuntimeWizardPage.propertyChange(JBossWSRuntimeListFieldEditor.java:528)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:276)
at
org.jboss.tools.common.ui.widget.editor.BaseFieldEditor.setValue(BaseFieldEditor.java:224)
at
org.jboss.tools.common.ui.widget.editor.CompositeEditor.setValue(CompositeEditor.java:126)
at
org.jboss.tools.ws.ui.preferences.JBossWSRuntimeListFieldEditor$JBossWSRuntimeWizardPage.createControl(JBossWSRuntimeListFieldEditor.java:469)
at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:170)
at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:734)
at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:606)
at org.eclipse.jface.window.Window.create(Window.java:431)
at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
at org.eclipse.jface.window.Window.open(Window.java:790)
at
org.jboss.tools.ws.ui.preferences.JBossWSRuntimeListFieldEditor$EditAction.run(JBossWSRuntimeListFieldEditor.java:1019)
at
org.jboss.tools.ws.ui.preferences.JBossWSRuntimeListFieldEditor$ActionButton$1.widgetSelected(JBossWSRuntimeListFieldEditor.java:864)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
....
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira