[JBoss JIRA] (JBIDE-12646) web.xml servlet-name validation is not case-sensitive
by Xavier Coulon (JIRA)
Xavier Coulon created JBIDE-12646:
-------------------------------------
Summary: web.xml servlet-name validation is not case-sensitive
Key: JBIDE-12646
URL: https://issues.jboss.org/browse/JBIDE-12646
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: jsp/jsf/xml source editing
Affects Versions: 4.0.0.Alpha1
Reporter: Xavier Coulon
Assignee: Alexey Kazakov
Priority: Minor
[Using the HTML5 sample project generated from Central]
I'm adding a servlet declaration in the web.xml file but the web.xml editor does not report a warning when the servlet name case is wrong:
{code}
<servlet-mapping>
<servlet-name>org.jboss.tools.example.html5.rest.JaxrsActivator</servlet-name>
<url-pattern>/hello/*</url-pattern>
</servlet-mapping>
{code}
In the example above, the class name should be JaxRsActivator, not JaxrsActivator.
On the other hand, it properly reports a warning when a letter is missing in the classname.
--
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, 4 months
[JBoss JIRA] (JBIDE-12982) Using OpenShift Wizard on existing Project
by Burr Sutter (JIRA)
Burr Sutter created JBIDE-12982:
-----------------------------------
Summary: Using OpenShift Wizard on existing Project
Key: JBIDE-12982
URL: https://issues.jboss.org/browse/JBIDE-12982
Project: Tools (JBoss Tools)
Issue Type: Bug
Environment: Mac OSX Lion - Java 7 - 32-bit (based on JBDS Installer)
Reporter: Burr Sutter
Assignee: Andre Dietisheim
I have an existing application on OpenShift
http://mobile-html5.rhcloud.com/
I have a brand new installation of JBDS6 Beta1 with a brand new workspace.
I wish to the OpenShift App Wizard (JBoss Central) to git clone the already hosted OpenShift app into my local workspace. This process either hangs or when it does complete it does not show my app in the Project Explorer nor does it show the Server Adapter under the Servers Tab.
The project does seem to be git cloned when using Finder/File Explorer.
This video shows the hanging
http://screencast.com/t/6rrqYBBfqrq
--
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, 4 months