[JBoss JIRA] Created: (JBIDE-2969) i18n support in xmodel
by Sean Flanigan (JIRA)
i18n support in xmodel
----------------------
Key: JBIDE-2969
URL: https://jira.jboss.org/jira/browse/JBIDE-2969
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: common
Reporter: Sean Flanigan
Snjezana Peco wrote in <http://lists.jboss.org/pipermail/jbosstools-dev/2008-August/001811.html>:
> I believe that xmodel will make a problem during the
> internationalization process because it contains hard-coded constants. I
> am not sure if there is any way to internationalize those constants (the
> org.jboss.tools.common.model/meta/studio_eclipse_option.meta file
> contains the Visual/Source, Source, Preview constants, for instance. I
> can't find a way to localize them).
That's http://viewvc.jboss.org/cgi-bin/viewvc.cgi/jbosstools/trunk/common/plugin...
I suggested merging a template with translated strings during the build process, but then Denis Golivin wrote:
> IMO That can be fixed. Now names from .meta files are used during
> rendering trees, names from .meta files come straight to tree node
> label. They cannot be just translated because somewhere in the code name
> can be used to obtain object from model. That names are rather keys or
> IDs, that should be rendered right with i18n support.
>
> I CCed Viacheslav Kabanovich, he is the right guy to find the way to fix
> i18n problem in XModel.
That file still appears to contain embedded English strings, so I don't think this problem has been solved yet. I don't fully understand the details of the issue, but since I'm raising i18n jiras, I thought I'd better bring it up again.
--
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, 9 months
[JBoss JIRA] Created: (JBIDE-3048) Hibernate validation exception.
by Dima Geraskov (JIRA)
Hibernate validation exception.
--------------------------------
Key: JBIDE-3048
URL: https://jira.jboss.org/jira/browse/JBIDE-3048
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.0.beta1
Reporter: Dima Geraskov
Assignee: Dima Geraskov
see JBIDE-2976
Message class can't found bundle in org.jboss.tools.hibernate.jpt.core and throws an exception when fiel for "hibernate.ejb.cfgfile" not found:
java.util.MissingResourceException: Can't find bundle for base name org.jboss.tools.hibernate.jpt.core.internal.context.Messages, locale ru_RU
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:836)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:805)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:699)
at org.eclipse.wst.validation.internal.core.Message.getFrameworkBundle(Message.java:176)
at org.eclipse.wst.validation.internal.core.Message.getBundle(Message.java:168)
at org.eclipse.wst.validation.internal.core.Message.getText(Message.java:278)
at org.eclipse.wst.validation.internal.core.Message.getText(Message.java:258)
at org.eclipse.wst.validation.internal.operations.WorkbenchReporter.cacheMessage(WorkbenchReporter.java:591)
at org.eclipse.wst.validation.internal.operations.WorkbenchReporter.addMessage(WorkbenchReporter.java:452)
at org.eclipse.jpt.core.internal.validation.JpaValidator.validate(JpaValidator.java:49)
at org.eclipse.jpt.core.internal.validation.JpaValidator.validateInJob(JpaValidator.java:77)
at org.eclipse.wst.validation.internal.operations.ValidatorJob.run(ValidatorJob.java:78)
--
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, 9 months
[JBoss JIRA] Created: (JBIDE-2971) Clean project clears archive
by Krasimir Goutcev (JIRA)
Clean project clears archive
----------------------------
Key: JBIDE-2971
URL: https://jira.jboss.org/jira/browse/JBIDE-2971
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Archives
Environment: Eclipse 3.4
JVM 1.5.0.11
Night build 09.29
Reporter: Krasimir Goutcev
I have a project and war archive.
The destination of this archive is our production server.
Once a week i do manual build and war is deployed on server.
( option "Enable incremental builder" is OFF )
But sometimes i do "clear" project ( Project-> Clean)
, and then my war is cleared from server (application is undeployed)
Maybe this is not bug. But this means that I can't have project arhive in my project and every time I must create a new one.
--
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, 9 months