[JBoss JIRA] Created: (JBDS-1032) Wrong xml tag name for replyToOriginator for EsbNotifier
by Aaron Pestel (JIRA)
Wrong xml tag name for replyToOriginator for EsbNotifier
--------------------------------------------------------
Key: JBDS-1032
URL: https://jira.jboss.org/jira/browse/JBDS-1032
Project: JBoss Developer Studio
Issue Type: Bug
Affects Versions: 3.0.0.M4
Environment: JBDS 3.0 M4 and SOA-P 5.0 Beta1 (probably applies to JBDS 2.x and SOA-P 4.3 as well)
Reporter: Aaron Pestel
When creating an EsbNotifier for an event in a node-enter (or other locations), when setting the Reply/Fault option (see screenshot), it adds this XML to the process definition:
<reply-to-originator>
reply
</reply-to-originator>
Instead, it should be:
<replyToOriginator>
reply
</replyToOriginator>
>From the code I've looked at, it seems it should be the reply-to-originator, but that doesn't work. Only replyToOriginator works. I must be missing something or looking at wrong source version, but at any rate I think we want to change it to replyToOriginator in what JBDS puts in the process definition xml.
--
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
16 years, 2 months
[JBoss JIRA] Created: (JBIDE-5739) Missing Server Console
by Burr Sutter (JIRA)
Missing Server Console
----------------------
Key: JBIDE-5739
URL: https://jira.jboss.org/jira/browse/JBIDE-5739
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: JBossAS
Environment: jbdevstudio-win32-3.0.0.v201001060655N-H50-CR1
Reporter: Burr Sutter
Assignee: Rob Stryker
Attachments: Console_Tab_Issue.pdf
The Console Tab (Java EE perspective) does not display the server output upon a new installation nor after an "eclipse.exe -clean".
See attached document for my flow.
The workaround was captured by Aaron in this document:
http://community.jboss.org/wiki/SOA-P43WorkshopLabExamples
Page 22 of the PDF file says
"Sometimes the console tab does not show the output of the server. If it does not, click on the "Console" tab, select the dropdown icon in the top right corner of the console tab and choose "Java Stack Trace Console". Then, you should see more icons to the left of the dropdown you selected. Select the next dropdown to the left and choose "SOA-P 4.3 Server"."
--
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
16 years, 2 months
[JBoss JIRA] Created: (JBIDE-5753) EL code completion fails on facelets xhtml files
by Murat HAZER (JIRA)
EL code completion fails on facelets xhtml files
------------------------------------------------
Key: JBIDE-5753
URL: https://jira.jboss.org/jira/browse/JBIDE-5753
Project: Tools (JBoss Tools)
Issue Type: Bug
Affects Versions: 3.1.0.CR1
Reporter: Murat HAZER
code completion almost works at every EL for a facelets xhtml file but for some EL's doen't work and following error seen in the logs ...
!ENTRY org.eclipse.wst.sse.ui 4 4 2010-01-28 11:36:31.753
!MESSAGE null
!STACK 0
java.lang.ArrayStoreException
at java.lang.System.arraycopy(Native Method)
at java.util.ArrayList.toArray(ArrayList.java:306)
at org.jboss.tools.jst.web.kb.internal.JspContextImpl.getVars(JspContextImpl.java:87)
at org.jboss.tools.jst.web.kb.internal.JspContextImpl.getVars(JspContextImpl.java:73)
at org.jboss.tools.jst.web.kb.el.AbstractELCompletionEngine.getProposals(AbstractELCompletionEngine.java:74)
at org.jboss.tools.jst.web.kb.PageProcessor.getProposals(PageProcessor.java:105)
at org.jboss.tools.jst.jsp.contentassist.XmlContentAssistProcessor.addAttributeValueELProposals(XmlContentAssistProcessor.java:291)
at org.jboss.tools.jst.jsp.contentassist.AbstractXMLContentAssistProcessor.computeAttributeValueProposals(AbstractXMLContentAssistProcessor.java:578)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(AbstractContentAssistProcessor.java:1299)
at org.jboss.tools.jst.jsp.contentassist.AbstractXMLContentAssistProcessor.computeCompletionProposals(AbstractXMLContentAssistProcessor.java:541)
at org.eclipse.wst.xml.ui.internal.contentassist.AbstractContentAssistProcessor.computeCompletionProposals(AbstractContentAssistProcessor.java:1407)
at org.jboss.tools.jst.jsp.contentassist.AbstractXMLContentAssistProcessor.computeCompletionProposals(AbstractXMLContentAssistProcessor.java:91)
at org.jboss.tools.common.text.xml.contentassist.SortingCompoundContentAssistProcessor.computeCompletionProposals(SortingCompoundContentAssistProcessor.java:234)
at org.eclipse.wst.sse.ui.internal.contentassist.CompoundContentAssistProcessor.computeCompletionProposals(CompoundContentAssistProcessor.java:303)
at org.eclipse.jface.text.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:1832)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:556)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.access$16(CompletionProposalPopup.java:553)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup$2.run(CompletionProposalPopup.java:488)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.jface.text.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:482)
at org.eclipse.jface.text.contentassist.ContentAssistant.showPossibleCompletions(ContentAssistant.java:1660)
at org.eclipse.wst.sse.ui.internal.StructuredTextViewer.doOperation(StructuredTextViewer.java:446)
at org.jboss.tools.jst.jsp.jspeditor.JSPTextEditor$JSPStructuredTextViewer.doOperation(JSPTextEditor.java:678)
at org.eclipse.ui.texteditor.TextOperationAction$1.run(TextOperationAction.java:131)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
at org.eclipse.ui.texteditor.TextOperationAction.run(TextOperationAction.java:129)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.ui.commands.ActionHandler.execute(ActionHandler.java:185)
at org.eclipse.ui.internal.handlers.LegacyHandlerWrapper.execute(LegacyHandlerWrapper.java:109)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:476)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:508)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:169)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.executeCommand(WorkbenchKeyboard.java:470)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.press(WorkbenchKeyboard.java:824)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.processKeyEvent(WorkbenchKeyboard.java:880)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.filterKeySequenceBindings(WorkbenchKeyboard.java:569)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard.access$3(WorkbenchKeyboard.java:510)
at org.eclipse.ui.internal.keys.WorkbenchKeyboard$KeyDownFilter.handleEvent(WorkbenchKeyboard.java:125)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
at org.eclipse.swt.widgets.Display.filterEvent(Display.java:1191)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1002)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1027)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1012)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1040)
at org.eclipse.swt.widgets.Widget.sendKeyEvent(Widget.java:1036)
at org.eclipse.swt.widgets.Widget.wmChar(Widget.java:1368)
at org.eclipse.swt.widgets.Control.WM_CHAR(Control.java:4053)
at org.eclipse.swt.widgets.Canvas.WM_CHAR(Canvas.java:346)
at org.eclipse.swt.widgets.Control.windowProc(Control.java:3946)
at org.eclipse.swt.widgets.Canvas.windowProc(Canvas.java:342)
at org.eclipse.swt.widgets.Display.windowProc(Display.java:4589)
at org.eclipse.swt.internal.win32.OS.DispatchMessageW(Native Method)
at org.eclipse.swt.internal.win32.OS.DispatchMessage(OS.java:2410)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3471)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2405)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2369)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2221)
at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:500)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:493)
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:194)
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:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
--
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
16 years, 2 months