[JBoss JIRA] Created: (JBIDE-2360) Allow runtime properties in jboss-esb.xml file
by Magesh Kumar B (JIRA)
Allow runtime properties in jboss-esb.xml file
----------------------------------------------
Key: JBIDE-2360
URL: http://jira.jboss.com/jira/browse/JBIDE-2360
Project: Tools (JBoss Tools)
Issue Type: Feature Request
Components: esb, XML Structured Editor
Reporter: Magesh Kumar B
Priority: Trivial
When editing jboss-esb.xml files, if a a configuration contains a runtime property for an numeric filed, validation errors are thrown. It would be nice to allow properties like this in numeric values of jboss-esb.xml files.
<jbr-provider host="${jboss.bind.address}"
name="dk.telenor.esb.sample.JBRChannel" protocol="http">
<jbr-bus
busid="dk.telenor.esb.sample.tdc.columbine.TestColumbineJBRBus" port="${jbr.port}"/>
</jbr-provider>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
17 years, 5 months
[JBoss JIRA] Created: (JBIDE-2937) Seam Ear project error.
by Aliaksey Nis (JIRA)
Seam Ear project error.
-----------------------
Key: JBIDE-2937
URL: https://jira.jboss.org/jira/browse/JBIDE-2937
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Seam
Affects Versions: 3.0.0.beta1
Environment: WindowsXP SP2
JBoss Developer Studio
Version: 2.0.0.Beta1
Build id: jbdevstudio-win32-2.0.0.Beta1-N200810181329
Build date: 10/18/2008 13:29
JDK 1.5_08
Reporter: Aliaksey Nis
Priority: Critical
Attachments: SeamEarError.txt
EXECUTE: Create new Seam 2.0.2GA Ear project with name "test".
EXECUTE: Create new Seam 1.2AP Ear project with name "test2".
EXECUTE: Open file test2-ejb/ejbModule/org.domain.test2.session/Authenticator.java in editor.
FAILURE: Exception thrown after file opened in editor. Then same exceptions thrown, while clicking in editor window(on annotations).
Same happens when first created project was 1.2AP, second - 2.0.2GA.
Error log attached.
--
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, 5 months
[JBoss JIRA] Created: (JBIDE-2919) "...tmp/jbosstoolsTemp" does not exist after rebuilding AS instance
by Galder Zamarreno (JIRA)
"...tmp/jbosstoolsTemp" does not exist after rebuilding AS instance
-------------------------------------------------------------------
Key: JBIDE-2919
URL: https://jira.jboss.org/jira/browse/JBIDE-2919
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Affects Versions: 3.0.0.alpha
Reporter: Galder Zamarreno
Attachments: Screenshot.png
- Create a JBoss Server in JBDS from a configuration such as all.
- Do a build.sh clean of the AS source code and then call build.sh so that all is rebuilt.
- If I know double click on the on the server from the "JBoss Server View", try changing
something and save it, I can't because it says something like:
..."server/all/tmp/jbosstoolsTemp" does not exist.
JBDS should be able to rebuild the information for that server without
me having to recreate the server.
See attached screenshot for more info.
--
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, 5 months
[JBoss JIRA] Created: (JBIDE-2564) <rich:inplaceSelect> component template doesn't process many attributes and resize works wrong.
by Andrei Scherbovich (JIRA)
<rich:inplaceSelect> component template doesn't process many attributes and resize works wrong.
-----------------------------------------------------------------------------------------------
Key: JBIDE-2564
URL: https://jira.jboss.org/jira/browse/JBIDE-2564
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: Visual Page Editor
Affects Versions: 3.0.0.alpha
Environment: subversion revision 9227
Reporter: Andrei Scherbovich
Assignee: Eugene Stherbin
<rich:inplaceSelect> template bug:
1) "cancelControlIcon" attribute shows the same icon as "saveControlIcon"
2) Attributes "controlsHorisontalPosition" and "controlsVerticalPosition" don't work
3) "listHeght" and "listWidth" attributes don't work
4) Las <f:selectItem> not highlighted in VPE (SEE PICTURE ATTACHED)
5) Resize works wrong. It changes "style" attribute, but inplaceSelect has no such attribute. It should only change "selectionWidth" attribute
6) Resource bundles should be resolved for "defaultLable" attribute
7) Selection functionality should work for nested <f:selectItem> and <f:selectItems> tags
SEE TEST FILE ATTACHED
--
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, 5 months
[JBoss JIRA] Created: (JBIDE-2674) NullPointerException when opening page editor
by ivica c (JIRA)
NullPointerException when opening page editor
---------------------------------------------
Key: JBIDE-2674
URL: https://jira.jboss.org/jira/browse/JBIDE-2674
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.0.0.alpha
Reporter: ivica c
Fix For: 3.0.0.beta1
When I try open the page editor for an xhtml file I get this exception:
java.lang.NullPointerException
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.createPagesForVPE(JSPMultiPageEditor.java:452)
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditor.createPages(JSPMultiPageEditor.java:392)
at org.jboss.tools.jst.jsp.jspeditor.JSPMultiPageEditorPart.createPartControl(JSPMultiPageEditorPart.java:125)
at org.eclipse.ui.internal.EditorReference.createPartHelper(EditorReference.java:661)
at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:428)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:594)
at org.eclipse.ui.internal.PartPane.setVisible(PartPane.java:306)
at org.eclipse.ui.internal.presentations.PresentablePart.setVisible(PresentablePart.java:180)
at org.eclipse.ui.internal.presentations.util.PresentablePartFolder.select(PresentablePartFolder.java:270)
at org.eclipse.ui.internal.presentations.util.LeftToRightTabOrder.select(LeftToRightTabOrder.java:65)
at org.eclipse.ui.internal.presentations.util.TabbedStackPresentation.selectPart(TabbedStackPresentation.java:473)
at org.eclipse.ui.internal.PartStack.refreshPresentationSelection(PartStack.java:1256)
at org.eclipse.ui.internal.PartStack.setSelection(PartStack.java:1209)
at org.eclipse.ui.internal.PartStack.showPart(PartStack.java:1608)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:499)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:103)
at org.eclipse.ui.internal.PartStack.add(PartStack.java:485)
at org.eclipse.ui.internal.EditorStack.add(EditorStack.java:112)
at org.eclipse.ui.internal.EditorSashContainer.addEditor(EditorSashContainer.java:63)
at org.eclipse.ui.internal.EditorAreaHelper.addToLayout(EditorAreaHelper.java:217)
at org.eclipse.ui.internal.EditorAreaHelper.addEditor(EditorAreaHelper.java:207)
at org.eclipse.ui.internal.EditorManager.createEditorTab(EditorManager.java:779)
at org.eclipse.ui.internal.EditorManager.openEditorFromDescriptor(EditorManager.java:678)
at org.eclipse.ui.internal.EditorManager.openEditor(EditorManager.java:639)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditorBatched(WorkbenchPage.java:2817)
at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:2729)
at org.eclipse.ui.internal.WorkbenchPage.access$11(WorkbenchPage.java:2721)
at org.eclipse.ui.internal.WorkbenchPage$10.run(WorkbenchPage.java:2673)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2668)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2652)
at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2635)
at org.jboss.tools.common.editor.OpenEditorWizard.execute(OpenEditorWizard.java:78)
at org.jboss.tools.common.model.handlers.OpenEditorHandler.executeHandler(OpenEditorHandler.java:31)
at org.jboss.tools.common.meta.action.impl.XActionImpl.executeHandler(XActionImpl.java:65)
at org.jboss.tools.common.model.ui.action.XModelObjectAction.actionPerformed(XModelObjectAction.java:89)
at org.jboss.tools.common.model.ui.action.XModelObjectActionInvoker.execute(XModelObjectActionInvoker.java:36)
at org.jboss.tools.common.meta.action.XActionInvoker.invoke(XActionInvoker.java:53)
at org.jboss.tools.common.meta.action.XActionInvoker.invoke(XActionInvoker.java:40)
at org.jboss.tools.common.model.ui.select.SelectObjectWizard.openEditor(SelectObjectWizard.java:136)
at org.jboss.tools.common.model.ui.select.SelectObjectWizard.execute(SelectObjectWizard.java:47)
at org.jboss.tools.common.model.util.FindObjectHelper.findModelObject(FindObjectHelper.java:40)
at org.jboss.tools.common.model.files.handlers.CreateFileSupport$1.run(CreateFileSupport.java:206)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:133)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3800)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3425)
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:382)
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)
--
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, 5 months