[JBoss JIRA] Created: (JBIDE-6970) IllegalArgumentException When Clicking Copy Url In PublishedLocationsDialog
by Dan Florian (JIRA)
IllegalArgumentException When Clicking Copy Url In PublishedLocationsDialog
---------------------------------------------------------------------------
Key: JBIDE-6970
URL: https://jira.jboss.org/browse/JBIDE-6970
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: modeshape
Affects Versions: 3.2.0.M1
Reporter: Dan Florian
Assignee: Dan Florian
Priority: Critical
Fix For: 3.2.0.M2
The "Copy URL" button is initially enabled and shouldn't be. It should only be enabled when there is a selection in the table.
java.lang.IllegalArgumentException: The workspace argument may not be null
at org.modeshape.common.util.CheckArg.isNotNull(CheckArg.java:387)
at org.modeshape.web.jcr.rest.client.json.JsonRestClient.getUrl(JsonRestClient.java:229)
at org.jboss.tools.modeshape.rest.ServerManager.getUrl(ServerManager.java:271)
at org.jboss.tools.modeshape.rest.dialogs.PublishedLocationsDialog.getPublishedAtUrl(PublishedLocationsDialog.java:284)
at org.jboss.tools.modeshape.rest.dialogs.PublishedLocationsDialog.handleCopyUrl(PublishedLocationsDialog.java:305)
at org.jboss.tools.modeshape.rest.dialogs.PublishedLocationsDialog$2.widgetSelected(PublishedLocationsDialog.java:255)
at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:234)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months
[JBoss JIRA] Created: (JBIDE-6738) Make sure new JEE Eclipse 3.6 facet/natures are working
by Max Rydahl Andersen (JIRA)
Make sure new JEE Eclipse 3.6 facet/natures are working
--------------------------------------------------------
Key: JBIDE-6738
URL: https://jira.jboss.org/browse/JBIDE-6738
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: integration
Reporter: Max Rydahl Andersen
Assignee: Alexey Kazakov
Priority: Blocker
Fix For: 3.2.0.M2
We need to check that we now support the new JSF / Servlet / etc. versions introduced in eclipse 3.6 (for JEE 5/6)
Areas to look into I can remember (there might be more):
Does the right server adapters allow deployment of the new projects ? i.e. servlet3 on AS 6 ? Should AS 5 support it too ?
Does add capabilities work ?
Does seam app generation work when this is enabled ? i.e. does the deployment actually work even if we are generating "old" descriptors ?
etc.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
15 years, 7 months