[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, 4 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, 4 months
[JBoss JIRA] Created: (JBIDE-3178) Referenced classpath provider does not exist: org.jboss.ide.eclipse.as.core.launch.classpathProvider
by arne anka (JIRA)
Referenced classpath provider does not exist: org.jboss.ide.eclipse.as.core.launch.classpathProvider
-----------------------------------------------------------------------------------------------------
Key: JBIDE-3178
URL: https://jira.jboss.org/jira/browse/JBIDE-3178
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.0.0.cr1
Environment: linux x86, eclipse Version: 3.4.1 Build id: M20080911-1700, JbossAS 4.2.2.GA
Reporter: arne anka
Fix For: 3.0.0.cr1
with nightly build 200811110809 upon start of the configured jboss server i get an error:
"Referenced classpath provider does not exist: org.jboss.ide.eclipse.as.core.launch.classpathProvider"
searching the jboss tools reveals that indeed there is no such class.
- is this a bug or is this intentional bevause of some code change?
- how do i cope with that? is there a workaround? do i need to remove the server from eclipse and recreate? or would that make matters worse?
i did not try any version beyond 200811110809 since unit test results show "0% passed" ...
--
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, 4 months