[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-3859) Typo on "no available target service" in Seam new project wizard

Julien Kronegg (JIRA) jira-events at lists.jboss.org
Tue Feb 24 09:54:44 EST 2009


Typo on "no available target service" in Seam new project wizard
----------------------------------------------------------------

                 Key: JBIDE-3859
                 URL: https://jira.jboss.org/jira/browse/JBIDE-3859
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: Seam
    Affects Versions: 3.0.0.CR2
         Environment: Trunk version http://fisheye.jboss.org/browse/JBossTools/trunk/seam/plugins/org.jboss.tools.seam.core/src/org/jboss/tools/seam/core/messages.properties?r=11814
            Reporter: Julien Kronegg
            Priority: Optional


When starting a new Seam Web project using the wizard under Eclipse, the message "There are no available Targer Service for selected Target Runtime" may appear.

>From the messages.properties file above, the message key/values are:

    ERROR_JBOSS_AS_TARGET_SERVER_IS_EMPTY=Target Server cannot be empty
    ERROR_JBOSS_AS_TARGET_SERVER_UNKNOWN=Unknown Target Server
    ERROR_JBOSS_AS_TARGET_SERVER_NO_SERVERS_DEFINED=There are no available Target Service for selected Target Runtime
    ERROR_JBOSS_AS_TARGET_SERVER_INCOMPATIBLE=Target Server is incompatible with Target Runtime selected

It seems that all messages refers to the "Target Server" and not to the "Target Service" (and also the GUI has a "Target Server" combo box but no "Target Service"). BTW, I'm not sure about it, but since there is no Target Server, the sentence should begin by "There IS no available" but not by "There ARE no available".

Consequently, the corrected message should be:

    ERROR_JBOSS_AS_TARGET_SERVER_NO_SERVERS_DEFINED=There is no available Target Server for selected Target Runtime


-- 
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

        



More information about the jbosstools-issues mailing list