[JBoss JIRA] Created: (JBIDE-3581) Eliminate hard-coded English from JSF Preferences pages
by Sean Flanigan (JIRA)
Eliminate hard-coded English from JSF Preferences pages
-------------------------------------------------------
Key: JBIDE-3581
URL: https://jira.jboss.org/jira/browse/JBIDE-3581
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: JSF
Reporter: Sean Flanigan
The Preferences pages "JBoss Tools/Web/Editors/JSF Flow Diagram" and "JBoss Tools/Web/JSF/Project" both use tabs to divide the configuration. The tab names appear to be hard-coded English, based on testing with the pseudo langpacks - DOC-13256. The tab names are "JSF Flow Diagram", "Add View", "New Project" and "Import Project". I haven't checked all of them, but the first two tab names are found in a small number of .java and .meta files:
/org.jboss.tools.common.model/resources/meta/studio_eclipse_option.meta
/org.jboss.tools.jsf/src/org/jboss/tools/jsf/JSFPreference.java
/org.jboss.tools.jsf.ui/src/org/jboss/tools/jsf/ui/preferences/JSFFlowTabbedPreferencesPage.java
I would have externalised the English text myself (in .java, not .meta files) but it looks as if JSF_EDITOR_PATH and JSF_ADD_VIEW_PATH are used as paths within the data model, so replacing them with localised text would probably break something.
Note: if the meta files turn out to be part of the problem, JBIDE-2969 might be relevant.
--
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: (JBIDE-3502) org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager@e94c62 exception using tomcat and JBossAS at the same time
by Yura Zhishko (JIRA)
org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager@e94c62 exception using tomcat and JBossAS at the same time
---------------------------------------------------------------------------------------------------------------------------
Key: JBIDE-3502
URL: https://jira.jboss.org/jira/browse/JBIDE-3502
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.0.0.CR2
Environment: JBossTools-3.0.0.CR2-N200901060611-ALL-win32
Reporter: Yura Zhishko
Assignee: Rob Stryker
1) Start JBoss Dev Studio from new clear WorkSpace
2) Create new Seam 1.2 project in he same workspace using JBossAS
3) Run JBossAS
ASSERT: Everything is OK
4) Import xh (attached) Web project into workspace (configure it for JBossAS)
ASSERT: Exception occurs in console (that is Ok)
5) Go to JBoss server view
6) Right mouse click -> New -> Server
7) Configure Tomcat 6.0 server (add xh project into Tomcat server but do not start it)
java.lang.NullPointerException
at org.jboss.ide.eclipse.as.core.server.internal.ServerListener.serverAdded(ServerListener.java:46)
at org.jboss.ide.eclipse.as.core.server.UnitedServerListenerManager.serverAdded(UnitedServerListenerManager.java:85)
at org.eclipse.wst.server.core.internal.ResourceManager.fireServerEvent(ResourceManager.java:492)
at org.eclipse.wst.server.core.internal.ResourceManager.registerServer(ResourceManager.java:1055)
at org.eclipse.wst.server.core.internal.ResourceManager.addServer(ResourceManager.java:629)
at org.eclipse.wst.server.core.internal.Server.saveToMetadata(Server.java:422)
at org.eclipse.wst.server.core.internal.Base.doSave(Base.java:264)
at org.eclipse.wst.server.core.internal.Server.doSave(Server.java:411)
at org.eclipse.wst.server.core.internal.ServerWorkingCopy.save(ServerWorkingCopy.java:421)
at org.eclipse.wst.server.ui.internal.wizard.WizardTaskUtil.tempSaveServer(WizardTaskUtil.java:149)
at org.eclipse.wst.server.ui.internal.wizard.WizardTaskUtil$4.performFinish(WizardTaskUtil.java:65)
at org.eclipse.wst.server.ui.internal.wizard.TaskWizard.executeTask(TaskWizard.java:256)
at org.eclipse.wst.server.ui.internal.wizard.TaskWizard$2.run(TaskWizard.java:213)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1800)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1782)
at org.eclipse.wst.server.ui.internal.wizard.page.WorkspaceRunnableAdapter.run(WorkspaceRunnableAdapter.java:35)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
--
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-483) Installer need to setup seam, drools, jbpm runtimes
by Max Rydahl Andersen (JIRA)
Installer need to setup seam, drools, jbpm runtimes
----------------------------------------------------
Key: JBDS-483
URL: https://jira.jboss.org/jira/browse/JBDS-483
Project: Developer Studio
Issue Type: Task
Components: installer
Affects Versions: 2.0.0.beta1
Reporter: Max Rydahl Andersen
Priority: Blocker
Fix For: 2.0.0.cr1
Currently it seems only the AS part of the additional runtimes are setup.
That is only the right behavior when you choose an AS installation.
For EAP and SOA-P additonal setup needs to be done.
Seam:
if it is a EAP or SOA-P it should setup seam and seamfp in seam settings (remember to give it unique names)
jBPM:
This is only for SOA-P; SOA-P has a jbpm runtime that needs to be configured out of the box too.
Drools:
Drools have recently added runtime support, we should investigate how that is going to be setup
--
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: (JBIDE-3578) java.lang.ClassNotFoundException: org.jboss.tools.jsf.vpe.richfaces.template.RichFacesEditorTemplate
by Yura Zhishko (JIRA)
java.lang.ClassNotFoundException: org.jboss.tools.jsf.vpe.richfaces.template.RichFacesEditorTemplate
----------------------------------------------------------------------------------------------------
Key: JBIDE-3578
URL: https://jira.jboss.org/jira/browse/JBIDE-3578
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor Templates
Affects Versions: 3.0.0.CR2
Reporter: Yura Zhishko
Assignee: Maxim Areshkau
1) Create new JSF 1.2 kickstart project
2) Open inputUserName.jsp
Next exception appears:
java.lang.ClassNotFoundException: org.jboss.tools.jsf.vpe.richfaces.template.RichFacesEditorTemplate
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClassInternal(BundleLoader.java:481)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:397)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:385)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:87)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.handleTemplateClassLoadException(VpeTemplateManager.java:958)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.createTemplate(VpeTemplateManager.java:934)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.addChildren(VpeTemplateManager.java:476)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.addIfElement(VpeTemplateManager.java:487)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.addChildren(VpeTemplateManager.java:474)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.setTagElement(VpeTemplateManager.java:462)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.loadTemplates(VpeTemplateManager.java:433)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.loadTemplates(VpeTemplateManager.java:418)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.loadImpl(VpeTemplateManager.java:408)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.load(VpeTemplateManager.java:397)
at org.jboss.tools.vpe.editor.template.VpeTemplateManager.getInstance(VpeTemplateManager.java:296)
at org.jboss.tools.vpe.editor.VpeController.init(VpeController.java:245)
at org.jboss.tools.vpe.editor.VpeEditorPart$16.load(VpeEditorPart.java:766)
at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.onLoadWindow(MozillaEditor.java:549)
at org.jboss.tools.vpe.editor.mozilla.MozillaEditor.access$4(MozillaEditor.java:544)
at org.jboss.tools.vpe.editor.mozilla.MozillaEditor$6.completed(MozillaEditor.java:323)
at org.eclipse.swt.browser.Mozilla.OnStateChange(Mozilla.java:2243)
at org.eclipse.swt.browser.Mozilla$8.method3(Mozilla.java:1299)
at org.eclipse.swt.internal.mozilla.XPCOMObject.callback3(XPCOMObject.java:259)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2371)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3420)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2382)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2346)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2198)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:493)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:288)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:488)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:113)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:193)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:386)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:549)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:504)
at org.eclipse.equinox.launcher.Main.run(Main.java:1236)
at org.eclipse.equinox.launcher.Main.main(Main.java:1212)
--
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