[JBoss JIRA] Created: (JBIDE-3693) Seam Project Examples: Quick fix does not work on new workspace
by Daniel Azarov (JIRA)
Seam Project Examples: Quick fix does not work on new workspace
---------------------------------------------------------------
Key: JBIDE-3693
URL: https://jira.jboss.org/jira/browse/JBIDE-3693
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: project-examples
Affects Versions: 3.0.0.CR2
Reporter: Daniel Azarov
Assignee: Snjezana Peco
1. Start Studio on empty workspace
2. Select Help->Project Examples... menu item
3. Select "Seam DVD Store Example" and press Finish button
Assert: Quick Fix Dialog appears
4. Select Seam Runtime "Seam 2.0FP" specified for Seam project ... and press Qick Fix button
5. Fill Seam Settings
Assert: Seam Runtime "Seam 2.0FP" specified for Seam project ... item disappeared from Qick Fix Dialog
6. Select Target Runtime JBoss 4.2 Runtime... and press Qick Fix button
7. Set up Server runtime environment
Assert: Target Runtime JBoss 4.2 Runtime... item disappeared from Qick Fix Dialog
Fail: Target Runtime JBoss 4.2 Runtime... item remain in Qick Fix Dialog
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months
[JBoss JIRA] Created: (JBDS-613) Error message for unreachable server from EGT unclear (WebDav error: Method PROPFIND is not defined in RFC 2068 and is not su pported by the Servlet API (501) )
by Len DiMaggio (JIRA)
Error message for unreachable server from EGT unclear (WebDav error: Method PROPFIND is not defined in RFC 2068 and is not su pported by the Servlet API (501) )
----------------------------------------------------------------------------------------------------------------------------------------------------------------
Key: JBDS-613
URL: https://jira.jboss.org/jira/browse/JBDS-613
Project: Developer Studio
Issue Type: Bug
Components: visualeditor
Affects Versions: 2.0.0.cr1
Reporter: Len DiMaggio
Same message as seen in GUVNOR-120
If the server connection is correctly configured, but the server is not reachable, the error displayed in JBDS is:
WebDav error: Method PROPFIND is not defined in RFC 2068 and is not supported by the Servlet API (501)
It looks like it's just the results of Exception.getMessage()
org.guvnor.tools.utils.webdav.WebDavException: WebDav error: Method PROPFIND is not defined in RFC 2068 and is not supported by the Servlet API (501)
at org.guvnor.tools.utils.webdav.WebDavClient.listDirectory(WebDavClient.java:91)
at org.guvnor.tools.views.model.TreeParent.listDirectory(TreeParent.java:105)
at org.guvnor.tools.views.model.TreeParent.fetchDeferredChildren(TreeParent.java:80)
at org.eclipse.ui.progress.DeferredTreeContentManager$1.run(DeferredTreeContentManager.java:234)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
Can we change to something like "server not reachable"
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 2 months